@charset "UTF-8";
:root {
  --Primary100: 244,96,96;
  --Primary200: 191,54,54;
  --btn_gr: rgba(var(--Primary200) , 1), #AB3FFF;
}

@font-face {
  font-family: "Pretendard JP Variable";
  font-style: normal;
  src: url("https://file.valofe.com/Valofe_file/web/fonts/pretendard-jp/variable/PretendardJPVariable.ttf");
}
/* reset and 전체 프로젝트 공통 클래스 */
* {
  box-sizing: border-box;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  font-style: normal;
}

ul, ol {
  list-style: none; /* 기본 마커 제거 */
}

/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

li,
nav ul {
  list-style: none;
}

a {
  -moz-transition: color, background 0.2s ease-in;
  -o-transition: color, background 0.2s ease-in;
  -webkit-transition: color, background 0.2s ease-in;
  transition: color, background, border 0.2s ease-in;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background: 0 0;
  text-decoration: none;
  cursor: pointer;
}

ul li a {
  vertical-align: middle;
}

img {
  object-fit: cover;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
}

input, select, textarea,
input[type=search],
input[type=submit i],
input[type=reset i], input[type=file i]::-webkit-file-upload-button {
  width: 100%;
  width: -webkit-fill-available;
  -webkit-appearance: none;
  outline: none;
  border: none;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
  background: transparent;
}

::placeholder {
  color: var(--Gray300, #828282);
  text-align: left;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}

button {
  background: unset;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.skip-navi {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  text-indent: -9999px;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -1px;
  left: -1px;
  text-indent: -9999px;
}

.clearfix {
  clear: both;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.ellipsis-multi {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.2;
}

.ellipsis-multi:after {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "···";
  padding-left: 0.5rem;
  width: 2rem;
  font-size: 1rem;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}

.ellipsis {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.line2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: 2.75rem;
}

.line-4 {
  -webkit-line-clamp: 4;
  max-height: 5rem;
  overflow: hidden;
}

.skip-navi {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  text-indent: -9999rem;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -1px;
  left: -1px;
  text-indent: -9999px;
}

.clearfix {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/********** 전체 프로젝트 공통 레이아웃 ************/
body {
  font-size: 16px;
  line-height: 1;
  overflow: unset;
}
body:lang(jp) {
  font-size: 18px;
}

#content {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
  body:lang(jp) {
    font-size: 16px;
  }
  .mb-hidden1280 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .mb-hidden1024 {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .mb-hidden960 {
    display: none;
  }
}
/* 768 736*/
@media screen and (max-width: 768px) {
  .row-w {
    max-width: 90% !important;
  }
  .mb-hidden768 {
    display: none;
  }
  .mb-hidden768.duration {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .mb-hidden640 {
    display: none;
  }
}
/* 480 */
@media screen and (max-width: 480px) {
  .mb-hidden480 {
    display: none;
  }
}
/* 연령고지 팝업 */
.layer-popup-grade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  display: none;
  /* 연령고지 성격 */
  /* 연령고지성격 끝 */
  /* 연령고지 나이 테이블 */
  /* 연령고지 나이 테이블 끝 */
  /* 팝업 레이어 배경 */
}

.layer-popup-grade .btn-pop-close {
  display: block;
}

.layer-popup-grade .popup-layer {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  /*min-width: 657px;*/
  min-width: auto;
  min-height: 222px;
  z-index: 1;
}

.layer-popup-grade .popup-layer .btn-pop-close {
  margin-left: calc(100% - 47px);
  margin-bottom: 5px;
  cursor: pointer;
}

.layer-popup-grade .popup-layer .grade-wrap {
  /*min-width: 584px;*/
  min-width: auto;
  height: 100%;
  margin-bottom: 18px;
  background: #262626;
  background: rgba(59, 60, 64, 0.95);
  padding: 3.75rem 3.75rem 2.8125rem;
  /* 주석하지 마세요. 게임 이용등급에서 사용 */
  border-radius: 8px;
}

.layer-popup-grade .popup-layer .grade-wrap h2 {
  padding-bottom: 15px;
  margin-bottom: 22px;
  color: #585858;
  border-radius: 6px;
  letter-spacing: -1px;
}

.layer-popup-grade .popup-layer .grade-wrap .grade {
  margin-bottom: 5px;
}

.layer-popup-grade .popup-layer .grade-wrap .grade h3 {
  display: none;
}

.layer-popup-grade .popup-layer ul li {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character {
  float: left;
}

.layer-popup-grade .grade-wrap .grade-character ul li {
  display: none;
}

.layer-popup-grade .grade-wrap .grade-character ul li img {
  width: 55px;
  vertical-align: inherit;
}

.layer-popup-grade .grade-wrap .grade-character ul.violence li.violence {
  display: inline-block;
  margin-top: 4px;
}

.layer-popup-grade .grade-wrap .grade-character ul.fear li.fear {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.crime li.crime {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.drug li.drug {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.gambling li.gambling {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.sensibility li.sensibility {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.words li.words {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-age {
  float: right;
}

.layer-popup-grade .grade-wrap .grade-age img {
  vertical-align: 0;
  width: 57px;
}

.layer-popup-grade .grade-wrap .grade-age ul li ul li {
  display: none;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-12 li.g-12 {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-15 li.g-15 {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-18 li.g-18 {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-all li.g-all {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-test li.g-test {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade {
  width: 458px;
  max-width: 458px;
  height: 70px;
  box-sizing: border-box;
  text-align: left;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade tbody td {
  color: #fff;
  font-size: 11px;
  vertical-align: middle;
  padding-left: 10px;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade tr {
  border-bottom: 1px solid rgba(56, 57, 61, 0.65);
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade tr:last-child {
  border-bottom: 0;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade td {
  border-right: 1px solid rgba(56, 57, 61, 0.65);
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade td:last-child {
  border-right: 0;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-all table {
  background: #2a7943;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-12 table {
  background: #1968b3;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-15 table {
  background: #be8e1a;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-18 table {
  background: #842340;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-test table {
  visibility: hidden;
}

.layer-popup-grade .grade-shadow {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.layer-popup-grade:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/*  667 640 */
@media screen and (max-width: 667px) {
  /* 이용등급팝업 */
  .layer-popup-grade .popup-layer {
    width: 94%;
  }
  .layer-popup-grade .popup-layer .grade-wrap {
    min-width: auto;
    padding: 3.75rem 1.75rem 2.8125rem;
  }
  .layer-popup-grade .grade-wrap .grade-age {
    width: 100%;
  }
  .layer-popup-grade .popup-layer ul li:nth-child(2) {
    width: calc(100% - 61px);
  }
  .layer-popup-grade .grade-wrap .grade-age table.tbl-grade {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  /* 이용등급팝업 */
  .layer-popup-grade .grade-wrap .grade-age table.tbl-grade tbody td {
    padding: 3px 5px;
    line-height: 1.4;
  }
  .layer-popup-grade .popup-layer .grade-wrap .grade {
    position: relative;
  }
  .layer-popup-grade .grade-wrap .grade-age table.tbl-grade {
    max-width: unset;
  }
  .layer-popup-grade .popup-layer .grade-wrap .grade h3 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
    color: #fff;
    line-height: 1.4;
    text-align: left;
    font-weight: 300;
  }
  .layer-popup-grade .popup-layer .grade-wrap .grade h3 span {
    padding: 4px;
    background: #b0063a;
  }
  .layer-popup-grade .popup-layer ul li:first-child {
    width: 100%;
    text-align: right;
  }
  .layer-popup-grade .popup-layer ul li:nth-child(2) {
    width: 100%;
  }
}
#site_header {
  order: 2;
  z-index: 1;
}
#site_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid var(--Gray600, #2B2D34);
  top: 50px;
  transition: top, 0.3s ease-in-out; /* 부드러운 애니메이션 효과 */
}
#site_header.fixed {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 44px;
  background: var(--Gray900, #121212);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
#site_header ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  width: auto;
}
#site_header ul li {
  position: relative;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  cursor: pointer;
  color: var(--Gray400, #5D5E65);
  transition: color 0.25s ease-in-out;
  font-size: 1rem;
  letter-spacing: -0.48px;
  font-weight: normal;
  display: flex;
  align-items: stretch;
  height: 100%;
}
#site_header ul li:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: transparent;
  background-size: 100%;
  background-position: center bottom;
  transition: width, background-color 0.125s ease-in-out;
}
#site_header ul li.on {
  color: var(--Gray100, #FFF);
}
#site_header ul li.on:after {
  width: 100%;
  background-color: var(--Gray100, #FFF);
}
#site_header ul li:hover {
  color: rgba(var(--Primary100), 1);
}
#site_header ul li:hover:after {
  width: 100%;
  background-color: rgba(var(--Primary100), 1);
}

#site_header #selected {
  display: none;
}

@media all and (max-width: 768px) {
  #site_header {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 42px;
    box-shadow: inset 0 1px 0 var(--Gray600);
  }
  #site_header, #site_header.fixed {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--Gray900, #121212);
  }
  #site_header #selected {
    display: none;
  }
  #site_header ul {
    height: 40px;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #site_header ul::-webkit-scrollbar {
    display: none;
  }
  #site_header ul li {
    flex: 0 0 auto;
    min-width: 120px;
    height: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-right: none;
  }
  #site_header ul li.on, #site_header ul li:hover {
    color: var(--Gray100, #FFF);
  }
  #site_header ul li.on:after {
    background-color: transparent;
  }
  #site_header ul li.on:hover:after, #site_header ul li:hover:after {
    background-color: var(--Gray100, #FFF);
  }
  #site_header ul li:last-child {
    border-right: none;
  }
  #site_header .progress-container {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
  }
  #site_header .progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, rgba(var(--Primary100), 1), rgba(var(--Primary200), 1));
    border-radius: 2px;
    transition: width 0.3s ease;
  }
}
#area_top {
  width: 100%;
  min-height: 340px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.6875rem;
  background-repeat: no-repeat;
  background-size: cover, cover, cover;
  background-position: center, center, 26% center; /* 이미지 URL 위치만 오른쪽에서 15rem */
}

#game_info {
  order: 1;
}
#game_info .row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#game_info .left {
  position: relative;
  flex-direction: column;
  display: flex;
  gap: 16px;
  min-width: 50%;
}
#game_info #logo_container {
  margin-top: 40px;
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 100px;
}
#game_info #logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  cursor: pointer;
}
#game_info #info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}
#game_info #info .desc p {
  max-width: 472px;
  color: var(--Gray300);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: clamp(12px, 0.875rem, 14px);
  letter-spacing: -0.42px;
}
#game_info #info .desc p:lang(jp) {
  line-height: 170%;
  font-size: clamp(14px, 0.8888rem, 16px);
  letter-spacing: -0.2px;
}
#game_info #info .genre {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#game_info #info .genre .list {
  height: 28px;
  display: flex;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: auto;
  border-radius: 16px;
  border: 1px solid var(--Gray400);
  color: var(--Gray400, #5D5E65);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.42px;
  cursor: default !important;
}
#game_info #info h1 {
  color: var(--Gray100, #FFF);
  font-size: clamp(39px, 3rem, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.44px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
#game_info #info h1 .status {
  display: inline-flex;
  padding: 0 12px;
  width: auto;
  height: 28px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.42px;
}
#game_info #info h1 .status:lang(jp) {
  font-size: clamp(14px, 0.8888rem, 16px);
  letter-spacing: -0.2px;
}
#game_info #info #desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}

/* 버튼 */
#area_main_fn #btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px;
  /*  position: absolute;
   right: 0;
   bottom: 0; */
  min-width: 320px;
}
@property --angle {
  #area_main_fn {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }
}
#area_main_fn #pc_benefit {
  position: relative;
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  z-index: 1;
}
#area_main_fn #pc_benefit::before {
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(var(--angle), #1b006e, rgba(var(--Primary200), 1), #AB3FFF);
  overflow: hidden;
}
#area_main_fn #pc_benefit .status {
  text-transform: uppercase;
  width: auto;
}
#area_main_fn #pc_benefit::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 1px;
  width: calc(100% - 3px);
  height: calc(100% - 2px);
  border-radius: 10px;
  background: transparent;
}
#area_main_fn #pc_benefit.on::after {
  background: linear-gradient(var(--angle), #1b006e, rgba(var(--Primary200), 1), #b556ff);
}
#area_main_fn #pc_benefit.on::before, #area_main_fn #pc_benefit.on::after {
  animation: rotate 3s ease-in infinite;
}
@keyframes rotate {
  0% {
    --angle: 0deg;
  }
  30% {
    --angle: 90deg;
  }
  45% {
    --angle: 180deg;
  }
  100% {
    --angle: 360deg;
  }
}
#area_main_fn #pc_benefit .inside-effect {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
  border-radius: 12px;
  margin-left: -1px;
  width: calc(100% - 3px);
  height: calc(100% - 2px);
  background: #121212;
  z-index: 10;
  font-size: clamp(13px, 1rem, 16px);
  font-weight: bold;
  color: var(--Gray100);
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
}
#area_main_fn #btns .wrap-btns-middle {
  display: flex;
  width: 100%;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
#area_main_fn #btns .btn-short {
  width: calc(50% - 4px);
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-grow: 1;
  border-radius: 12px;
  border: 1px solid transparent;
  background: #333;
  font-size: clamp(13px, 1rem, 16px);
  font-weight: bold;
  color: var(--Gray100);
  line-height: 100%;
  letter-spacing: -0.48px;
  transition: border 0.25s ease-in-out;
  text-transform: capitalize;
}
#area_main_fn #btns .btn-short:hover {
  border: 1px solid #666;
}
#area_main_fn #btns .btn-short#btn_lounge {
  align-self: flex-start;
}
#area_main_fn #btns .btn-short#btn_vfun_lounge, #area_main_fn #btns .btn-short#pmang_lounge {
  align-self: flex-start;
}
#area_main_fn #btns .btn-short#btn_charge {
  align-self: flex-end;
}
#area_main_fn .btn-play, #area_main_fn .btn-preserve, #area_main_fn .btn-predownload {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 0.625rem;
  border: 1px solid transparent;
  font-size: clamp(13px, 1rem, 16px);
  font-weight: bold;
  color: var(--Gray100);
  line-height: 100%; /* 16px */
  background: rgba(var(--Primary200), 1);
  letter-spacing: -0.48px;
  transition: background 0.25s ease;
  text-transform: capitalize;
  padding: 12px 0px;
  border-image: initial;
}
#area_main_fn .btn-play:lang(jp), #area_main_fn .btn-preserve:lang(jp), #area_main_fn .btn-predownload:lang(jp) {
  letter-spacing: 0;
}
#area_main_fn .btn-play.coming-soon, #area_main_fn .btn-preserve.coming-soon, #area_main_fn .btn-predownload.coming-soon {
  background: rgba(var(--Primary200), 0.62);
}
#area_main_fn .btn-play:hover, #area_main_fn .btn-preserve:hover, #area_main_fn .btn-predownload:hover {
  background: rgba(var(--Primary100), 1);
}
#area_main_fn .btn-play img, #area_main_fn .btn-preserve img, #area_main_fn .btn-predownload img {
  margin-left: -5px;
}

#area_main_fn.fixed { /* 1460 까지만 */
  z-index: 100;
  position: fixed;
  width: auto;
  left: calc(50% + 720px - 339px);
  top: 64px;
  margin-right: 1rem;
}
#area_main_fn.fixed #btns {
  justify-self: flex-end;
  flex-direction: row;
  width: auto;
}
#area_main_fn.fixed #pc_benefit {
  width: 80px;
  height: 34px;
}
#area_main_fn.fixed #pc_benefit .txt {
  display: none;
}
#area_main_fn.fixed #pc_benefit .status {
  display: none;
}
#area_main_fn.fixed #btns .wrap-btns-middle {
  width: auto;
}
#area_main_fn.fixed #btns .btn-short {
  width: 40px;
  height: 34px;
}
#area_main_fn.fixed #btns .btn-short .txt {
  display: none;
}
#area_main_fn.fixed .btn-play, #area_main_fn.fixed .btn-preserve, #area_main_fn.fixed .btn-predownload {
  height: 34px;
}

@media all and (max-width: 1460px) {
  #area_main_fn.fixed { /* 1460 까지만 */
    right: 0;
    left: unset;
  }
}
@media all and (max-width: 1460px) {
  #area_top {
    background-position: center, center, 55% center;
  }
}
@media all and (max-width: 1280px) {
  #area_top {
    min-height: unset;
  }
  #area_main_fn {
    width: calc(30% - 2rem);
    margin-right: 1rem;
  }
  #area_main_fn #btns {
    width: 100%;
    min-width: 100%;
  }
  #area_main_fn.fixed .btn-play, #area_main_fn.fixed .btn-play {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (max-width: 1024px) {
  #area_top {
    padding-top: 3rem;
    background-position: center, center, 76% center;
  }
  #area_main_fn, #area_main_fn.fixed {
    position: fixed;
    width: calc(34% - 2rem);
    left: unset;
    right: 0;
    top: 80px;
  }
  #area_main_fn #btns .btn-short {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 768px) {
  #area_top {
    min-height: auto;
    margin-top: 60px;
    padding-top: 60px;
    /* sda
    linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.2) 55%, #000 100%), url(../../assets/images/s4league/common/top.jpg); */
    background-image: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.2) 30%, #000 100%), url("https://file.valofe.com/Valofe_file/web/channeling/images/s4league/common/top.jpg");
    background-position: center, center, 64% top;
  }
  #area_main_fn,
  #area_main_fn.fixed {
    position: fixed;
    width: auto;
    left: unset;
    right: 0;
    top: 134px;
  }
  #area_main_fn #pc_benefit .txt,
  #area_main_fn.fixed #pc_benefit .txt {
    display: none !important;
  }
  #area_main_fn #pc_benefit .status,
  #area_main_fn.fixed #pc_benefit .status {
    display: none !important;
  }
  #area_main_fn #btns,
  #area_main_fn.fixed #btns {
    justify-self: flex-end;
    flex-direction: row;
    width: auto;
  }
  #area_main_fn #pc_benefit,
  #area_main_fn.fixed #pc_benefit {
    width: 80px;
    height: 34px;
  }
  #area_main_fn #btns .wrap-btns-middle,
  #area_main_fn.fixed #btns .wrap-btns-middle {
    width: auto;
  }
  #area_main_fn #btns .wrap-btns-middle .txt,
  #area_main_fn.fixed #btns .wrap-btns-middle .txt {
    display: none !important;
  }
  #area_main_fn .btn-play,
  #area_main_fn.fixed .btn-play {
    display: none !important;
    height: 34px;
  }
  #area_main_fn .btn-play.coming-soon,
  #area_main_fn.fixed .btn-play.coming-soon {
    display: flex !important;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #area_main_fn .btn-preserve, #area_main_fn .btn-predownload,
  #area_main_fn.fixed .btn-preserve,
  #area_main_fn.fixed .btn-predownload {
    display: flex !important;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #area_main_fn #pc_benefit,
  #area_main_fn.fixed #pc_benefit {
    width: 80px;
    height: 34px;
  }
  #area_main_fn #pc_benefit .txt,
  #area_main_fn.fixed #pc_benefit .txt {
    display: none;
  }
  #area_main_fn #pc_benefit .status,
  #area_main_fn.fixed #pc_benefit .status {
    display: none;
  }
  #area_main_fn #btns .wrap-btns-middle,
  #area_main_fn.fixed #btns .wrap-btns-middle {
    width: auto;
  }
  #area_main_fn #btns,
  #area_main_fn.fixed #btns {
    justify-self: flex-end;
    flex-direction: row;
    width: auto;
  }
  #area_main_fn #btns .btn-short,
  #area_main_fn.fixed #btns .btn-short {
    width: 40px !important;
    height: 34px !important;
  }
  #area_main_fn #btns .btn-short .txt,
  #area_main_fn.fixed #btns .btn-short .txt {
    display: none !important;
  }
  #area_main_fn #btns .btn-short#btn_lounge,
  #area_main_fn.fixed #btns .btn-short#btn_lounge {
    width: 40px !important;
  }
  #area_main_fn #btns .btn-short#btn_lounge .btn-play,
  #area_main_fn.fixed #btns .btn-short#btn_lounge .btn-play {
    height: 34px !important;
  }
  #area_main_fn #btns .btn-short#btn_charge,
  #area_main_fn.fixed #btns .btn-short#btn_charge {
    background: rgba(var(--Primary100), 1);
  }
  #area_main_fn #btns .btn-short#btn_charge:hover,
  #area_main_fn.fixed #btns .btn-short#btn_charge:hover {
    border: 1px solid rgba(var(--Primary200), 1);
  }
  #game_info {
    padding-bottom: 2.5rem;
  }
  #game_info .row {
    flex-direction: column;
    align-items: flex-start;
  }
  #game_info #info {
    gap: 12px;
  }
}
/* content */
#content {
  /** test */
  padding-top: 1.25rem;
  padding-bottom: 7rem;
  min-height: calc(100vh - 36rem);
}
#content img {
  max-width: 100%;
}
#content .row {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; /* 자동 줄바꿈 활성화 */
  justify-content: center; /* 왼쪽 정렬 */
  align-content: flex-start; /*  여러 줄 정렬을 위쪽으로 */
  align-items: flex-start; /* 각 요소가 본래 높이만큼만 보이도록 설정 *! */
  gap: 1.25rem;
}
#content .content-left {
  width: calc(100% - 340px);
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap; /* 자동 줄바꿈 활성화 */
  justify-content: center; /* 왼쪽 정렬 */
  align-content: flex-start; /* 여러 줄 정렬을 위쪽으로 */
  /* align-items: flex-start;!* 각 요소가 본래 높이만큼만 보이도록 설정 *! */
  align-items: normal;
  gap: 1.25rem;
}
#content .content-right {
  width: 320px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start; /* 왼쪽 정렬 */
  align-content: flex-start; /* 여러 줄 정렬을 위쪽으로 */
  /* align-items: flex-start;!* 각 요소가 본래 높이만큼만 보이도록 설정 *! */
  align-items: normal;
  gap: 20px;
}
#content h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 0;
  color: var(--Gray200, #CDCDCD);
  /* H3/Semibold */
  font-size: clamp(16px, 1.25rem, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: -0.6px;
  padding: 0.5rem 1.5rem 0;
  gap: 1.25rem;
  border-radius: 0.625rem;
  background: var(--Gray800, #1A1B20);
}
#content h3 .btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--Gray300, #828282);
  text-align: right;
  /* H5/Regular */
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
  transition: all 0.25s ease-in-out;
}
#content h3:hover .btn-view-all {
  color: var(--Gray100, #FFF);
}
#content h3:hover .btn-view-all img {
  filter: brightness(2);
}
#content .box {
  padding: 1.5rem;
  gap: 1.25rem;
  border-radius: 0.625rem;
  background: var(--Gray800, #1A1B20);
}
#content .in-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.25rem;
}
#content .in-box.btns {
  flex-direction: row;
  gap: 0.5rem;
}
#content .in-box.community {
  flex-direction: row;
  gap: 0.5rem;
}
#content .tbl {
  width: 100%;
  transition: height 0.25s ease-in-out;
}
#content .tbl th, #content .tbl td {
  padding: 1.25rem 0;
  font-weight: normal;
  font-size: clamp(12px, 0.875rem, 14px);
}
#content .tbl th {
  color: var(--Gray400, #5D5E65);
  text-align: left;
  text-transform: capitalize;
}
#content .tbl td {
  color: var(--Gray100, #FFF);
  text-align: right;
}

/* ORDER */
#media_area {
  order: 1;
  flex-basis: calc((100% - 20px) * 0.55);
  height: auto;
  overflow: hidden;
}

#topnews_area {
  order: 2;
  flex-basis: calc((100% - 20px) * 0.45);
  width: calc((100% - 20px) * 0.4);
  max-height: 405px;
  overflow: hidden;
}

#event_area {
  order: 4;
  flex-basis: 100%;
}

#side1_area {
  order: 3;
  flex-basis: 320px;
  flex-grow: 0;
  align-self: flex-start;
}

#side2_area {
  order: 5;
  flex-grow: 0;
  align-self: flex-start;
}

#notice_area {
  order: 6;
  flex-basis: 100%;
}

/* END order */
/* ui */
#media_area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  border-radius: 0.625rem;
  background: var(--Gray800, #1A1B20);
  max-width: 100%;
  position: relative;
}
#media_area .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#media_area .slick-prev, #media_area .slick-next {
  z-index: 1;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1rem;
  text-indent: -9999em;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, calc(-2.5rem - 50%));
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
#media_area .slick-prev:before, #media_area .slick-prev:after, #media_area .slick-next:before, #media_area .slick-next:after {
  text-indent: 0;
}
#media_area .slick-prev {
  left: 25px;
}
#media_area .slick-next {
  right: 25px;
}
#media_area #slick_media {
  position: relative;
  width: 100%;
  background: #1a1b20;
}
#media_area #slick_media:not(.slick-initialized) {
  overflow: hidden;
  position: relative;
  height: 400px;
}
#media_area #slick_media:not(.slick-initialized) .item {
  display: none;
}
#media_area #slick_media:not(.slick-initialized) .item:first-child {
  display: block;
}
#media_area #slick_media:not(.slick-initialized) img, #media_area #slick_media:not(.slick-initialized) video, #media_area #slick_media:not(.slick-initialized) iframe {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
}
#media_area #slick_media .slick-dots li button {
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#media_area #slick_media.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#media_area #slick_media.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#media_area #slick_media .slick-list {
  position: relative;
}
#media_area #slick_media .slick-track {
  display: flex;
  align-items: center;
}
#media_area #slick_media .slick-slide {
  height: auto;
  opacity: 0;
  transition: opacity 0.5s;
}
#media_area #slick_media .slick-slide.slick-active {
  opacity: 1;
}
#media_area #slick_media .slick-slide > div {
  height: 100%;
}
#media_area #slick_media .item {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000;
}
#media_area #slick_media .item img, #media_area #slick_media .item iframe, #media_area #slick_media .item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#media_area #slick_media .item img, #media_area #slick_media .item video {
  object-fit: contain;
}
#media_area #slick_media .slick-dots {
  position: relative;
  width: 100%;
  margin: 1.25rem 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  bottom: unset;
}
#media_area #slick_media .slick-dots li {
  height: 3.125rem;
  width: 5.313rem;
  border-radius: 0.35rem;
  overflow: hidden;
  padding-top: 0 !important;
  margin-left: 0;
  max-width: 85px;
  max-height: 50px;
}
#media_area #slick_media .slick-dots li:after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.25s ease-in-out;
}
#media_area #slick_media .slick-dots li.slick-active:after {
  background: transparent;
}
#media_area #slick_media .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 2px solid transparent;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.7;
  background-color: #222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 0;
  font-size: 0;
}
#media_area #slick_media .slick-dots li button:before {
  display: none !important;
  content: none !important;
}
#media_area #slick_media .slick-dots li.slick-active button {
  opacity: 1;
  border: none;
}
#media_area #slick_media .slick-dots li button:hover {
  border-color: #fff;
  opacity: 1;
}
#media_area #slick_media .slick-dots img {
  width: auto;
  height: 100%;
}
#media_area .big {
  position: relative;
  display: block;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
}
#media_area .big .item {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
#media_area .big .item .skeleton,
#media_area .big .item video,
#media_area .big .item > img,
#media_area .big .item iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
#media_area .big .item.img {
  width: 100%;
  height: 100%;
  position: relative;
}
#media_area .big .item.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#topnews_area {
  position: relative;
  padding: 1.5rem;
  display: block;
  height: auto;
}
#topnews_area .custom-dots-news {
  position: absolute;
  z-index: 10;
  /*     top: 17.25rem;
      right: 2.5rem; */
  bottom: 3.125rem;
  right: 1.5rem;
  color: var(--Gray100, #FFF);
  background: rgba(0, 0, 0, 0.8);
  padding: 0.375rem 1rem;
  border-radius: 0.625rem;
  font-size: clamp(12px, 0.8125rem, 13px);
}
#topnews_area .custom-dots-news .prev, #topnews_area .custom-dots-news .next {
  cursor: pointer;
  color: var(--Gray100, #FFF);
  padding: 5px 10px;
  transition: 0.3s;
}
#topnews_area .custom-dots-news .prev {
  padding-right: 1rem;
}
#topnews_area .custom-dots-news .next {
  padding-left: 1rem;
}
#topnews_area .custom-dots-news .prev:hover, #topnews_area .custom-dots-news .next:hover {
  color: #007BFF;
}
#topnews_area .item {
  display: flex !important;
  cursor: pointer;
  flex-direction: column;
  gap: 1rem;
}
#topnews_area .item img {
  max-width: 100%;
  max-height: 234px;
  aspect-ratio: 71/40;
}
#topnews_area .category {
  color: rgba(var(--Primary200), 1);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
  white-space: nowrap;
}
#topnews_area .date {
  color: var(--Gray400, #5D5E65);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
#topnews_area dt {
  margin-bottom: 0.75rem;
}
#topnews_area dd {
  color: var(--Gray100, #FFF);
  font-size: clamp(13px, 1rem, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
  /* 한 줄 말줄임표 */
  white-space: nowrap; /* 줄바꿈 방지 */
  overflow: hidden; /* 넘치는 부분 숨김 */
  text-overflow: ellipsis; /* 말줄임표 표시 */
  max-width: 100%; /* 필요한 경우 너비 제한 */
}

#side1_area {
  /* on */
  /* END on */
}
#side1_area {
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  /* width: 320px; */
  height: auto;
}
#side1_area .img-area, #side1_area .tbl-info, #side1_area .divider, #side1_area .in-box.btns, #side1_area h5, #side1_area .in-box.community {
  display: none;
}
#side1_area .in-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.25rem;
}
#side1_area tr.primary {
  animation: MoveBG 5s ease infinite;
  background: linear-gradient(230deg, #d8299f, #4b79cf, rgba(var(--Primary100), 1));
  background-size: 300% 300%;
  border-radius: 0.25rem !important;
  overflow: hidden !important;
}
#side1_area tr.primary th, #side1_area tr.primary td {
  color: #fff !important;
}
#side1_area tr.primary th {
  padding-left: 0.625rem !important;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  font-weight: bold;
}
#side1_area tr.primary td {
  padding-right: 0.625rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  font-weight: bold;
}
#side1_area tr.primary th:lang(jp), #side1_area tr.primary td:lang(jp) {
  font-weight: normal !important;
}
@keyframes MoveBG {
  0%, 100% {
    background-position: 0 84%;
  }
  50% {
    background-position: 100% 16%;
  }
}
@-webkit-keyframes MoveBG {
  0%, 100% {
    background-position: 0 84%;
  }
  50% {
    background-position: 100% 16%;
  }
}
#side1_area .btn-play {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#side1_area #btnGameInfo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
  width: 100%;
  height: 36px;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 0.625rem;
  background: transparent;
  border: 1px solid var(--Gray400);
  color: var(--Gray400, #5D5E65);
  font-size: 1rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: -0.48px;
  transition: border, color 0.25s ease;
}
#side1_area #btnGameInfo:hover, #side1_area #btnGameInfo.on {
  color: var(--Gray100);
  border: 1px solid var(--Gray400);
}
#side1_area #btnGameInfo:hover svg, #side1_area #btnGameInfo.on svg {
  transform: rotate(180deg);
  transform-origin: center;
}
#side1_area.on .img-area {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  position: relative;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 360/189;
}
#side1_area.on .thumbnail {
  width: 100%;
}
#side1_area.on .logo {
  position: absolute;
  max-width: 80%;
  max-height: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  top: 50%;
}
#side1_area.on .btn-social {
  display: flex;
  /* width: calc(50% - 0.25rem); */
  width: 100%;
  height: 2.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: var(--Gray300, #828282);
  text-align: center;
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free";
  font-size: clamp(14px, 1rem, 16px);
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
  border-radius: 0.3125rem;
  border: 1px solid var(--Gray500, #3C3E47);
  transition: color, border 0.25s ease-in-out;
}
#side1_area.on .btn-social:hover {
  color: var(--Gray100, #FFF);
  border: 1px solid var(--Gray100, #FFF);
}
#side1_area.on .btn-social.on {
  color: var(--Gray100, #FFF);
  border: 1px solid var(--Gray100, #FFF);
}
#side1_area.on .btn-commu {
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  /* background-color:; */
  background: var(--Gray500, #3C3E47);
  transition: background 0.25s ease-in-out;
  color: var(--Gray100);
  display: flex;
  align-items: center;
  justify-content: center;
}
#side1_area.on .btn-commu svg {
  width: 1rem;
  height: 1rem;
}
#side1_area.on .btn-commu:hover {
  background: var(--hover, #23C4DF);
}
#side1_area.on .tbl-info {
  display: table;
}
#side1_area.on .tbl-info th, #side1_area.on .tbl-info td {
  padding: 6px 0;
}
#side1_area.on .divider {
  display: block;
  margin: 0;
}
#side1_area.on .in-box.btns, #side1_area.on h5, #side1_area.on .in-box.community {
  display: flex;
}

#event_area {
  display: flex;
  /* width: 1090px; */
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
}
#event_area ul {
  /* .lists */
}
#event_area ul li {
  /* .list **/
}

#side2_area {
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  width: 320px;
  height: auto;
  min-height: unset;
}

#notice_area .wrap-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#notice_area .btn-go-lounge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: auto;
  height: 36px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: #333;
  font-size: clamp(14px, 1rem, 16px);
  font-weight: bold;
  color: var(--Gray100);
  line-height: 100%;
  letter-spacing: -0.48px;
  padding-left: 4rem;
  padding-right: 4rem;
  min-width: 12rem;
  transition: border 0.25s ease-in-out;
}
#notice_area .btn-go-lounge:lang(jp) {
  font-weight: 400;
  letter-spacing: 0;
  font-size: clamp(14px, 1.125rem, 18px);
}
#notice_area .btn-go-lounge:hover {
  border: 1px solid #666;
}

/* ./ ui */
/* ./ END divider */
/* lists */
.lists {
  display: flex;
  /* padding-top: fn.rem(24, 16); */
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
}

.list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  flex: 1 0 0;
  align-self: stretch;
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
  color: inherit;
  gap: 30px;
  padding: 30px;
  border-radius: 0.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.list:hover p {
  color: var(--Gray100, #FFF);
}
.list.no-result {
  align-items: center;
  pointer-events: none;
}
.list.no-result p img {
  max-width: 90px !important;
}
.list.no-result p {
  text-align: center;
}
.list.no-result p.no-result-msg {
  text-align: center;
}
.list .title {
  display: flex;
  /* padding-top: fn.rem(24, 16); */
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
.list .title .category {
  color: rgba(var(--Primary100), 1);
  display: inline-block;
  text-wrap: nowrap;
}
.list p {
  transition: color 0.25s ease-in-out;
}
.list img {
  overflow: hidden;
  border-radius: 0.625rem;
}

.list .title {
  color: var(--Gray100, #FFF);
  font-size: clamp(14px, 1rem, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
}
.list .title:lang(jp) {
  font-weight: normal;
  line-height: 170%;
  font-size: clamp(16px, 1rem, 18px);
  letter-spacing: -0.2px;
}

.list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--Gray250);
  text-overflow: ellipsis;
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.42px;
}
.list p:lang(jp) {
  line-height: 170%;
  font-size: clamp(14px, 0.8888rem, 16px);
  letter-spacing: -0.2px;
}

.list .wrap-author {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  width: 100%;
  font-size: clamp(12px, 0.875rem, 14px);
}
.list .wrap-author:lang(jp) {
  line-height: 170%;
  font-size: clamp(14px, 0.8888rem, 16px);
  letter-spacing: -0.2px;
}

.list .author {
  color: var(--Gray100, #FFF);
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
.list .author:lang(jp) {
  font-weight: 400;
  letter-spacing: 0;
}

.list .date {
  color: var(--Gray400, #5D5E65);
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}

.list.has-img {
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  /* &:hover .title{color: rgba(var(--Primary200) , 1);} */
}
.list.has-img .title {
  transition: color 0.25s ease-in-out;
}
.list.has-img .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  flex-grow: 1;
  width: calc(100% - 101px);
}
.list.has-img .left p {
  width: 100%;
  align-self: unset !important;
  line-height: 160% !important;
  text-align: left;
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}
.list.has-img .title .text.ellipsis {
  width: 100%;
  display: inline-block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.list.has-img .comment-num {
  margin-left: 4px;
  font-weight: normal;
  color: var(--Gray400);
}
.list.has-img img {
  max-width: 101px !important;
  max-height: 56.81px;
}

/* ./ END lists */
/* System SPEC */
.btn-spec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-spec .text {
  color: var(--Gray200, #CDCDCD);
  font-size: clamp(12px, 0.75rem, 12px);
  font-style: normal;
  font-weight: normal;
  line-height: 100%; /* 12px */
  letter-spacing: -0.36px;
  transition: all 0.25s ease-in-out;
}
.btn-spec .text:lang(jp) {
  font-size: clamp(14px, 0.8888rem, 16px);
  letter-spacing: -0.2px;
}
.btn-spec:hover .text, .btn-spec.on .text {
  color: var(--Gray100, #FFF);
}
.btn-spec:hover img, .btn-spec.on img {
  filter: brightness(2);
  transform: rotate(90deg);
  transform-origin: center;
}

#content .tbl-spec {
  display: none;
  height: 0;
  transition: height 0.25s ease-in-out;
}
#content .tbl-spec th, #content .tbl-spec td {
  padding: 6px 0 0 0;
}

#content .btn-spec.on + .tbl-spec {
  display: table;
  height: auto;
}

@media all and (min-width: 1460px) {
  #content .row {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (max-width: 1459px) {
  #content .row {
    max-width: 100%;
    padding: 0 1.5rem;
    justify-content: center;
  }
}
/* ORDER */
@media all and (max-width: 1280px) {
  #content .content-left {
    width: calc(70% - 20px);
  }
  #content .content-right {
    width: 30%;
  }
  #side1_area {
    width: 100%;
  }
  #side2_area {
    width: 100%;
  }
  #topnews_area .custom-dots-news {
    padding: 0.375rem 0.5rem;
  }
  #topnews_area .custom-dots-news .prev, #topnews_area .custom-dots-news .next {
    padding: 5px;
  }
}
@media all and (max-width: 1024px) {
  #content .content-left {
    width: calc(66% - 20px);
  }
  #content .content-right {
    width: 34%;
  }
  #media_area {
    order: 1;
    height: auto;
    margin-bottom: 1.25rem;
    flex-basis: 100%;
    width: 100%;
  }
  #media_area #slick_media {
    width: 100% !important;
    max-width: 100% !important;
  }
  #media_area #slick_media .slick-slide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  #media_area #slick_media .slick-track {
    width: 100% !important;
  }
  #media_area #slick_media .slick-list {
    width: 100% !important;
  }
  #media_area #slick_media .slick-slide {
    width: 100%;
  }
  #side1_area {
    order: 2; /*  flex-basis: 320px; */
    flex-basis: 100%;
    flex-grow: 0;
    align-self: flex-start;
  }
  #topnews_area {
    order: 3;
    flex-basis: 100%;
    max-height: unset;
  }
  #event_area {
    order: 4;
    flex-basis: 100%;
    width: 100%;
  }
  #notice_area {
    order: 6;
    flex-basis: 100%;
    width: 100%;
  }
  .notice_area:first-child {
    margin-top: 1.25rem;
  }
  #side2_area {
    order: 5;
    flex-grow: 1;
    align-self: flex-start;
  }
  #media_area #slick_media .item iframe {
    min-height: 37.125vw !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  #media_area #slick_media .item {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* END order */
  #topnews_area .item {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
  }
  #topnews_area .item img {
    max-height: 100%;
    max-width: 40%;
    border-radius: 0.625rem;
    aspect-ratio: 16/9;
  }
  #topnews_area .item dd {
    width: 100%;
    padding-right: 1.25rem;
    /* 최대 3줄까지 표시 */
    line-height: 1.7;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /*   #topnews_area .custom-dots-news { right: 20px; bottom: fn.rem(30, 16)} */
  #topnews_area .custom-dots-news {
    right: 20px;
    bottom: 20px;
  }
  #topnews_area .item dd {
    width: 100%;
    padding-right: 1.25rem;
    /* 최대 2줄까지 표시 */
    -webkit-line-clamp: 2;
  }
  .list.no-result {
    align-items: center;
    flex-direction: row;
    gap: 0.875rem;
  }
  .list.no-result p img {
    max-width: 44px !important;
  }
  .list.no-result p {
    display: flex;
    align-items: center;
  }
  .list.no-result p.no-result-msg {
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  #content .row {
    flex-direction: column;
    gap: 20px;
  }
  #content .box {
    width: 100%;
  }
  #content .content-right,
  #content .content-left {
    display: contents;
    width: 100%;
  }
  #media_area {
    width: 100%;
    height: 60vw;
    flex-basis: fit-content;
    margin-bottom: 0;
  }
  .notice_area:first-child {
    margin-top: 0;
  }
  #side1_area #btnGameInfo {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: flex;
  }
  #side1_area .img-area {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
  }
  #side1_area .btn-play {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: flex;
    width: 100%;
    height: 36px;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 0.625rem;
    background: rgba(var(--Primary200), 1);
    border: 1px solid transparent;
    font-size: 1rem;
    font-weight: bold;
    color: var(--Gray100);
    line-height: 100%;
    letter-spacing: -0.48px;
    transition: background 0.25s ease;
  }
  #side1_area .btn-play:hover {
    background: rgba(var(--Primary100), 1);
  }
}
@media all and (max-width: 640px) {
  #media_area .slick-dots li {
    height: 3rem;
    width: 4rem;
  }
}
#guide_area {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  width: 100%;
}
#guide_area .guide-left {
  position: relative;
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  max-height: calc(100vh - 32.875rem);
}
#guide_area .guide-left .wrap-search {
  position: relative;
  width: 320px;
}
#guide_area .guide-left .wrap-search form {
  width: 100%;
  position: relative;
  display: flex;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid var(--Gray500, #3C3E47);
  background: var(--Gray900, #121212);
}
#guide_area .guide-left #msg_search {
  position: absolute;
  width: 100%;
  left: 0;
  top: 3.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 11px;
  color: var(--Alert, #eb5454);
}
#guide_area .guide-left #msg_search:lang(jp) {
  font-size: clamp(12px, 0.75rem, 12px);
}
#guide_area .guide-left.fixed {
  position: fixed;
  top: 126px;
  width: 320px;
  left: 20px;
}
#guide_area .lists-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
#guide_area .lists-1 .list-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding-left: 8px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  font-size: clamp(12px, 0.875rem, 14px);
  letter-spacing: -0.42px;
  color: var(--Gray300);
}
#guide_area .lists-1 .list-1:lang(jp) {
  font-size: clamp(14px, 0.8888rem, 16px);
  letter-spacing: 0;
}
#guide_area .lists-1 .list-1:hover > .text {
  color: var(--Gray100, #FFF);
}
#guide_area .lists-1 .list-1 > .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#guide_area .list-1 .lists-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  gap: 12px;
}
#guide_area .list-1 .lists-2 .list-2 {
  padding-left: 8px;
  transition: color 0.25s ease-in-out;
}
#guide_area .list-1 .lists-2 .list-2::before {
  content: "•";
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 8px;
  height: 8px;
  display: inline;
}
#guide_area .list-1 .lists-2 .list-2:hover > .text {
  color: var(--Gray100, #FFF);
}

#guide_area .wrap-lnb {
  display: flex;
  flex-grow: 1;
  width: 100%;
  max-height: calc(100vh - 12.875rem);
  min-height: 232px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 10px;
  background: var(--Gray800, #1A1B20);
}

#guide_area .wrap-lnb h5 {
  color: var(--Gray100, #FFF);
}

#guide_area .guide-right {
  width: calc(100% - 320px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-top: 0.75rem;
}

.guide-right .box-categories {
  width: 100%;
  display: grid;
  /* grid-template-columns: repeat(3, 1f); !* 3개의 동일한 컬럼 *! */
  grid-auto-rows: min-content; /* 각 요소가 컨텐츠 크기에 맞게 조정 */
  align-items: flex-start;
  gap: 24px;
  margin-top: 20px;
}

.box-categories .box-category {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 10px;
  background: var(--Gray800, #1A1B20);
}
.box-categories .box-category h4 {
  color: var(--Gray100, #FFF);
}
.box-categories .box-category h4:hover {
  color: var(--Gray100, #FFF);
}

#guide_area .guide-right h3 {
  line-height: 1.4;
}
#guide_area .guide-right h3.guide-result {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#guide_area .guide-right h3.guide-result span {
  color: rgba(var(--Primary100), 1);
}

/* 4, 5, 6의 위치를 개별적으로 설정 */
.box-category:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
} /* 4는 1 아래 */
.box-category:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.box-category:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
} /* 6은 3 아래 */
.input-search._guide {
  color: var(--Gray100, #FFF);
}

#btn_search {
  transition: all 0.25s ease-in-out;
}

#btn_search:hover .svg-icon path {
  stroke: var(--Gray100, #FFF);
}

/****************/
/******네비**********/
/****************/
#guide_area {
  position: relative;
}
#guide_area #navi_guide {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  align-self: stretch;
  /* auto 스크롤 */
  position: relative;
  width: calc(100% + 20px);
  height: calc(100% - 2rem);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 20px;
  right: 0;
}
#guide_area #navi_guide::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
#guide_area #navi_guide::-webkit-scrollbar-track {
  background-color: transparent;
}
#guide_area #navi_guide::-webkit-scrollbar-thumb {
  background: var(--Gray400, #5D5E65);
}
#guide_area #navi_guide::-webkit-scrollbar-thumb:hover {
  background: var(--Gray400, #5D5E65);
}
#guide_area #navi_guide h5 {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  justify-content: space-between;
  color: var(--Gray400, #5D5E65);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
#guide_area #navi_guide h5:lang(jp) {
  font-size: clamp(14px, 0.8888rem, 16px);
  letter-spacing: 0;
}
#guide_area #navi_guide h5 > .text + .icon-arrow-down {
  transform: rotate(-90deg);
  color: inherit;
  transition: all 0.25s ease-in-out;
}
#guide_area #navi_guide h5 > .text + .icon-arrow-down path {
  stroke: var(--Gray400, #5D5E65);
}
#guide_area #navi_guide h5:hover > .text,
#guide_area #navi_guide h5.on > .text {
  color: var(--Gray100);
}
#guide_area #navi_guide h5:hover > .text + .icon-arrow-down,
#guide_area #navi_guide h5.on > .text + .icon-arrow-down {
  transform: rotate(0);
}
#guide_area #navi_guide h5:hover > .text + .icon-arrow-down path,
#guide_area #navi_guide h5.on > .text + .icon-arrow-down path {
  stroke: var(--Gray100);
}
#guide_area #navi_guide h5.on + .lists-1 {
  display: flex;
  height: auto;
}
#guide_area #navi_guide {
  /***/
  /***/
}
#guide_area #navi_guide .lists-1 {
  display: none;
  height: 0;
  padding: 20px 12px;
  align-items: flex-start;
  border-radius: 10px;
  background: var(--Gray900, #121212);
  cursor: pointer;
}
#guide_area #navi_guide .list-1 > .text {
  font-weight: normal;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
#guide_area #navi_guide .list-1 > .text > .icon-arrow-down {
  transform: rotate(-90deg);
  color: inherit;
  transition: all 0.25s ease-in-out;
}
#guide_area #navi_guide .list-1:hover > .text,
#guide_area #navi_guide .list-1.on > .text {
  color: var(--Gray100);
}
#guide_area #navi_guide .list-1:hover > .text > .icon-arrow-down,
#guide_area #navi_guide .list-1.on > .text > .icon-arrow-down {
  transform: rotate(0);
}
#guide_area #navi_guide .list-1:hover > .text > .icon-arrow-down path,
#guide_area #navi_guide .list-1.on > .text > .icon-arrow-down path {
  stroke: var(--Gray100);
}
#guide_area #navi_guide .list-1 .lists-2 {
  display: none;
  height: 0;
  align-items: flex-start;
  gap: 12px;
}
#guide_area #navi_guide .lists-1.on {
  display: flex;
  height: auto;
}
#guide_area #navi_guide .list-1.on .lists-2 {
  display: flex;
  height: auto;
}
#guide_area #navi_guide .list-2.on {
  color: var(--Gray100, #FFF);
}

/*  guide detail */
/* .view-cont *: layout/
/* guide search result */
.box-categories.search-result .box-category {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border 0.25s ease-in-out;
}
.box-categories.search-result .box-category p img {
  border-radius: 50%;
}
.box-categories.search-result .box-category p.no-result-msg {
  width: 100%;
  text-align: center;
}
.box-categories.search-result .box-category h5 {
  color: var(--Gray100, #FFF);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.box-categories.search-result .box-category p {
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  color: var(--Gray200, #CDCDCD);
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.42px;
}
.box-categories.search-result .box-category p:lang(jp) {
  font-size: clamp(14px, 0.8888rem, 16px);
  letter-spacing: 0;
}

.box-categories.search-result .box-category.no-result {
  cursor: default;
}
.box-categories.search-result .box-category.no-result:hover {
  border: 1px solid transparent;
}

.box-categories.search-result .box-category:hover {
  border: 1px solid rgba(var(--Primary100), 1);
}

@media all and (max-width: 1440px) {
  /* #guide_area { max-width: 100%; justify-content: center; gap: 20px;} */
  /* #guide_area .guide-right {width: calc(100% - 34% - 20px);} */
  /*   #guide_area .guide-right {}
  #guide_area .guide-left{width:34%; }
  */
  /*   #guide_area .guide-left{width: 320px} */
  #guide_area .guide-left .wrap-search {
    width: 100%;
  }
  .guide-right .box-categories { /*    flex: 1 0 0; */ }
  .box-category:nth-child(4) ~ .box-category:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media all and (max-width: 768px) {
  #guide_area {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }
  #guide_area .guide-left, #guide_area .guide-left.fixed {
    width: 100%;
    position: relative;
  }
  /* 가이드 모바일 버튼 */
  .btn-guide-mb {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    border-radius: 0.625rem;
    border: 1px solid var(--Gray500);
    display: inline-flex;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    color: Var(--Gray100);
    cursor: pointer;
  }
  .btn-guide-mb.on, .btn-guide-mb.on {
    border: 1px solid var(--Gray100);
  }
  /* 가이드 모바일 검색 인풋 */
  #guide_area .guide-left .wrap-search {
    margin-left: 52px;
    width: calc(100% - 44px - 8px);
    justify-self: flex-end;
  }
  #guide_area #navi_guide h5 > .text + .icon-arrow-down,
  #guide_area #navi_guide .list-1 > .text > .icon-arrow-down {
    display: none !important;
  }
  #guide_area #navi_guide .list-1 .lists-2 {
    height: auto !important;
    display: flex !important;
  }
  /* 가이드 모바일 메뉴 */
  #guide_area .wrap-lnb {
    width: 0;
    height: 0;
    padding: 0;
    min-height: unset;
    overflow: hidden;
    transition: width, height 0.25s ease-in-out;
  }
  #guide_area .wrap-lnb.on {
    width: 100%;
    padding: 1.5rem;
    max-height: calc(100vh - 15rem);
    height: auto;
    overflow-y: auto;
  }
  /* 가이드 페이지 카테고리 */
  #guide_area .guide-right {
    width: 100%;
  }
  #guide_area .guide-left,
  #guide_area .guide-right {
    display: contents;
  }
  #guide_area .guide-left {
    order: 2;
  }
  #guide_area .guide-right {
    order: 1;
  }
  .guide-right .box-categories {
    order: 3;
  }
}
@media all and (max-width: 568px) {
  .guide-right .box-categories {
    display: flex;
    flex-direction: column;
  }
  .box-categories .box-category {
    width: 100%;
  }
}
/* faq_area 공통 */
#faq_area .cate {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0.5rem 0.75rem;
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: bold;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.42px;
  border-radius: 6.1875rem;
  border: none;
  color: var(--Gray100, #FFF);
  /* background: var(--Gray400, #5D5E65); */
  background: rgb(93, 94, 101);
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
#faq_area .bread-wrapper + script + h3 {
  max-width: 1440px;
  width: 100%;
  margin: 1.5rem auto 0;
  padding: 0 1.5rem;
  color: var(--Gray100, #FFF);
  font-size: clamp(13px, 1rem, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
#faq_area .bread-wrapper + script + h3:lang(jp) {
  font-size: clamp(16px, 1rem, 18px);
  letter-spacing: 0;
}

#faq_area #faq_nav .cate:hover,
#faq_area #faq_nav .cate.on {
  background: rgba(var(--Primary200), 1);
}

/* 네비 게이션 */
#faq_nav {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  padding: 0 1.5rem 0 2.5rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
#faq_nav h3 {
  display: inline-block;
}

#faq_list {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

#faq_list,
#faq_list ul,
#faq_list > ul > li,
#faq_list > ul > li h3,
#faq_list .desc, #faq_list .desc p {
  width: 100%;
}

#faq_list > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem !important;
  background: transparent !important;
  padding: 3rem;
}
#faq_list > ul > li.on {
  background: var(--Gray800, #1A1B20) !important;
}

#faq_list > ul > li h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8vw;
  cursor: pointer;
  font-weight: normal;
}
#faq_list > ul > li h3 .left {
  justify-self: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  /* flex-shrink: 1; */
  min-width: 0;
}
#faq_list > ul > li h3 .left .title {
  display: block;
  /* flex: 1(grow) 1(shrink) auto(basis); */
  flex-grow: 1; /* 남은 공간을 차지할 수 있음 */
  flex-shrink: 1; /* 공간 부족 시 줄어들 수 있음 */
  flex-basis: auto; /* 기본 크기는 내용물 크기 또는 width 값 */
  min-width: 0; /* 필수! */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#faq_list > ul > li h3 .toggle-faq-list {
  justify-self: flex-end;
  flex-shrink: 0;
}

#faq_list > ul > li .title {
  color: var(--Gray300);
  font-size: clamp(13px, 1rem, 16px);
  transition: color 0.25s ease-in-out;
}
#faq_list > ul > li .title:lang(jp) {
  font-size: clamp(16px, 1rem, 18px);
  letter-spacing: 0;
}

#faq_list h3 .toggle-faq-list .fa {
  color: var(--Gray100, #FFF);
  font-size: clamp(14px, 1.125rem, 18px);
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 28px */
  letter-spacing: -0.6px;
  transition: color 0.25s ease-in-out;
}

/* faq list on hover 효과*/
#faq_list > ul > li.on h3 .cate {
  background: rgba(var(--Primary200), 1);
}

#faq_list > ul > li h3:hover .title {
  color: rgba(var(--Primary100), 1);
}

#faq_list > ul > li h3:hover .toggle-faq-list .fa {
  color: rgba(var(--Primary200), 1);
}

#faq_list > ul > li .desc {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--Gray200, #CDCDCD);
  font-size: clamp(13px, 1rem, 16px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.48px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease;
}

#faq_list > ul > li.on .desc {
  max-height: 100vh;
  opacity: 1;
}

#faq_list > ul > li.box {
  background: var(--Gray800, #1A1B20) !important;
  margin-bottom: 0.625rem;
  padding: 1.5rem;
  row-gap: 0 !important;
}

#faq_list > ul > li.box.on {
  padding: 1.5rem;
  row-gap: 1.5rem !important;
}

#faq_list .desc p {
  /* layout */
}

@media all and (max-width: 768px) {
  #faq_list {
    padding: 0;
  }
  #faq_area #faq_nav .cate {
    background: none;
    padding: 0;
    color: var(--Gray400);
  }
  #faq_area #faq_nav .cate:hover, #faq_area #faq_nav .cate.on {
    color: rgba(var(--Primary200), 1);
    background: none;
  }
  #faq_area .bread-wrapper + script + h3 {
    margin: 2.5rem auto 0;
    padding: 0;
  }
  #faq_list > ul > li.box {
    padding: 0.875rem 1.5rem;
  }
}
/* 새소식 페이지 전용 스타일 */
.news-container {
  /* 뉴스 리스트 */
  /* 반응형 */
  /* 새소식 상세 페이지 스타일 */
  /* 브레드크럼 */
  /* 헤더 영역 */
  /* 본문 영역 */
  /* 네비게이션 */
  /* 목록 버튼 */
  /* 반응형 */
}
.news-container {
  background: #0a0a0a;
  min-height: 100vh;
  padding-top: 40px;
}
.news-container .news-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.news-container .news-views {
  color: var(--Gray250);
  font-size: clamp(12px, 0.875rem, 14px);
  display: flex;
  align-items: center;
  gap: 5px;
}
.news-container .news-views::before {
  content: "\f06e"; /* fas fa-eye 아이콘 유니코드 */
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif;
  font-weight: 900;
}
@media (max-width: 768px) {
  .news-container .category-tabs {
    padding: 0 20px;
  }
  .news-container .category-tab {
    padding: 10px 20px;
    font-size: clamp(12px, 0.875rem, 14px);
  }
}
.news-container .news-detail-container {
  background: #0a0a0a;
  min-height: 100vh;
  padding: 60px 0;
}
.news-container .breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  font-size: clamp(12px, 0.875rem, 14px);
}
.news-container .breadcrumb a {
  color: var(--Gray250);
  text-decoration: none;
  transition: color 0.3s;
}
.news-container .breadcrumb a:hover {
  color: #fff;
}
.news-container .breadcrumb-separator {
  color: var(--Gray200);
}
.news-container .breadcrumb-current {
  color: var(--Gray100);
}
.news-container .news-detail-header {
  padding: 40px;
  background: var(--Gray800, #1A1B20);
  margin-bottom: 30px;
  border-radius: 0.625rem;
}
.news-container .news-detail-category {
  display: inline-block;
  padding: 6px 16px;
  color: #fff;
  font-size: clamp(12px, 0.8125rem, 13px);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 0.25rem;
}
.news-container .news-detail-title {
  font-size: clamp(28px, 2rem, 32px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}
.news-container .news-detail-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--Gray250);
  font-size: clamp(12px, 0.875rem, 14px);
}
.news-container .news-detail-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.news-container .news-detail-meta span i {
  color: var(--Gray200);
}
.news-container .news-detail-content {
  padding: 40px;
  background: var(--Gray800, #1A1B20);
  margin-bottom: 30px;
  min-height: 400px;
  border-radius: 0.625rem;
}
.news-container .news-detail-thumbnail {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
}
.news-container .news-detail-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.news-container .news-detail-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--Gray250);
  font-size: clamp(13px, 1rem, 16px);
  line-height: 1.8;
}
.news-container .news-detail-body p {
  margin-bottom: 20px;
  color: var(--Gray250);
}
.news-container .news-detail-body h2 {
  font-size: clamp(20px, 1.5rem, 24px);
  font-weight: bold;
  color: #fff;
  margin: 30px 0 15px;
}
.news-container .news-detail-body h3 {
  font-size: clamp(16px, 1.25rem, 20px);
  font-weight: bold;
  color: #fff;
  margin: 25px 0 15px;
}
.news-container .news-detail-body ul,
.news-container .news-detail-body ol {
  margin: 15px 0;
  padding-left: 30px;
}
.news-container .news-detail-body li {
  margin-bottom: 10px;
}
.news-container .news-detail-body img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0.625rem;
  margin: 1rem auto;
}
.news-container .news-detail-body a {
  color: #667eea;
  text-decoration: none;
  transition: color 0.3s;
}
.news-container .news-detail-body a:hover {
  color: #764ba2;
  text-decoration: underline;
}
.news-container .news-navigation {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.news-container .news-nav-item {
  flex: 1;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 0.25rem;
}
.news-container .news-nav-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}
.news-container .news-nav-item.prev {
  flex-direction: row;
}
.news-container .news-nav-item.next {
  flex-direction: row-reverse;
  text-align: right;
}
.news-container .news-nav-item.prev.inactive,
.news-container .news-nav-item.next.inactive {
  cursor: not-allowed;
}
.news-container .news-nav-item.prev.inactive:hover,
.news-container .news-nav-item.next.inactive:hover {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.news-container .news-nav-arrow {
  font-size: clamp(20px, 1.5rem, 24px);
  color: var(--Gray250);
}
.news-container .news-nav-content {
  flex: 1;
}
.news-container .news-nav-label {
  font-size: clamp(12px, 0.75rem, 12px);
  color: var(--Gray250);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.news-container .news-nav-title {
  color: var(--Gray250);
  font-size: clamp(12px, 0.875rem, 14px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-container .back-to-list {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  background: var(--Gray800, #1A1B20);
  color: var(--Gray250);
  text-decoration: none;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
  transition: all 0.3s;
  margin-bottom: 50px;
  border-radius: 0.25rem;
}
.news-container .back-to-list:hover {
  background: rgba(var(--Primary200), 1);
  color: #fff;
  transform: translateX(-5px);
}
@media (max-width: 768px) {
  .news-container .news-detail-header,
  .news-container .news-detail-content {
    padding: 20px;
  }
  .news-container .news-detail-title {
    font-size: clamp(20px, 1.5rem, 24px);
  }
  .news-container .news-detail-meta {
    flex-wrap: wrap;
    gap: 10px;
  }
  .news-container .news-navigation {
    flex-direction: column;
  }
  .news-container .news-detail-body {
    font-size: clamp(12px, 0.875rem, 14px);
  }
  .news-container .news-container .news-thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.2;
  }
}

#inquiry_area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#inquiry_area .box, #inquiry_area form {
  width: 100%;
}
#inquiry_area .is-not-login-top {
  display: none;
  opacity: 0;
  max-height: 0;
  justify-self: center;
  align-items: center;
  width: 100%;
  transition: all 0.25s ease-in-out;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
#inquiry_area .is-not-login-top span.box {
  width: auto;
  color: var(--Gray100, #FFF);
  font-weight: bold;
  font-size: clamp(13px, 1rem, 16px);
  margin-left: auto;
  margin-right: auto;
}
#inquiry_area .is-not-login-top.true {
  display: flex;
  max-height: 300px;
  opacity: 1;
}
#inquiry_area .is-not-login-top #inquiry_top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
#inquiry_area .is-not-login-top form {
  width: 100%;
}

#inquiry_area .box.minus-top {
  margin-top: -2rem;
}

#inquiry_area h3, #inquiry_top h3 {
  /*   color: var(--Gray100, #FFF);
    font-size: clamp(13px,  1rem, 16px);
    font-style: normal;
    font-weight: bold;
    line-height: 140%; !* 22.4px *!
    letter-spacing: -0.48px; */
  color: var(--Gray100, #FFF);
  font-size: clamp(13px, 1rem, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
  margin: 0;
}

#inquiry_top.minus-top h3 {
  margin-bottom: 0.5rem;
}

#inquiry_top p {
  color: var(--Gray200, #CDCDCD);
  font-size: clamp(13px, 1rem, 16px);
  font-style: normal;
  font-weight: normal;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
}

#inquiry_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
  /* 플레이스 홀더 */
}
#inquiry_form .not-login-notice {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  max-height: 0;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  align-items: center;
  justify-self: center;
  cursor: default;
  background: rgba(0, 0, 0, 0.65);
}
#inquiry_form .not-login-notice span {
  z-index: 1;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--Gray100, #FFF);
}
#inquiry_form .not-login-notice.true {
  display: flex;
  opacity: 1;
  max-height: 2000px;
  height: 100%;
}
#inquiry_form .wrap-input {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#inquiry_form .msg {
  display: none;
  position: absolute;
  color: var(--Alert);
  font-size: 11px;
  bottom: -1.35rem;
  right: 1.5rem;
  width: auto;
  transition: all 0.25s ease-in-out;
}
#inquiry_form .msg.positive {
  display: flex;
  color: var(--Positive);
}
#inquiry_form .msg.on {
  display: flex;
}
#inquiry_form label {
  align-self: flex-start;
  text-align: left;
  padding: 1rem 0;
  flex-shrink: 0;
  flex-grow: 0;
  flex-wrap: wrap;
  color: var(--Gray100, #FFF);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.48px;
  width: 136px;
}
#inquiry_form input[type=text], #inquiry_form input[type=email], #inquiry_form textarea, #inquiry_form select, #inquiry_form .custom-input-file {
  position: relative;
  min-width: 0;
  display: flex;
  flex: 1 0 0;
  flex-wrap: nowrap;
  align-self: flex-end;
  align-items: center;
  border-radius: 0.625rem;
  background: var(--Gray800, #1A1B20);
}
#inquiry_form input[type=text], #inquiry_form input[type=email], #inquiry_form select, #inquiry_form textarea {
  justify-content: flex-start;
  flex-direction: row;
  padding: 1rem 1.5rem;
  color: var(--Gray100);
}
#inquiry_form textarea {
  line-height: 2;
}
#inquiry_form .custom-input-file {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--Gray100);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
  gap: 0.875rem;
}
#inquiry_form .custom-input-file .fa, #inquiry_form .custom-input-file .fas, #inquiry_form .custom-input-file .far, #inquiry_form .custom-input-file .fal, #inquiry_form .custom-input-file svg {
  height: clamp(20px, 1.5rem, 24px);
  color: inherit;
  font-size: inherit;
}
#inquiry_form .custom-input-file {
  min-height: 116px;
  color: var(--Gray400, #5D5E65);
  transition: all 0.25s ease-in-out;
  padding: 3rem 1.5rem 1.5rem;
}
#inquiry_form .custom-input-file .desc {
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.875rem;
  align-items: center;
  color: var(--Gray100);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
#inquiry_form .custom-input-file .desc .text {
  display: block;
  width: 100%;
  line-height: 1.6;
  text-align: center;
}
#inquiry_form .custom-input-file .desc .text em {
  color: var(--Positive);
}
#inquiry_form .custom-input-file .fa, #inquiry_form .custom-input-file .fas, #inquiry_form .custom-input-file svg {
  color: inherit;
}
#inquiry_form .custom-input-file .uploaded {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  padding: 12px 24px;
  background: var(--Gray600, #2B2D34);
  color: var(--Gray100);
  text-overflow: ellipsis;
  gap: 8px;
  /* H5/Regular */
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
#inquiry_form .custom-input-file .uploaded .fa, #inquiry_form .custom-input-file .uploaded .fas {
  color: var(--Gray100);
  font-size: inherit;
  font-weight: 900;
  height: unset;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}
#inquiry_form .custom-input-file .uploaded .fa:hover, #inquiry_form .custom-input-file .uploaded .fas:hover {
  color: var(--Alert);
}
#inquiry_form .custom-input-file.before .uploaded {
  display: none;
}
#inquiry_form textarea::-webkit-input-placeholder {
  color: var(--Gray400, #5D5E65);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
#inquiry_form input::placeholder {
  color: var(--Gray400, #5D5E65);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
#inquiry_form ::-webkit-input-placeholder {
  color: var(--Gray400, #5D5E65);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
#inquiry_form :-ms-input-placeholder {
  color: var(--Gray400, #5D5E65);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
#inquiry_form ::-moz-placeholder {
  color: var(--Gray400, #5D5E65);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
#inquiry_form .inquiry-notice {
  position: relative;
  max-width: 823px;
  margin: 3rem auto 0;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#inquiry_form .inquiry-notice p {
  width: 100%;
  font-size: clamp(12px, 0.875rem, 14px);
  color: var(--Gray400, #5D5E65);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.42px;
}
#inquiry_form .inquiry-notice .wrap-input {
  align-items: center;
  justify-content: center;
}
#inquiry_form .inquiry-notice label[for=chk_agree] {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0.25rem;
  color: var(--Gray100, #FFF);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.42px;
  cursor: pointer;
  line-height: 1.4;
}
#inquiry_form .inquiry-notice input[type=checkbox] {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-self: center;
  width: 1.25rem;
  height: 1.25rem;
  text-align: left;
  padding: 0;
  border-radius: 0.25rem;
  background: var(--Gray800, #1A1B20);
  border: 1px solid var(--Gray100, #FFF);
  transition: all 0.25s ease-in-out;
}
#inquiry_form .inquiry-notice input[type=checkbox]:checked {
  background: rgba(84, 235, 177, 0.5);
}
#inquiry_form .inquiry-notice input[type=checkbox]:checked:after {
  content: "✓"; /* ⤫ ✔️ */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--Gray100, #FFF);
  font-size: clamp(14px, 1.125rem, 18px);
}
#inquiry_form .inquiry-notice .msg.bottom {
  top: unset;
  right: unset;
  width: auto;
  bottom: -1rem;
  margin: 0.25rem auto;
}
#inquiry_form input[type=text]:not([disabled]), #inquiry_form input[type=email]:not([disabled]), #inquiry_form select option:not([disabled]) {
  color: var(--Gray100, #FFF);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
#inquiry_form select option:disabled {
  color: var(--Gray400, #6f6f6f) !important;
}
#inquiry_form select:focus option:checked {
  color: var(--Gray100) !important;
}
#inquiry_form select:invalid {
  color: var(--Gray400, #6f6f6f) !important;
}
#inquiry_form select:focus:invalid {
  color: var(--Gray400, #6f6f6f) !important;
}
#inquiry_form select:focus option:checked[hidden] {
  color: var(--Gray400, #6f6f6f) !important;
}
#inquiry_form input[disabled],
#inquiry_form select[disabled] {
  color: var(--positive, #54ebb1);
  cursor: not-allowed;
}
#inquiry_form .custom-input-file .file-name {
  font-size: 0.9rem;
  color: #fff;
}
#inquiry_form .btn-remove-file {
  background: none;
  border: none;
  color: #ff6666;
  font-size: 1rem;
  cursor: pointer;
}

/* 버튼 */
#inquiry_area .wrap-btn {
  position: relative;
}

#inquiry_area .btn {
  max-width: 190px;
}
#inquiry_area .btn .fa, #inquiry_area .btn .fas, #inquiry_area .btn .far, #inquiry_area .btn .fal, #inquiry_area .btn svg {
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
}
#inquiry_area .btn.send.active {
  background: var(--Primary200);
  cursor: pointer;
}
#inquiry_area .btn.send:disabled {
  background: var(--Gray700); /* Light gray when disabled */
  cursor: not-allowed;
}

#inquiry_area .wrap-input select {
  cursor: pointer;
}

#inquiry_area .wrap-input select + i {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  transition: transform 0.25s ease-in-out;
}
#inquiry_area .wrap-input select + i svg path {
  stroke: #fff !important;
}

#inquiry_area .wrap-input select:hover + i {
  transform: rotate(180deg);
  color: #fff;
}
#inquiry_area .wrap-input select:hover + i svg path {
  stroke: #fff !important;
}

#inquiry_area .wrap-input select:invalid {
  color: var(--Gray400, #5D5E65); /* Placeholder color when no valid option is selected */
}

/* Optional: Change the color of the select text when focused */
#inquiry_area .wrap-input select:focus:invalid {
  color: var(--Gray400, #5D5E65); /* Keep the color when focused and invalid */
}

/*** 문의 응답 테이블 ***/
.tbl-inquiry {
  width: 100%;
}

/* 1:1 문의 테이블 양쪽 보더 삭제 */
.view-cont table.tbl-inquiry {
  border-left: none;
  border-right: none;
  border-top: none;
}

.view-cont table.tbl-inquiry thead th {
  border: none;
}

.view-cont table.tbl-inquiry tbody td:first-child {
  border-left: none;
  text-align: center;
}

.view-cont table.tbl-inquiry tbody td:last-child {
  border-right: none;
  text-align: center;
}
.view-cont table.tbl-inquiry tbody td:last-child .fa, .view-cont table.tbl-inquiry tbody td:last-child .fas {
  color: var(--Positive);
}

.view-cont table.tbl-inquiry tbody tr#user_cont td:last-child,
.view-cont table.tbl-inquiry tbody tr#answer_cont td:last-child {
  text-align: left;
}
.view-cont table.tbl-inquiry tbody tr#user_cont td:last-child .view-cont,
.view-cont table.tbl-inquiry tbody tr#answer_cont td:last-child .view-cont {
  padding: 1.5rem;
}

/* 문의하기 테이블 선택 */
.view-cont table.tbl-inquiry tbody tr.separate-color h3 {
  background: var(--Gray600);
  border-radius: 0.625rem;
  width: 100%;
  height: 100%;
  text-align: left;
  justify-content: flex-start;
  padding-left: 1.5rem;
}

.view-cont table.tbl-inquiry.detail {
  border-bottom: 0;
}

.view-cont table.tbl-inquiry tbody tr.separate-color td {
  border: none;
  text-align: left;
  padding: 0;
}

.view-cont table.tbl-inquiry tbody tr#user_cont td {
  border-top: 0;
  border-bottom: 0;
  position: relative;
}

.view-cont table.tbl-inquiry tbody tr#answer_cont td {
  border-top: 0;
  border-bottom: 0;
}

/* 파일 첨부 */
#user_cont td #attached {
  cursor: pointer;
  display: flex;
  height: 3.125rem;
  align-items: center;
  border-radius: 0.625rem;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  margin-top: 7rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: clamp(13px, 0.8125rem, 16px);
  background: var(--Gray600);
  color: inherit;
}
#user_cont td #attached:lang(jp) {
  font-size: clamp(16px, 1rem, 18px);
  letter-spacing: 0;
}
#user_cont td #attached:hover {
  color: var(--Positive);
}
#user_cont td #attached .file-name {
  justify-self: flex-end;
}

.view-cont table.tbl-inquiry tbody tr.line td {
  border: none;
}

.view-cont table.tbl-inquiry tbody tr.line td div {
  margin: 1rem 0 3rem;
  width: 100%;
  height: 1px;
  background-size: 3px 1px;
  background-image: linear-gradient(to right, var(--Gray500) 2px, transparent 1px);
  display: block;
  box-sizing: border-box;
  background-repeat: repeat-x;
}

.view-cont table.tbl-inquiry tbody tr.inq-list {
  cursor: pointer;
}

.view-cont table.tbl-inquiry tbody tr.inq-list td:nth-of-type(2) {
  transition: all 0.25s ease-in-out;
}

.view-cont table.tbl-inquiry tbody tr.inq-list:hover td:nth-of-type(2) {
  color: rgba(var(--Primary200), 1);
}

@media all and (max-width: 768px) {
  #inquiry_area {
    gap: 1rem;
  }
  #inquiry_area .row {
    padding: 0;
  }
  #inquiry_top,
  #inquiry_top.minus-top {
    margin-top: 0;
  }
  #inquiry_form .wrap-input {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
  #inquiry_form .custom-input-file {
    width: 100%;
  }
  #inquiry_area .wrap-input select + i {
    top: 4.5rem;
  }
  #inquiry_area .box.minus-top {
    margin-top: 1rem;
  }
  .view-cont table.tbl-inquiry tbody tr.separate-color > td {
    height: 50px !important;
  }
}
@media all and (max-width: 540px) {
  #inquiry_form .wrap-btn {
    flex-direction: column;
    flex-flow: column-reverse;
    gap: 12px;
  }
  #inquiry_area .btn.send, #inquiry_area .btn.line {
    width: 100%;
    height: 36px;
    max-width: unset;
  }
  .view-cont table.tbl-inquiry {
    min-width: 280px;
  }
  #inquiry_area .inquiry-has-table#inquiry_top {
    overflow-x: auto;
  }
  #inquiry_area .inquiry-has-table#inquiry_top::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    padding-right: 1px;
    background: transparent;
  }
  #inquiry_area .inquiry-has-table#inquiry_top::-webkit-scrollbar-button {
    height: 4px;
  }
  #inquiry_area .inquiry-has-table#inquiry_top::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgb(148, 163, 184);
    box-shadow: inset 0 1px 1px rgb(0, 0, 0);
  }
  #inquiry_area .inquiry-has-table#inquiry_top::-webkit-scrollbar-track {
    background-color: transparent;
    height: 100%;
    filter: brightness(80);
  }
}
#support {
  /* 고객센터 탭 스타일 */
  /* 1:1 문의 페이지 스타일 */
  /* 1:1 문의 페이지 스타일 */
  /* 1:1 문의 페이지 스타일 */
  /* 파일 업로드 */
  /* 도움말 텍스트 */
  /* 개인정보 동의 */
  /* 버튼 영역 */
  /* 공통 버튼 스타일 */
  /* 에러 메시지 */
  /* 로딩 상태 */
  /* 문의 목록 스타일 */
  /* 버튼 스타일 통합 - 폼과 목록에서 공통 사용 */
  /* 테이블 스타일 */
  /* 문의 유형 뱃지 */
  /* 상태 뱃지 */
  /* 빈 상태 */
  /* 반응형 */
  /* 문의 상세 스타일 */
  /* 상태 뱃지 */
  /* 콘텐츠 섹션 */
  /* 문의 정보 그리드 */
  /* 답변 섹션 */
  /* 첨부파일 */
  /* 대기 중 메시지 */
  /* 버튼 영역 */
  /* 반응형 */
  /*************************/
  /*******  문의 완료 ********/
  /*************************/
  /* 문의 완료 페이지 스타일 */
  /* 애니메이션 효과 */
  /*************************/
  /*******   faq  *********/
  /*************************/
  /* 카테고리 필터 */
  /* 검색 박스 */
  /* FAQ 리스트 */
  /* 인기 FAQ 섹션 */
  /* FAQ 아이템 */
  /* 빈 상태 */
  /* 문의하기 버튼 */
  /* 반응형 */
  /* 정책 콘텐츠 */
  /* 정책 콘텐츠 */
}
#support.support-container {
  background: #0a0a0a;
  min-height: 100vh;
  padding: 40px 0;
}
#support .support-tabs {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 20px;
  display: flex;
  gap: 0;
}
#support .support-tab {
  flex: 1;
  padding: 15px 20px;
  background: var(--Gray800);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #888;
  text-align: center;
  text-decoration: none;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  white-space: nowrap;
  border-left: none;
}
#support .support-tab:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#support .support-tab:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#support .support-tab:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
#support .support-tab.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
}
#support .inquiry-form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
#support .form-section {
  background: var(--Gray800);
  border: 1px solid var(--Gray800);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}
#support .form-section-title {
  font-size: clamp(14px, 1.125rem, 18px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#support .form-group {
  margin-bottom: 25px;
}
#support .form-label {
  display: block;
  color: #ccc;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
  margin-bottom: 8px;
}
#support .form-label .required {
  color: #ff4444;
  margin-left: 3px;
}
#support .form-input,
#support .form-select,
#support .form-textarea {
  width: 100%;
  padding: 12px 15px;
  background: var(--Gray800);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: clamp(12px, 0.875rem, 14px);
  border-radius: 6px;
  outline: none;
  transition: all 0.3s;
}
#support .form-input:read-only,
#support .form-select:read-only,
#support .form-textarea:read-only {
  color: var(--Gray400);
  cursor: not-allowed;
}
#support .form-input:read-only:hover, #support .form-input:read-only:focus,
#support .form-select:read-only:hover,
#support .form-select:read-only:focus,
#support .form-textarea:read-only:hover,
#support .form-textarea:read-only:focus {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#support .form-input:focus,
#support .form-select:focus,
#support .form-textarea:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #667eea;
}
#support .form-input::placeholder,
#support .form-textarea::placeholder {
  color: var(--Gray400);
}
#support .form-select {
  cursor: pointer;
}
#support .form-select option {
  background: #1a1a1a;
  color: #fff;
}
#support .form-textarea {
  min-height: 150px;
  resize: vertical;
  font-family: inherit;
  line-height: 1.6;
}
#support .file-upload-wrapper {
  position: relative;
}
#support .file-upload-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#support .file-upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  background: var(--Gray800);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #888;
  font-size: clamp(12px, 0.875rem, 14px);
  cursor: pointer;
  transition: all 0.3s;
  line-height: 1.6;
}
#support :lang(jp) .file-upload-label {
  font-size: clamp(13px, 1rem, 16px);
}
#support .file-upload-label:hover {
  background: var(--Gray800);
  border-color: #667eea;
  color: #fff;
}
#support .file-upload-input:focus + .file-upload-label {
  border-color: #667eea;
}
#support .file-info {
  margin-top: 10px;
  padding: 0 0 1rem;
  background: var(--Gray800);
  border: 1px solid rgba(102, 126, 234, 0.3);
  border-radius: 6px;
  overflow: hidden;
  color: var(--Gray100);
  font-size: clamp(12px, 0.8125rem, 13px);
  display: none;
}
#support .file-info.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
#support .file-info.show strong {
  color: var(--Gray100);
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #667eea;
  padding: 0.625rem;
}
#support .wrap-preview {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  max-width: calc(100% - 1.25rem);
  justify-content: center;
}
#support .preview {
  display: flex;
  justify-content: center;
  align-items: center;
}
#support .upload-img {
  max-width: 100%;
  max-height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
#support .wrap-file-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
#support .file-info strong {
  color: var(--Gray200);
}
#support .file-name {
  display: flex;
  font-size: clamp(12px, 0.875rem, 14px);
  color: var(--Gray200);
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem;
  line-height: 1.4;
}
#support .file-name i.fa, #support .file-name i.fas {
  color: var(--Gray100);
  font-size: 1.5em;
}
#support .file-size {
  font-size: clamp(12px, 0.75rem, 12px);
  color: var(--Gray300);
}
#support .form-help {
  text-align: right;
  font-size: clamp(12px, 0.75rem, 12px);
  margin-top: 1rem;
  line-height: 1.4;
  color: var(--Gray300);
}
#support .privacy-agreement {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 25px;
}
#support .privacy-content {
  max-height: 150px;
  overflow-y: auto;
  color: #888;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-right: 10px;
}
#support .privacy-content::-webkit-scrollbar {
  width: 6px;
}
#support .privacy-content::-webkit-scrollbar-track {
  background: var(--Gray800);
  border-radius: 3px;
}
#support .privacy-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
#support .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
#support .checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#support .checkbox-custom {
  position: relative;
  height: 20px;
  width: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
#support .checkbox-input:checked ~ .checkbox-custom {
  background-color: #667eea;
  border-color: #667eea;
}
#support .checkbox-custom:after {
  content: "";
  position: absolute;
  display: none;
}
#support .checkbox-input:checked ~ .checkbox-custom:after {
  display: block;
}
#support .checkbox-custom:after {
  left: 4px;
  top: -1px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#support .checkbox-label {
  color: #ccc;
  font-size: clamp(12px, 0.875rem, 14px);
  cursor: pointer;
  user-select: none;
  margin-left: 8px;
}
#support .form-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}
#support .btn {
  width: auto;
  height: auto;
  font-weight: 500;
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 1rem 2rem;
  font-size: clamp(13px, 1rem, 16px);
  /* 폼 버튼용 추가 스타일 */
}
#support .btn.form-btn {
  padding: 1rem 2rem;
  font-size: clamp(13px, 1rem, 16px);
}
#support .form-buttons .btn {
  width: 100%;
}
#support .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}
#support .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}
#support .btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ccc;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#support .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
#support .error-message {
  color: #ff4444;
  font-size: clamp(12px, 0.75rem, 12px);
  margin-top: 5px;
}
#support .loading {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#support .inquiry-list-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#support .list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#support .list-title {
  font-size: clamp(20px, 1.5rem, 24px);
  font-weight: bold;
  color: #fff;
}
#support .list-actions {
  display: flex;
  gap: 15px;
}
#support .inquiry-table {
  width: 100%;
  background: var(--Gray800);
  border: 1px solid var(--Gray800);
  border-radius: 10px;
  overflow: hidden;
}
#support .inquiry-table thead {
  background: rgba(102, 126, 234, 0.1);
}
#support .inquiry-table th {
  padding: 15px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  font-size: clamp(12px, 0.875rem, 14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#support .inquiry-table td {
  padding: 15px;
  color: #ccc;
  font-size: clamp(12px, 0.875rem, 14px);
  border-bottom: 1px solid var(--Gray800);
}
#support .inquiry-table tbody tr {
  transition: background 0.3s;
}
#support .inquiry-table tbody tr:hover {
  background: var(--Gray800);
  cursor: pointer;
}
#support .inquiry-table tbody tr:last-child td {
  border-bottom: none;
}
#support .type-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: clamp(12px, 0.75rem, 12px);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  color: #aaa;
}
#support .status-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: clamp(12px, 0.75rem, 12px);
  font-weight: 600;
}
#support .status-badge.completed {
  background: rgba(76, 175, 80, 0.2);
  color: #4caf50;
}
#support .status-badge.processing {
  background: rgba(255, 152, 0, 0.2);
  color: #ff9800;
}
#support .status-badge.received {
  background: rgba(33, 150, 243, 0.2);
  color: #2196f3;
}
#support .empty-state {
  text-align: center;
  padding: 80px 20px;
  background: #17181c;
  border: 1px solid var(--Gray800);
  border-radius: 10px;
}
#support .empty-icon {
  font-size: clamp(48px, 3.75rem, 60px);
  margin-bottom: 20px;
  opacity: 0.5;
}
#support .empty-title {
  font-size: clamp(16px, 1.25rem, 20px);
  color: #fff;
  margin-bottom: 10px;
}
#support .empty-text {
  color: #888;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #support .list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  #support .inquiry-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  #support .inquiry-table th,
  #support .inquiry-table td {
    font-size: clamp(12px, 0.75rem, 12px);
    padding: 10px;
  }
}
#support .inquiry-detail-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
#support .detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#support .detail-title-section {
  flex: 1;
}
#support .detail-title {
  font-size: clamp(20px, 1.5rem, 24px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
#support .detail-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#support .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #888;
  font-size: clamp(12px, 0.875rem, 14px);
}
#support .meta-label {
  color: var(--Gray400);
}
#support .status-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 600;
}
#support .status-badge.completed {
  background: rgba(76, 175, 80, 0.2);
  color: #4caf50;
}
#support .status-badge.processing {
  background: rgba(255, 152, 0, 0.2);
  color: #ff9800;
}
#support .status-badge.received {
  background: rgba(33, 150, 243, 0.2);
  color: #2196f3;
}
#support .content-section {
  background: var(--Gray800);
  border: 1px solid var(--Gray800);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}
#support .section-title {
  font-size: clamp(13px, 1rem, 16px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#support .section-content {
  color: #ccc;
  font-size: clamp(12px, 0.875rem, 14px);
  line-height: 1.8;
  white-space: pre-wrap;
}
#support .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
#support .info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#support .info-label {
  color: #888;
  font-size: clamp(12px, 0.8125rem, 13px);
}
#support .info-value {
  color: #fff;
  font-size: clamp(12px, 0.875rem, 14px);
}
#support .answer-section {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  border: 1px solid rgba(102, 126, 234, 0.2);
}
#support .answer-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
#support .answer-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1.25rem, 20px);
}
#support .answer-info {
  flex: 1;
}
#support .answer-label {
  color: #667eea;
  font-size: clamp(12px, 0.75rem, 12px);
  font-weight: 600;
  text-transform: uppercase;
}
#support .answer-date {
  color: #888;
  font-size: clamp(12px, 0.8125rem, 13px);
}
#support .attachment-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: var(--Gray800);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #aaa;
  font-size: clamp(12px, 0.875rem, 14px);
  text-decoration: none;
  transition: all 0.3s;
  margin-top: 15px;
}
#support .attachment-box:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: #667eea;
}
#support .waiting-message {
  background: rgba(255, 152, 0, 0.1);
  border: 1px solid rgba(255, 152, 0, 0.3);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  color: #ff9800;
  font-size: clamp(12px, 0.875rem, 14px);
}
#support .button-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 40px;
}
#support .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}
#support .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}
#support .btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ccc;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#support .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
#support .btn-danger {
  background: rgba(244, 67, 54, 0.2);
  color: #f44336;
  border: 1px solid rgba(244, 67, 54, 0.3);
}
#support .btn-danger:hover {
  background: rgba(244, 67, 54, 0.3);
}
@media (max-width: 768px) {
  #support .detail-header {
    flex-direction: column;
    gap: 15px;
  }
  #support .info-grid {
    grid-template-columns: 1fr;
  }
  #support .button-group {
    flex-direction: column;
  }
  #support .btn {
    width: 100%;
    justify-content: center;
  }
}
#support .complete-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}
#support .complete-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: checkmark 0.5s ease-in-out;
}
@keyframes checkmark {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#support .complete-icon svg {
  width: 60px;
  height: 60px;
  color: #fff;
}
#support .complete-title {
  font-size: clamp(28px, 2rem, 32px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
#support .complete-message {
  font-size: clamp(14px, 1.125rem, 18px);
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
}
#support .complete-submessage {
  font-size: clamp(12px, 0.875rem, 14px);
  color: #888;
  line-height: 1.6;
  margin-bottom: 40px;
}
#support .complete-info {
  background: var(--Gray800);
  border: 1px solid var(--Gray800);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 40px;
  text-align: left;
}
#support .info-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--Gray800);
}
#support .info-row:last-child {
  border-bottom: none;
}
#support .info-label {
  color: #888;
  font-size: clamp(12px, 0.875rem, 14px);
}
#support .info-value {
  color: #fff;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
}
#support .complete-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}
#support .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}
#support .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}
#support .btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ccc;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#support .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
#support .fade-in {
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#support .fade-in-delay-1 {
  animation: fadeIn 0.5s ease-in-out 0.2s backwards;
}
#support .fade-in-delay-2 {
  animation: fadeIn 0.5s ease-in-out 0.4s backwards;
}
#support .fade-in-delay-3 {
  animation: fadeIn 0.5s ease-in-out 0.6s backwards;
}
#support .faq-categories {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#support .faq-category {
  padding: 10px 24px;
  background: var(--Gray800);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #888;
  text-decoration: none;
  font-size: clamp(12px, 0.875rem, 14px);
  transition: all 0.3s;
  border-radius: 25px;
}
#support .faq-category:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
#support .faq-category.active {
  background: #667eea;
  color: #fff;
  border-color: #667eea;
}
#support .faq-search {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
#support .search-box {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
#support .search-input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  background: var(--Gray800);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: clamp(13px, 1rem, 16px);
  border-radius: 30px;
  outline: none;
  transition: all 0.3s;
}
#support .search-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #667eea;
}
#support .search-input::placeholder {
  color: var(--Gray400);
}
#support .search-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 1rem, 16px);
  transition: font-size 0.15s ease;
  transform-origin: center;
}
#support .search-button:hover {
  font-size: clamp(14px, 1.125rem, 18px);
}
#support .faq-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#support .popular-faqs {
  margin-bottom: 50px;
}
#support .section-title {
  font-size: clamp(16px, 1.25rem, 20px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
#support .section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
#support .faq-item {
  margin-bottom: 15px;
  background: var(--Gray800);
  border: 1px solid var(--Gray800);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s;
}
#support .faq-item:hover {
  background: var(--Gray800);
  border-color: rgba(255, 255, 255, 0.1);
}
#support .faq-item.popular {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
  border-color: rgba(102, 126, 234, 0.2);
}
#support .faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
#support .faq-question:hover {
  background: rgba(255, 255, 255, 0.02);
}
#support .faq-question-text {
  flex: 1;
  color: #fff;
  font-size: clamp(13px, 1rem, 16px);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
#support .faq-badge {
  display: inline-block;
  padding: 3px 10px;
  background: #667eea;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 12px;
  text-transform: uppercase;
}
#support .faq-icon {
  color: var(--Gray400);
  font-size: clamp(16px, 1.25rem, 20px);
  transition: transform 0.3s;
}
#support .faq-item a {
  color: #667eea;
}
#support .faq-item a:hover {
  color: #764ba2;
}
#support .faq-item.open .faq-icon {
  transform: rotate(180deg);
}
#support .faq-answer {
  display: none;
  padding: 0 25px 20px;
  color: #aaa;
  font-size: clamp(12px, 0.875rem, 14px);
  line-height: 1.8;
  border-top: 1px solid var(--Gray800);
}
#support .faq-item.open .faq-answer {
  display: block;
  animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#support .empty-state {
  text-align: center;
  padding: 80px 20px;
  color: var(--Gray400);
}
#support .empty-state-icon {
  font-size: clamp(48px, 3.75rem, 60px);
  margin-bottom: 20px;
  opacity: 0.5;
}
#support .empty-state-text {
  font-size: clamp(14px, 1.125rem, 18px);
  margin-bottom: 10px;
  color: var(--Gray200);
}
#support .empty-state-subtext {
  font-size: clamp(12px, 0.875rem, 14px);
  color: var(--Gray200);
}
#support .inquiry-button-wrapper {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px;
}
#support .inquiry-button-wrapper p {
  margin-bottom: 1.5rem;
}
#support .inquiry-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  text-decoration: none;
  font-size: clamp(13px, 1rem, 16px);
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.3s;
}
#support .inquiry-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}
@media (max-width: 768px) {
  #support {
    /* 첫 번째 줄 (1-2번째 탭) */
    /* 마지막 줄 처리 - 홀수 개수일 때 마지막 탭이 혼자 있는 경우 */
    /* 마지막 줄 처리 - 짝수 개수일 때 마지막 2개 탭 */
  }
  #support .support-tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 1.5rem;
    overflow: hidden;
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: 0;
    border-radius: 0.625rem;
    gap: 6px;
  }
  #support .support-tab {
    flex: 1 1 calc(50% - 3px); /* gap 6px의 절반을 고려한 정확한 계산 */
    width: auto; /* flex에서 width 자동 계산 */
    word-wrap: break-word;
    padding: 10px;
    border: 1px solid var(--Gray700);
    border-radius: 0; /* 기본 라운드 제거 */
  }
  #support .support-tab:nth-child(1) {
    border-top-left-radius: 0.625rem;
  }
  #support .support-tab:nth-child(2) {
    border-top-right-radius: 0.625rem;
  }
  #support .support-tab:nth-child(odd):last-child {
    border-bottom-left-radius: 0.625rem;
    flex: 1 1 100%; /* 마지막이 홀수면 전체 너비 */
    width: calc(100% - 10px);
  }
  #support .support-tab:nth-child(even):nth-last-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.625rem; /* 마지막(오른쪽) */
  }
  #support .support-tab:nth-child(odd):nth-last-child(2) {
    border-bottom-left-radius: 0.625rem; /* 마지막에서 두번째(왼쪽) */
  }
  #support .faq-categories {
    justify-content: flex-start;
  }
  #support .faq-question-text {
    font-size: clamp(12px, 0.875rem, 14px);
  }
  #support .faq-answer {
    font-size: clamp(12px, 0.8125rem, 13px);
  }
}

@media all and (max-width: 640px) {
  #support .btn {
    height: auto;
    padding: 0.625rem 0.125rem;
    font-size: clamp(12px, 0.875rem, 14px);
  }
}
@media all and (max-width: 414px) {
  #support .btn {
    font-size: clamp(12px, 0.8125rem, 13px);
  }
}
@media all and (max-width: 375px) {
  #support .form-buttons {
    flex-direction: column;
  }
}
@media all and (max-width: 560px) {
  #support .file-name {
    justify-content: flex-start;
  }
}
#policy_area.contents {
  /* 이용약관 */
  /* 정책 콘텐츠 */
  /** 개인정보 처리 방침 */
  /* 컨텐츠 내 h*/
  /* 게임정책 */
}
#policy_area.contents {
  margin: 0 2rem;
  font-size: clamp(16px, 1.25rem, 20px);
  font-weight: 400;
  line-height: 160%;
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
}
#policy_area.contents :lang(jp) {
  font-family: "Arial", "Pretendard JP Variable", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: clamp(16px, 1.125rem, 18px);
}
#policy_area.contents pre {
  clear: both;
  word-break: keep-all;
  overflow: auto;
  white-space: pre-wrap;
  tab-size: 3;
  -moz-tab-size: 3;
  -o-tab-size: 3;
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.4px */
  letter-spacing: -0.42px;
}
#policy_area.contents .wrap {
  word-break: keep-all;
  line-height: 1;
  overflow: auto; /* white-space: pre-wrap;*/
  tab-size: 3;
  -moz-tab-size: 3;
  -o-tab-size: 3;
}
#policy_area.contents .wrap p {
  padding: 0 18px;
  margin: 0;
  word-break: normal;
}
#policy_area.contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  /* 제재 테이블 */
  /* 경고 박스 */
  /* 정보 박스 */
  /* 목차 */
  /* 반응형 */
}
#policy_area.contents .policy-header {
  text-align: center;
  margin-bottom: 1rem;
}
#policy_area.contents .policy-title {
  font-size: clamp(28px, 2rem, 32px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
#policy_area.contents .policy-date {
  color: #888;
  font-size: clamp(12px, 0.875rem, 14px);
}
#policy_area.contents .policy-section {
  background: var(--Gray800);
  border: 1px solid var(--Gray800);
  border-radius: 10px;
  padding: 0 2.5rem;
  margin-bottom: 2.5rem;
  overflow-x: hidden;
}
#policy_area.contents .section-title {
  font-size: clamp(16px, 1.25rem, 20px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
#policy_area.contents .section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
#policy_area.contents .section-content {
  color: #ccc;
  font-size: clamp(13px, 0.9375rem, 15px);
  line-height: 1.8;
  overflow-x: hidden;
  word-break: break-word;
  word-wrap: break-word;
}
#policy_area.contents .section-content p {
  margin-bottom: 15px;
}
#policy_area.contents .section-content ul,
#policy_area.contents .section-content ol {
  margin: 15px 0;
  padding-left: 30px;
}
#policy_area.contents .section-content li {
  margin-bottom: 10px;
  color: #aaa;
}
#policy_area.contents .section-content strong {
  color: #fff;
  font-weight: 600;
}
#policy_area.contents .section-content h2 {
  font-size: clamp(16px, 1.25rem, 20px);
  font-weight: bold;
  color: #fff;
  margin: 30px 0 20px;
  padding-left: 15px;
  position: relative;
}
#policy_area.contents .section-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
#policy_area.contents .section-content h3 {
  font-size: clamp(15px, 1.0625rem, 17px);
  font-weight: 600;
  color: #eee;
  margin: 20px 0 15px;
}
#policy_area.contents .highlight-box {
  background: rgba(102, 126, 234, 0.1);
  border-left: 4px solid #667eea;
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
}
#policy_area.contents .highlight-box p {
  margin: 0;
  color: #ddd;
}
#policy_area.contents .penalty-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  table-layout: fixed;
}
#policy_area.contents .penalty-table th,
#policy_area.contents .penalty-table td {
  padding: 12px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#policy_area.contents .penalty-table th {
  background: rgba(102, 126, 234, 0.1);
  color: #fff;
  font-weight: 600;
}
#policy_area.contents .penalty-table td {
  color: #ccc;
}
#policy_area.contents .penalty-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}
#policy_area.contents .penalty-level-1 {
  color: #fbbf24;
}
#policy_area.contents .penalty-level-2 {
  color: #fb923c;
}
#policy_area.contents .penalty-level-3 {
  color: #f87171;
}
#policy_area.contents .penalty-level-4 {
  color: #ef4444;
}
#policy_area.contents .warning-box {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}
#policy_area.contents .warning-box p {
  color: #fca5a5;
  margin: 0;
}
#policy_area.contents .info-box {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}
#policy_area.contents .info-box p {
  color: #93c5fd;
  margin: 0;
}
#policy_area.contents .table-of-contents {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
}
#policy_area.contents .toc-title {
  font-size: clamp(14px, 1.125rem, 18px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
#policy_area.contents .toc-list {
  list-style: none;
  padding: 0;
}
#policy_area.contents .toc-item {
  margin-bottom: 12px;
}
#policy_area.contents .toc-link {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
#policy_area.contents .toc-link:hover {
  color: #667eea;
}
#policy_area.contents .toc-number {
  display: inline-block;
  min-width: 30px;
  color: #667eea;
  font-weight: 600;
}
#policy_area.contents a {
  color: #667eea;
  font-size: clamp(12px, 0.875rem, 14px);
}
#policy_area.contents a:hover {
  color: #764ba2;
}
@media (max-width: 768px) {
  #policy_area.contents .policy-tabs {
    padding: 0 10px;
  }
  #policy_area.contents .policy-tab {
    font-size: clamp(12px, 0.75rem, 12px);
    padding: 12px 15px;
  }
  #policy_area.contents .policy-section {
    padding: 25px 20px;
  }
  #policy_area.contents .policy-title {
    font-size: clamp(20px, 1.5rem, 24px);
  }
  #policy_area.contents .section-title {
    font-size: clamp(14px, 1.125rem, 18px);
  }
  #policy_area.contents .section-content {
    font-size: clamp(12px, 0.875rem, 14px);
  }
  #policy_area.contents .penalty-table {
    font-size: clamp(12px, 0.8125rem, 13px);
  }
  #policy_area.contents .penalty-table th,
  #policy_area.contents .penalty-table td {
    padding: 8px;
  }
}
#policy_area.contents .link {
  border-radius: 0.625rem;
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.4px */
  letter-spacing: -0.42px;
  color: var(--Gray100, #FFF);
  background: #2B2D34;
  padding: 1.5rem;
  width: calc(100% - 36px);
  margin: 1rem auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 30px;
}
#policy_area.contents .link ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
}
#policy_area.contents .link ul li a {
  transition: text-decoration 0.25s ease-in-out;
}
#policy_area.contents .link ul li a:hover {
  text-decoration: underline;
}
#policy_area.contents a {
  color: inherit;
  font-size: clamp(12px, 0.875rem, 14px);
}
#policy_area.contents h3 {
  color: var(--Gray100, #FFF);
  font-size: clamp(13px, 1rem, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
  margin: 0 0 1rem 0;
}
#policy_area.contents h1 {
  color: var(--Gray100, #FFF);
  font-size: clamp(13px, 1rem, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
  margin: 1rem 0 0;
}
#policy_area.contents h2 {
  color: var(--Gray100, #FFF);
  font-size: clamp(13px, 1rem, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
  margin: 1rem 0;
}
#policy_area.contents p {
  color: var(--Gray200, #CDCDCD);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.42px;
}
#policy_area.contents .depth1 {
  width: 96%;
  margin-left: 4%;
}
#policy_area.contents .depth2 {
  width: 96%;
  margin-left: 4%;
}
#policy_area.contents .type-disc li {
  list-style-type: disc;
}
#policy_area.contents .type-circle li {
  list-style-type: circle;
}
#policy_area.contents .type-123 li {
  list-style-type: decimal;
}
#policy_area.contents .type-abc li {
  list-style-type: upper-latin;
}
#policy_area.contents .title {
  margin: 2rem 0 0.5rem;
  font-size: 1.5rem;
}
#policy_area.contents .sub-tit {
  font-size: 1rem;
  margin-top: 8px;
}
#policy_area.contents .has-link {
  color: var(--Gray100, #FFF);
}
#policy_area.contents .section-content table {
  max-width: calc(100% - 36px);
  margin: 0.5rem 1.5rem;
}
#policy_area.contents table th {
  padding: 12px;
  background: var(--Gray500, #3C3E47);
  color: var(--Gray100, #FFF);
  text-align: center;
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.42px;
  border: 1px solid var(--Gray500, #3C3E47);
}
#policy_area.contents table thead th {
  text-align: center;
}
#policy_area.contents table tbody th {
  text-align: left;
}
#policy_area.contents table td {
  padding: 12px;
  text-align: center;
  line-height: 1.6;
  font-size: clamp(12px, 0.875rem, 14px);
  border: 1px solid var(--Gray500, #3C3E47);
  color: var(--Gray200, #CDCDCD);
}
#policy_area.contents table tr > th:first-child,
#policy_area.contents table tr > td:first-child {
  border-left: 1px solid transparent;
}
#policy_area.contents table tr > th:last-child,
#policy_area.contents table tr > td:last-child {
  border-right: 1px solid transparent;
}
#policy_area.contents .operational-policy caption {
  position: relative;
  margin: 0.5rem 0;
  width: auto;
  height: auto;
  text-align: left;
  text-indent: 0;
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: -0.42px;
  color: var(--Gray100, #FFF);
}

@media all and (max-width: 1024px) {
  #policy_area.contents {
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  #policy_area.contents {
    margin: 0 auto;
  }
  #policy_area.contents h2 {
    margin: 0;
  }
  #policy_area.contents .wrap {
    padding: 0.625rem;
  }
  #policy_area.contents pre {
    text-indent: 12px;
    margin-top: 1.25rem;
  }
}
@media all and (max-width: 414px) {
  #policy_area.contents .section-content table {
    max-width: 100%;
    margin: 0.5rem 0;
  }
}
/* 공통 탭 메뉴 스타일 - content-area-menus, content-area-menu */
.content-area-menus {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 20px;
  display: flex;
  gap: 0;
}

.content-area-menu {
  flex: 1;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--Gray400);
  text-align: center;
  text-decoration: none;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  white-space: nowrap;
  border-left: none;
  cursor: pointer;
}
.content-area-menu:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--Gray100);
}
.content-area-menu.active, .content-area-menu.on {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
}
.content-area-menu:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.content-area-menu:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* 모바일 반응형 - content-area-menu 스타일 기반 */
/* 반응형 */
@media (max-width: 768px) {
  .content-area-menus {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 1.5rem;
    overflow: hidden;
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: 0;
    border-radius: 0.625rem;
    gap: 6px;
  }
  .content-area-menu {
    flex: 1 1 calc(50% - 3px); /* gap 6px의 절반을 고려한 정확한 계산 */
    width: auto; /* flex에서 width 자동 계산 */
    word-wrap: break-word;
    padding: 10px;
    border: 1px solid var(--Gray700);
    border-radius: 0; /* 기본 라운드 제거 */
  }
  /* 첫 번째 줄 (1-2번째 탭) */
  .content-area-menu:nth-child(1) {
    border-top-left-radius: 0.625rem;
  }
  .content-area-menu:nth-child(2) {
    border-top-right-radius: 0.625rem;
  }
  /* 마지막 줄 처리 - 홀수 개수일 때 마지막 탭이 혼자 있는 경우 */
  .content-area-menu:nth-child(odd):last-child {
    border-bottom-left-radius: 0.625rem;
    flex: 1 1 100%; /* 마지막이 홀수면 전체 너비 */
    width: calc(100% - 10px);
  }
  /* 마지막 줄 처리 - 짝수 개수일 때 마지막 2개 탭 */
  .content-area-menu:nth-child(even):nth-last-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.625rem; /* 마지막(오른쪽) */
  }
  .content-area-menu:nth-child(odd):nth-last-child(2) {
    border-bottom-left-radius: 0.625rem; /* 마지막에서 두번째(왼쪽) */
  }
}
.view-popup {
  scroll-behavior: smooth;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  transition: display 0.25s, opacity 0.25s;
  z-index: 9999;
}
.view-popup * {
  box-sizing: border-box;
}
.view-popup::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.view-popup .view-shadow {
  display: block !important;
  position: fixed;
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  top: 0;
  left: 0;
  background-size: cover;
  background: rgba(0, 0, 0, 0.6);
  transition: display 0.25s, opacity 0.25s;
}
.view-popup #viewUtil {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 1;
}
.view-popup #viewUtil .x-btn {
  background-color: rgba(0, 0, 0, 0);
  background-image: url(//file.qijisoft.com/Valofe_file/web/vfun/images/sub/library/icon-x.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  height: 1.125rem;
  width: 1.125rem;
  text-indent: -99999rem;
  margin-right: 1.5rem;
}
.view-popup #viewUtil .x-btn:hover {
  background-image: url(//file.qijisoft.com/Valofe_file/web/vfun/images/sub/library/icon-x-hover.svg);
  background-size: 28px 28px;
}
.view-popup .pop-sizing {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
  border: none;
  vertical-align: middle;
  /* overflow-y: scroll; */
  max-height: calc(100% - 48px);
}
.view-popup .pop-cont {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 57.75rem;
  min-width: 50vw;
  width: 94%;
  height: auto;
  margin-top: 1.5rem;
  text-align: start;
}
.view-popup .pop-article {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 1.5rem;
  padding: 3rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  color: #929199;
  background: #1d1d1d;
  max-height: 80vh;
  overflow-y: auto;
}
.view-popup .pop-article::-webkit-scrollbar {
  width: 4px;
  background-image: linear-gradient(to bottom, #000 0, #2f3136 30%, #2f3136 50%, #2f3136 70%, #000 100%);
}
.view-popup .pop-article::-webkit-scrollbar-button {
  height: 15px;
}
.view-popup .pop-article::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 227, 255, 0.2);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5), inset -2px -2px 2px rgba(0, 0, 0, 0.12);
}
.view-popup .pop-article::-webkit-scrollbar-track {
  background-color: transparent;
  height: 100%;
  filter: brightness(80);
}
.view-popup .pop-article .info {
  font-size: 0.75rem;
  text-align: left;
  margin-bottom: 1rem;
}
.view-popup .pop-article .info * {
  display: inline-block;
}
.view-popup .pop-article .info .cate {
  font-size: 1.25em;
  margin-right: 0.5rem;
  color: rgba(var(--Primary100), 1);
  text-transform: uppercase;
}
.view-popup .pop-article .info .bar {
  margin-right: 0.5rem;
  width: 1px;
  height: 1rem;
  background: #3e404c;
}
.view-popup .pop-article .top-area {
  text-align: left;
  border-bottom: 1px solid #35363b;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.view-popup .pop-article .top-area .sub-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}
.view-popup .pop-article .top-area .sub-area > span {
  font-size: 0.875rem;
  color: var(--Gray400, #5D5E65);
}
.view-popup .pop-article .top-area .sub-area .purple-btn {
  width: 40%;
  margin-top: 0;
}
.view-popup .pop-article .top-area .title {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  width: 100%;
  overflow: scroll;
  line-height: 1.4;
  letter-spacing: -0.48px;
}
.view-popup .pop-article .top-area .title::-webkit-scrollbar {
  display: none;
}
.view-popup .pop-article .cont {
  text-align: left;
  line-height: 1.7;
  font-weight: 400;
  width: inherit;
  overflow: hidden;
  color: var(--Gray200);
}
.view-popup .pop-article .cont#detailContent img {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.view-popup .pop-article .cont * {
  color: var(--Gray200);
}
.view-popup .pop-article .cont img {
  max-width: 100% !important;
  height: auto !important;
}
.view-popup .pop-article .cont table {
  max-width: 100% !important;
  border: 1px solid !important;
}
.view-popup .pop-article .cont table tr,
.view-popup .pop-article .cont table td {
  border: 1px solid !important;
}
.view-popup .pop-article .cont em {
  font-style: italic;
}
.view-popup .pop-article .cont ol li,
.view-popup .pop-article .cont ul li {
  list-style: inherit !important;
  padding-inline-start: inherit;
}
.view-popup .pop-article .cont ol,
.view-popup .pop-article .cont ul {
  list-style-position: inside;
  padding-inline-start: 1rem;
}
.view-popup .pop-article .purple-btn {
  margin-top: 3rem;
  width: 40%;
}
.view-popup #viewUtil {
  z-index: 1;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  /*
  .x-btn {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    background-color: transparent;
    background-image: url(//file.valofe.com/Valofe_file/web/pmang/o2jam-remix/images/btn_x.png);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: center;

    &:hover {
      background-image: url(//file.valofe.com/Valofe_file/web/pmang/o2jam-remix/images/btn_x.png);
      background-size: 28px 28px;
    }
  } */
}

#news_pop.view-popup .pop-sizing {
  width: 100%;
  max-width: 954px;
}

@media screen and (max-width: 1200px) {
  .view-popup .pop-article {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .view-popup#news_pop .pop-sizing,
  .view-popup .pop-sizing {
    width: calc(100% - 2rem);
  }
  .view-popup .pop-article .top-area .title {
    font-size: 1.5rem;
  }
  .view-popup .pop-article .cont {
    line-height: 1.7;
    font-size: 1em;
  }
}
@media screen and (max-width: 440px) {
  .view-popup .pop-article {
    padding: 1.5rem;
  }
  .view-popup .pop-article .cont {
    overflow: scroll;
  }
  .view-popup .pop-article .cont::-webkit-scrollbar {
    display: none;
  }
  .view-popup .pop-article .top-area .title {
    font-size: 1.5rem;
  }
  .view-popup .pop-article .top-area .sub-area > span {
    font-size: 0.75rem;
  }
  .view-popup .pop-cont {
    width: 98%;
  }
}
.view-popup.sns .pop-sizing {
  overflow-y: hidden;
}

.view-popup.sns h4 {
  text-align: center;
  font-size: clamp(16px, 1.375rem, 22px);
  color: var(--Gray100);
}

.view-popup.sns ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  column-gap: 1rem;
  row-gap: 3rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.view-popup.sns ul * {
  color: var(--Gray100);
}

.view-popup.sns ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin-right: 1rem; */
  text-align: center;
}

.view-popup.sns ul li:last-child {
  margin-right: 0;
}

.view-popup.sns ul button {
  /*   background: var(--Gray600);
    border-radius: 50%;
    display: inline-block;
    line-height: 100%;
    margin-bottom: 10px;
    padding: .5rem; */
  box-sizing: border-box;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: var(--Gray600, #3C3E47);
  transition: background 0.25s ease-in-out;
  color: var(--Gray100, #e8e8e8);
  /*   height: 32px;
    width: 32px
     */
}

.view-popup.sns ul button svg, .view-popup.sns ul button img {
  height: 1.25rem;
  width: 1.25rem;
}

.view-popup.sns ul button:hover {
  background: var(--Gray500, #565861);
}

.view-popup.sns ul div {
  font-size: clamp(12px, 0.875rem, 14px);
  margin-top: 0.5rem;
}

.paging {
  position: relative;
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 0;
}
.paging .wrap-start-arrow {
  /* position:absolute;  */
  width: 62px;
  left: 0;
}
.paging .wrap-end-arrow { /* position:absolute; */
  width: 62px;
  right: 0;
}
.paging .wrap-num { /* width: 220px;
position:absolute;left:62px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging a {
  padding: 10px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  transition: color 0.25s;
}
.paging a.on, .paging a:hover {
  color: rgba(var(--Primary100), 1);
  font-weight: bold;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  padding-bottom: 50px;
}
.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #888;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  border-radius: 5px;
}
.pagination .page-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.pagination .page-link.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-color: transparent;
}
.pagination .page-link.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination .pagination-ellipsis {
  color: #666;
  padding: 0 10px;
  font-size: clamp(12px, 0.875rem, 14px);
}
.pagination.compact {
  margin-top: 30px;
  padding-bottom: 30px;
}
.pagination.large .page-link {
  width: 50px;
  height: 50px;
  font-size: clamp(13px, 1rem, 16px);
}
@media (max-width: 768px) {
  .pagination {
    gap: 5px;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .pagination .page-link {
    width: 35px;
    height: 35px;
    font-size: clamp(12px, 0.875rem, 14px);
  }
  .pagination.large .page-link {
    width: 40px;
    height: 40px;
    font-size: clamp(13px, 0.9375rem, 15px);
  }
}

#invite_friend {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}
#invite_friend h2 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
#invite_friend .wrap-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1rem;
  width: 100%;
}
#invite_friend .num-friend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-self: flex-start;
  color: #999;
  font-size: 1.5rem;
  padding: 0.5rem 0.5rem;
}
#invite_friend .num-friend small {
  font-size: 0.8em;
  color: inherit;
  justify-self: flex-start;
}
#invite_friend .num-friend em {
  font-size: 1em;
  color: inherit;
  justify-self: flex-end;
}
#invite_friend .wrap-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-self: flex-end;
  gap: 1rem;
  flex-shrink: 1;
}
:root {
  --Gray100: #FFFFFF;
  --Gray200: #CDCDCD;
  --Gray250: #CCCCCC;
  --Gray300: #828282;
  --Gray400: #6f6f6f;
  --Gray500: #3C3E47;
  --Gray600: #2B2D34;
  --Gray700: #212124;
  --Gray800: #1A1B20;
  --Gray900: #121212;
  --Black: #000;
  --bg_billing_cont: #26282e;
  /*
  채널링마다 다른 색상 _color_{channel명}
  --Primary100: #7E58E9;
  --Primary200: #713FFF;
  --btn_gr: rgba(var(--Primary200) , 1), #AB3FFF; */
  --hover: #23C4DF;
  --content: #9ea2a7;
  --Alert: #eb5454;
  --Positive: #54ebb1;
}

.notice {
  background: #5860ED;
}

.event {
  background: #B058ED;
}

.update {
  background: #8058ED;
}

.maintenance {
  background: #5890ED;
}

.patchnote, .default {
  background: #33b4b4;
}

.news-item, .news-item.important {
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
  color: inherit;
  gap: 30px;
  padding: 30px;
  border-radius: 0.625rem;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  transition: 0.3s;
  text-decoration: none;
  background: var(--Gray800);
  border-color: var(--Gray500);
  width: 100%;
}

.news-item:hover, news-item.important:hover {
  transform: translateX(5px);
}

.news-thumbnail {
  width: 200px;
  height: 120px;
  flex-shrink: 0;
  background: #1a1a1a;
  overflow: hidden;
  position: relative;
  border-radius: 0.625rem;
  aspect-ratio: 5/3;
  display: flex;
  align-items: center;
}

.news-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  border-radius: 0.625rem;
}
.news-thumbnail img.landscape {
  object-fit: cover;
  object-position: center;
}
.news-thumbnail img.portrait {
  object-fit: cover;
  object-position: center;
}
.news-thumbnail img.square {
  object-fit: cover;
  object-position: center;
}

.news-item:hover .news-thumbnail img,
.news-item.important:hover .news-thumbnail img {
  transform: scale(1.05);
  border-radius: 0.625rem;
}

.news-thumbnail.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 0.625rem;
}

.news-thumbnail.no-image::after {
  content: "NO IMAGE";
  color: #444;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: bold;
  letter-spacing: 2px;
}

.news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.875rem;
}

.news-category {
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
  font-size: clamp(12px, 0.75rem, 12px);
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0.25rem;
}

.news-date {
  color: var(--Gray250);
  font-size: clamp(12px, 0.875rem, 14px);
}
.news-date i {
  color: var(--Gray200);
}

.news-item-title {
  font-size: clamp(16px, 1.25rem, 20px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.news-excerpt {
  color: #888;
  font-size: clamp(12px, 0.875rem, 14px);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 반응형 */
@media (max-width: 768px) {
  .news-title {
    font-size: clamp(28px, 2rem, 32px);
  }
  .news-item {
    flex-direction: column;
    padding: 20px;
  }
  .news-thumbnail {
    width: 100%;
    height: 180px;
  }
}
* {
  box-sizing: border-box;
}

body {
  color: var(--Gray200);
  background: var(--Gray900);
}

.fa, .fas, .far, .fal, .fab {
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
}

.fas {
  font-weight: 900 !important;
}

h1 {
  width: 100%;
  text-align: left;
  font-size: clamp(39px, 3rem, 48px);
}

h2 {
  width: 100%;
  text-align: left;
  font-size: clamp(20px, 1.5rem, 24px);
}

h3 {
  width: 100%;
  text-align: left;
  font-size: clamp(16px, 1.25rem, 20px);
  color: var(--Gray200, #CDCDCD);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: -0.6px;
}

h4 {
  width: 100%;
  text-align: left;
  font-size: clamp(13px, 1rem, 16px);
}

h5 {
  width: 100%;
  text-align: left;
  font-size: clamp(12px, 0.875rem, 14px);
}

body {
  font-size: clamp(13px, 1rem, 16px);
}

:lang(jp) body {
  font-family: "Arial", "Pretendard JP Variable", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: clamp(16px, 1.125rem, 18px);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-solid, .fab, .far, .fas,
.fal, .fab, svg {
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
}

.fa-spin {
  animation-duration: 0.5s !important; /* 기본은 2s, 여기선 0.5초로 빠르게 */
}

.row {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

:lang(jp)::placeholder {
  line-height: 1.8;
  font-size: clamp(13px, 1rem, 16px);
}

::placeholder {
  line-height: 1.6;
  font-size: clamp(12px, 0.875rem, 14px);
}

/* scroll */
html::-webkit-scrollbar,
textarea::-webkit-scrollbar {
  width: 7px;
  padding-right: 1px;
  background: var(--Gray900);
}

html::-webkit-scrollbar-button,
textarea::-webkit-scrollbar-button {
  height: 4px;
}

html::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgb(148, 163, 184);
  box-shadow: inset 0 1px 1px rgb(0, 0, 0);
}

html::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
  background-color: transparent;
  height: 100%;
  filter: brightness(80);
}

/* divider */
.divider {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: var(--Gray600, #2B2D34);
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* 공통 스켈레톤 스타일 */
#game_info #info .desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#game_info #info .desc p .skeleton {
  min-width: 28vw;
}

.skeleton {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 20px;
  display: block;
  background: linear-gradient(90deg, #2a2a2a 25%, #3c3c3c 50%, #2a2a2a 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite ease;
  border-radius: 4px;
  flex-grow: 1; /* 유동적으로 크기 확장 */
  flex-shrink: 1; /* 필요에 따라 줄어들 수 있음 */
  flex-basis: 20px; /* 기본 크기 */
}

/* 스켈레톤 애니메이션 */
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* fa 애니메이션 */
.waiting-dots {
  width: 20px; /* 아이콘 크기 설정 */
}

.waiting-dots .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
  animation: colorChange 1.5s infinite;
}

/* 애니메이션 설정 */
@keyframes colorChange {
  0% {
    background-color: var(--Gray100);
  }
  33% {
    background-color: var(--Gray400, #5D5E65); /* 첫 번째 점 색상 */
  }
  66% {
    background-color: var(--Gray200); /* 두 번째 점 색상 */
  }
  100% {
    background-color: var(--Gray100); /* 세 번째 점 색상 */
  }
}
/* 각 점에 순차적인 애니메이션 지연 설정 */
.waiting-dots .dot:nth-child(1) {
  animation-delay: 0s;
}

.waiting-dots .dot:nth-child(2) {
  animation-delay: 0.5s;
}

.waiting-dots .dot:nth-child(3) {
  animation-delay: 1s;
}

.view-cont,
.view-cont p {
  color: var(--Gray200, #CDCDCD);
  font-size: clamp(12px, 0.875rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.4px */
  letter-spacing: -0.42px;
}

.view-cont p:lang(jp) {
  letter-spacing: 0;
  font-size: clamp(14px, 0.8888rem, 16px);
}

.view-cont p.title {
  color: var(--Gray100, #FFF);
}

.view-cont em {
  font-weight: bold;
}

.view-cont p img {
  width: auto;
  max-width: 100%;
  margin: 0.75rem auto;
}

.view-cont table {
  max-width: 100%;
  margin: 0.5rem 0;
}

.view-cont table,
.view-cont table th,
.view-cont table td {
  border: 1px solid var(--Gray600);
}

.view-cont table th {
  text-transform: capitalize;
}

.view-cont table thead th {
  text-align: center;
}

.view-cont table th,
.view-cont table td {
  padding: 0.5rem;
}

.view-cont table td.positive {
  color: var(--Positive);
}

.view-cont table th {
  background: var(--Gray600);
  color: var(--Gray100, #FFF);
}

.view-cont thead th {
  text-align: center;
}

.view-cont tbody th {
  text-align: left;
}

.view-cont a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
  font-size: inherit;
  transition: color 0.25s ease-in-out;
}
.view-cont a:hover {
  color: rgba(var(--Primary100), 1);
}

._right {
  justify-self: flex-end;
}

._gap10 {
  gap: 0.625rem !important;
}

.center {
  text-align: center;
}

/* .btn */
/*  버튼 */
.wrap-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  margin-top: 3rem;
}
.wrap-btn._right {
  justify-content: flex-end;
  margin-top: 0;
}

.btn {
  display: flex;
  width: 280px;
  height: 48px;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 1rem, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
  border-radius: 12px;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out, border 0.25s ease-in-out;
}
.btn.line {
  color: var(--Gray400, #5D5E65);
  border: 1px solid var(--Gray400, #5D5E65);
  background: var(--Gray800, #1A1B20);
}
.btn.line:hover {
  color: var(--Gray100, #FFF);
  border: 1px solid transparent;
  background: #333;
}
.btn.primary {
  color: var(--Gray100, #FFF);
  border: 1px solid transparent;
  background: rgba(var(--Primary200), 1);
}
.btn.primary:hover {
  border: 1px solid transparent;
  background: rgba(var(--Primary100), 1);
}
.btn.small {
  width: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  height: 31px;
  font-size: clamp(12px, 0.75rem, 12px);
  color: var(--Gray100, #FFF);
  border-radius: 0.25rem;
  border: 1px solid transparent;
  background: rgba(var(--Primary200), 1);
  transition: all 0.25s ease-in-out;
}
.btn.small .fa, .btn.small .fas {
  font-size: clamp(14px, 1.125rem, 18px);
}
.btn.small:hover {
  border: 1px solid transparent;
  background: rgba(var(--Primary100), 1);
}
.btn.small.grey {
  border: 1px solid transparent;
  background: #333;
}
.btn.small.grey:hover {
  border: 1px solid #666;
}
.btn .fa {
  color: inherit;
  font-size: inherit;
}

/* ./ btn*/
/* 2뎁스 이상일 때 브레드 스크럼 */
.bread-wrapper {
  width: 100%;
  padding: 0 1.5rem;
}

#breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  justify-self: flex-end;
  padding-bottom: 1rem;
  /* margin-bottom: 1rem; */
  width: 100%;
  /* border-bottom: 1px solid var(--Gray700); */
}
#breadcrumbs li {
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: normal;
  width: auto;
  padding-right: 11px;
  text-transform: capitalize;
  color: var(--Gray400, #5D5E65);
  transition: color 0.25s ease-in-out;
}
#breadcrumbs li:hover, #breadcrumbs li.on {
  color: var(--Gray100);
}
#breadcrumbs li:after {
  content: "⟩";
  position: relative;
  font-size: inherit;
  color: var(--Gray400, #5D5E65);
  display: inline-block;
  margin-left: 8px;
}
#breadcrumbs li:last-child {
  padding-right: 0;
}
#breadcrumbs li:last-child:after {
  display: none;
}

/* 2depth menu */
#depth_2more {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 1rem;
  margin: 0 auto 1rem;
  border-bottom: 1px solid var(--Gray700);
  border-radius: 0.625rem;
  overflow: hidden;
}
#depth_2more button {
  background: var(--Gray600);
  color: var(--Gray100);
  transition: background 0.25s ease-in-out;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: bold;
  flex-shrink: 1;
  flex-grow: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#depth_2more button:hover, #depth_2more button.on {
  background: rgba(var(--Primary200), 1);
}
#depth_2more button:first-child {
  border-bottom-left-radius: 0.625rem;
}
#depth_2more button:last-child {
  border-bottom-right-radius: 0.625rem;
}
/* Custom arrow icon using Font Awesome or SVG */
select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900; /* FontAwesome icons usually require this */
  font-size: 1rem;
  color: var(--Gray100, #FFF); /* Customize the arrow color */
}

/* Optional: Remove the default dropdown icon in webkit browsers */
select::-ms-expand {
  display: none;
}

.slick-prev:before {
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free";
  content: "\f053"; /* fas fa-chevron-left 아이콘 유니코드 */
  font-weight: 900; /* Solid 스타일이면 900, Regular이면 400 등 필요에 따라 조정 */
}

.slick-next:before {
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free";
  content: "\f054"; /* fas fa-chevron-right 아이콘 유니코드 */
  font-weight: 900; /* Solid 스타일이면 900, Regular이면 400 등 필요에 따라 조정 */
}

@media all and (max-width: 1459px) {
  /* .row{max-width: 1100px} */
}
@media all and (max-width: 768px) {
  body {
    font-size: 13px;
  }
  .bread-wrapper {
    padding: 0;
  }
  #breadcrumbs,
  #depth_2more {
    border-bottom: 0;
  }
  #depth_2more {
    flex-wrap: wrap;
    padding-bottom: 0;
    gap: 6px;
  }
  #depth_2more button:first-child {
    border-bottom-left-radius: 0;
  }
  #depth_2more button {
    flex: 1 1 33%; /* 버튼의 최소 너비 설정, 필요에 따라 조정 */
    width: calc(33.33% - 10px);
    word-wrap: break-word;
    padding: 10px;
  }
}
/**/
/* post-modal */
/**/
/* 게시글 모달 스타일 */
.post-detail-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.post-modal-container {
  position: relative;
  background: #1a1a1a;
  border-radius: 12px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  z-index: 100000;
}

.post-modal-header {
  padding: 25px 30px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-category {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.close-btn {
  background: none;
  border: none;
  color: #999;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #fff;
}

.post-modal-body {
  padding: 30px;
}

.post-modal-title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.post-modal-date {
  color: #888;
  font-size: 14px;
  margin-bottom: 25px;
}
.post-modal-date .fa {
  color: var(--Gray100, #FFF);
}

.post-modal-image {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.post-modal-image img {
  width: 100%;
  height: auto;
  display: block;
}

.post-modal-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  color: #ccc;
  font-size: 15px;
  line-height: 1.8;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}

.post-modal-content p {
  margin-bottom: 15px;
  word-wrap: break-word;
  text-align: left;
}

.post-modal-content strong {
  color: #fff;
}

/* 모달 내부 이미지 반응형 처리 */
.post-modal-content img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0.625rem;
  margin: 1rem auto;
}

/* 모달 내부 테이블 반응형 처리 */
.post-modal-content table {
  max-width: 100%;
  overflow-x: auto;
  display: block;
}

/* 스크롤바 스타일 */
.post-modal-container::-webkit-scrollbar {
  width: 8px;
}

.post-modal-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.post-modal-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.post-modal-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* 반응형 */
@media (max-width: 768px) {
  .post-modal-container {
    max-height: 80vh;
    border-radius: 0;
  }
  .post-modal-header {
    padding: 20px;
  }
  .post-modal-body {
    padding: 20px;
  }
  .post-modal-title {
    font-size: 22px;
  }
}
/* 애니메이션 */
.post-detail-modal.show {
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.post-modal-content a {
  color: #667eea;
  text-decoration: none;
  transition: color 0.3s;
}

.post-modal-content a:hover {
  color: #764ba2;
  text-decoration: underline;
}

/* math + fn + layout + color_채널명*/ /* math + fn + layout + color_채널명*/
#pbar_box {
  position: fixed !important;
  z-index: 999;
  top: 0;
  width: 100%;
}

#site_header.fixed {
  position: fixed;
  top: 28px;
  height: 60px !important;
}

#area_main_fn.fixed {
  top: 41px;
}

/* font-weight: normal */
.btn, #depth_2more button, #area_main_fn .btn-play, #area_main_fn #btns .btn-short, #depth_2more button,
#faq_area .cate {
  font-weight: normal;
}

#depth_2more button {
  height: 41px;
}

/* 1:1 문의 */
#inquiry_form {
  gap: 2rem;
}

@media all and (max-width: 1024px) {
  #depth_2more button {
    height: 36px;
  }
  #pbar_box {
    display: none;
  }
  #area_top {
    padding-top: 0;
    flex-direction: column-reverse;
  }
  #site_header, #site_header.fixed {
    background: var(--Gray800);
    top: 0 !important;
    height: 60px;
  }
  #site_header #selected {
    height: 60px;
  }
  #game_info {
    order: 1;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 1024px) {
  #area_main_fn.fixed {
    top: 13px;
  }
}
@media all and (max-width: 768px) {
  #depth_2more button {
    height: 37px;
  }
  #area_main_fn, #area_main_fn.fixed {
    top: 75px;
  }
}
#portalbar {
  /* min-width: 950px; */
  border-bottom: 1px solid #5f5f5f !important;
  background: linear-gradient(180deg, #393939, black) !important;
  min-width: 320px !important;
}
#portalbar .pbar_logo {
  height: 17px !important;
  margin-top: 3px !important;
  padding: 0 18px 0 5px !important;
  margin-right: 10px !important;
}
#portalbar .pbar_logo .pbar_btn_img {
  display: block !important;
  background: url(https://file.valofe.com/Valofe_file/web/logo/logo-pmang.png) no-repeat 0 0/cover !important;
  background-size: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 64px !important;
  height: 17px !important;
  vertical-align: middle !important;
  line-height: 20 !important;
}
#portalbar .pbar_left {
  /*   min-width: 400px; */
  min-width: unset !important;
}
#portalbar .pbar_right {
  /*  min-width: 500px; */
  min-width: unset !important;
}
#portalbar .pbar_icon {
  padding: 0 4px 0 0 !important;
  width: 37px !important;
}
#portalbar .pbar_security .pbar_security_btn {
  height: 18px !important;
}

/*
@media all and (max-width: 768px){
  #portalbar{
    !* min-width: 950px; *!


    .pbar_left {
      .pbar_info{display: none;}
    }
    .pbar_right {
      !*  min-width: 500px; *!
      min-width: unset;
    }
  }
}
*/
@media all and (max-width: 1024px) {
  #portalbar {
    display: none;
  }
}
/*

@media all and (max-width: 768px){
  !* 419 부터 로그인 영역이 겹칠 수 있으므로 로그인 utill 영역을 2단으로 분리함 *!
  #portalbar{
    height: 62px;
    min-width: 320px;

   .pbar_menu_list, .pbar_security_list, .pbar_id_list{right:0;}

    .pbar_logo {
      margin-top: 0; // 11px;
      padding: 0;
    }
    .pbar_left{
      position: relative;
      top: unset;
      left: unset;
      text-align: center;
      overflow: hidden;
      min-width: unset;
      width: auto;
      height: 28px;
      margin: 0 auto;
    }
    .pbar_right {
      display: block;
      width: 100%;
      height: auto;
      top: 32px;
      text-align: center;
      border-top: 1px solid #3f3737;

      .rightset {
        display: inline-block;
        text-align: right;
        margin: 2px auto 0;
        width: auto;

        li:last-child{padding-right: 0;}
      }
    }
  }
    #portalbar .pbar_logo .pbar_btn_img{margin-top: 4px;} #portalbar #pbar_notice div{padding-top : 10px !important}
}

@media all and (max-width: 419px){
  #portalbar {
    height: calc(62px + 22px);}

  #portalbar .pbar_logo{
    margin-top: 5px;
  }


  #portalbar .pbar_left,
  #portalbar .pbar_left ul {
    height: 50px;
  }

  #portalbar .pbar_right {
    top: 47px;}
}

@media all and (max-width: 400px){
  html,body{
    min-width: 320px;
  }
  #portalbar .pbar_left,
  #portalbar .pbar_left ul,
  #portalbar .pbar_left .pbar-logo,
  #portalbar .pbar_left .pbar_info,
  #portalbar .pbar_left .pbar_info div,
  #portalbar .pbar_left .pbar_info div a  {width:100%;}
  #portalbar .pbar_left .pbar_info div a  { overflow: hidden}


}*/
#pmang_footer {
  background: #373737;
  padding: 40px 16px 30px;
}
#pmang_footer .nav, #pmang_footer .copyright {
  width: auto;
}
#pmang_footer .nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 1080px;
}
#pmang_footer .logo_pmang {
  width: unset;
  float: unset;
  margin: unset;
}
#pmang_footer .nav dl {
  width: unset;
  float: unset;
}
#pmang_footer .nav dl .imgsp {
  width: 150px;
}

#pmang_footer * {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

@media all and (max-width: 1114px) {
  #pmang_footer .nav {
    width: auto;
  }
}
@media all and (max-width: 900px) {
  #pmang_footer .nav {
    display: flex;
    align-items: flex-start;
    flex-direction: inherit;
    flex-wrap: wrap;
    gap: 10px;
  }
  #pmang_footer .logo_pmang {
    width: 100%;
    margin-bottom: 20px;
  }
  #pmang_footer .imgsp {
    display: inline-block;
  }
  #pmang_footer .nav dl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #pmang_footer .logo_pmang .imgsp {
    margin-left: -10px;
  }
  #pmang_footer .copyright dd {
    padding-left: 0;
  }
}
@media all and (max-width: 657px) {
  #pmang_footer {
    padding: 25px 14px 20px;
    overflow: hidden;
    z-index: 9;
  }
  #pmang_footer .logo_pmang {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #3d3d3d;
  }
  #pmang_footer .logo_pmang:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #pmang_footer .logo_pmang .imgsp {
    width: 130px;
    background-position: 17px -36px;
    padding: 30px 0 0;
    background-size: 130px;
  }
  #pmang_footer .nav {
    gap: 20px;
    overflow: unset;
  }
  #pmang_footer .nav dl {
    display: grid;
    flex-direction: unset;
    justify-content: space-evenly;
    flex: 1 1 45%;
  }
  #pmang_footer .nav dl .imgsp {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 175px;
    height: 15px;
    padding-left: 30px;
    text-indent: 9999rem;
    overflow: unset;
    color: #373737;
  }
  #pmang_footer .nav dl .imgsp:before {
    content: "❯";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    left: 4px;
    top: 2px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    text-align: left;
    text-indent: 0;
  }
  #pmang_footer .nav dl .imgsp.nav_beginner {
    background-position: 20px -15px !important;
  }
  #pmang_footer .nav dl .imgsp.nav_support {
    background-position: 20px 0;
  }
  #pmang_footer .nav dl .imgsp.nav_gameon {
    background-position: 20px -30px;
  }
  #pmang_footer .nav dl .imgsp.nav_policy {
    background-position: 20px -45px;
  }
  #pmang_footer .nav dd {
    z-index: 100;
    padding-left: 20px;
  }
  #pmang_footer .copyright {
    position: relative;
    margin-top: 18px;
    padding: 15px 0 0;
    border-top: 1px solid #3d3d3d;
  }
  #pmang_footer .copyright:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media all and (max-width: 340px) {
  #pmang_footer .logo_pmang .imgsp {
    margin-left: 0;
  }
}
#loading-mask {
  background-color: white;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/*공통요소*/
.row {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
}

@media screen and (max-width: 1024px) {
  #combineMenu .wrap-cbm {
    padding-right: 0 !important;
  }
  #combineMenu .login-area {
    display: inline-flex !important;
    width: auto;
    margin-right: 0 !important;
  }
  #combineMenu ul.login-area > li.text.user-id {
    display: none;
  }
  #combineMenu .cb-menu {
    width: auto;
  }
  .side-menu > .user-info > ul.pull-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #combineMenu ul.login-area > li.user-coin {
    display: none !important;
  }
  #combineMenu ul.login-area > li.profile-btn {
    display: none !important;
  }
  .side-menu > .user-info.login > ul {
    display: flex;
  }
}
