@charset "utf-8";
/* CSS Document */
  * {
/*    outline: 1px solid red;*/
  }
html, body {
  width: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
html {
  background-color: #000;
}
/*	pc  */
body {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(https://image.directg.net/M83fPURZIT);
	background-attachment: fixed;
	background-position: center;
	
}
body::-webkit-scrollbar {
  display: none;
}
.mobile-only {
  display: none;
}

p, table, h2, dt, dd, a {
  font-family: 'Noto Sans CJK', Serif-serif;
  font-weight: 500;
	color: #000;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.menu_title img {
	width: auto;
}

/* header */

.logo-wrap {
  display: flex;        /* 가로 정렬 */
  align-items: center;  /* 세로축 가운데 정렬 */
  gap: 0px;            /* 사이 간격 */
  position: absolute;   /* 필요하다면 전체 위치 조정 */
  top: 1.5%;
  left: 0.5%;
}

.dg img {
  width: 210px;   /* Direct Games 로고 */
  height: auto;
}

.ps5 img {
  width: 270px;   /* PS5 로고만 크게 */
  height: auto;
}

.ps5 {
  position: static; /* absolute 제거해서 flex에 참여 */
  width: auto;      /* 크기는 img width로 제어 */
}

/*--네비게이션--*/

.et-hero-tabs,
.et-slide {
  position: relative;
  width: 100%;
  }
	
/*	.et-hero-tabs-container a:nth-child(4){display:none;}*/

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: -80px;
  width: 100%;
  height: 80px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  background: linear-gradient(145deg, #1a192b 0%, #191919 100%); /* 다크 배경 */
  z-index: 10;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  transition: all 0.3s ease;
  font-size: 1.1vw;
  font-weight: 500;
  color: #f9f9f9; /* 밝은 텍스트 */
  border: 1px solid rgba(242, 143, 0, 0.4); /* 오렌지 테두리 */
  background: transparent;
  text-decoration: none;
}

.et-hero-tab:hover {
  color: #191919; /* 다크 텍스트 */
  background: #f28f00; /* 오렌지 배경 */
  text-shadow: 0 0 10px rgba(76, 142, 194, 0.6); /* 블루 글로우 */
  transform: scale(1.1);
  transition: all 0.4s ease;
  text-decoration: none;
}

.et-hero-tab-slider {
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 5px;
  background: linear-gradient(170deg, #f28f00 0%, #4c8ec2 100%); /* 오렌지→블루 */
  transition: left 0.3s ease, width 0.3s ease;
  box-shadow: 0 0 8px rgba(242, 143, 0, 0.6);
}

.twitter {
  display: inline-block;
  width: 12%;
  margin-top: 1%;
  position: absolute;
  right: 1.5%;
  transition: all 0.2s;
  opacity: 1;
	z-index: 999;
/*	border: 1px solid red;*/
}
.twitter:hover {
  opacity: 0.8;
}
.twitter img {
	width: 22%;
	float: right;
}
/* main */
.warp {
  width: 100%;
  margin: 0 auto;
}

/* 중앙 배치 + 세로 스택 */
.lang-select {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;      /* 세로 배치 */
  gap: 28px;                   /* 버튼 간격 */
  align-items: center;
}

/* 버튼: 가로 길게 + 한 줄 유지 */
.lang-select a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 40px;
  /* 가로 더 길게: 반응형 폭 */
  width: clamp(320px, 42vw, 560px);
  min-height: 72px;

  font-size: 2vw;             /* 필요시 2.2rem로 키우기 */
  font-weight: 800;            /* 배경 위에서도 또렷하게 */
  line-height: 1;
  white-space: nowrap;         /* 줄바꿈 방지 */

  color: #fff;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.9);
  border-radius: 12px;
  background: rgba(0,0,0,0.45);           /* 가독성용 반투명 배경 */
  backdrop-filter: saturate(120%) blur(2px); /* 있으면 미묘하게 더 선명 */
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.lang-select a:hover {
  background: #f28f00;
  transform: translateY(-2px) scale(1.02);
	  text-decoration: none;
}
.lang-select a:hover .label {
  color: #191919;
}

/* 작은 화면 대응 */
@media (max-width: 991px) {
  .lang-select a {
    width: 88vw;
    font-size: 3rem;
    padding: 16px 24px;
  }
}

/* home */
#home {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  background-image: url(https://image.directg.net/S83Wmw4nRm);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#home::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left 전부 0 */
  background: radial-gradient(
    circle at 0% 0%, 
    rgba(0,0,0,0.6) 0%, 
    transparent 40%
  );
  pointer-events: none;
}

/* TOPIC */
	.topic_box{ 
		width: 24%; 
		padding:1.5%; 
		padding-top:2.5%;
		 background: linear-gradient(145deg, #e5d5b3 0%, #d2bb8d 100%);
  border-radius: 25px;
  color: #3b2f1b;
  font-family: 'Noto Serif KR', serif;
  box-shadow:
    inset 5px 5px 15px rgba(120, 90, 50, 0.3),
    inset -5px -5px 10px rgba(255, 255, 255, 0.1),
    0 0 30px rgba(0, 0, 0, 0.2);
      border: 3px solid #a37c4e;
  outline: 2px solid rgba(255, 255, 255, 0.2);
  max-width: 700px;
  margin: 0 auto;
margin-top: 9%;
	}

	.topic_in{width: 100%; overflow-y:scroll; height:60px; text-align: center;}
/* Webkit 기반 브라우저용 스크롤 커스터마이징 */
.topic_in::-webkit-scrollbar {
  width: 12px;
}

.topic_in::-webkit-scrollbar-track {
  background: #e0cfa3;
  border-radius: 6px;
}

.topic_in::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #a37c4e, #8b6436);
  border-radius: 6px;
  border: 2px solid #e5d5b3;
}

.topic_in::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #8b6436, #6b4a2f);
}
	.topic_in span{font-size:1.1vw; font-weight:600; color:#3b2f1b;}
.topic_in li{
	color: #4b3a28;
	font-size: 1vw;
}
.topic_in li a {
	transition: all 0.3s;
	color: #4b3a28;
}
.topic_in li a:hover {
	text-shadow: 0px 0px 10px #fff;
}
	
	.topic_in hr{border-color:#a37c4e;}

/*ABOUT*/
#intro{width: 100%;}
#intro .inner{width: 100%;}
.menu_title {
  width: 30%;
/*  border: 1px solid red;*/
  margin: 0 auto;
	padding-top: 0%;
	padding-bottom: 2%;
}
.menu_title img {
  width: 100%;
}
	.intro_1{
		width: 100%;
		margin: 0 auto;
		padding-top: 6%;
		padding-bottom: 4%;
	}

	.intro_1_text{
		width:88%;
		margin: 0 auto;
		text-align: center;
		font-size: 1vw;
}
.intro_1_text p {
	font-weight: 700;
}

/* game */
#game {
  width: 100%;
  padding-bottom: 5%;
  position: relative;
}
#game .menu_title {
  margin-top: 3%;
  margin-bottom: 3%;
}
#game .inner {
  width: 75%;
  text-align: center;
  margin: 0 auto;
}
#game h2 {
  margin-bottom: 4%;
  color: transparent;
  text-align: center;
  font-weight: 900;
	-webkit-text-stroke-width: 2px;	
	  font-family: 'Noto Sans CJK', san-seirf;
	width: 100%;
}

#game .game_one {
  color: #f28f00;
  font-weight: 500;
  text-align: left;
	font-size: 1.6vw;
}
#game .game_two {
  color: #dd7053;
  font-weight: 500;
  text-align: left;
	font-size: 1.4vw;
}
#game .game_three {
  color: #1a192b;
  font-weight: 500;
  text-align: left;
	font-size: 1.4vw;
}
#game .game_four {
  color: #4c8ec2;
  font-weight: 500;
  text-align: left;
	font-size: 1.4vw;
}
#game .img {
  width: 45%;
  padding: 0%;
  overflow: hidden;
  justify-content: center;
	transition: all 0.3s;
}

#game .chara {
  display: flex;
  text-align: left;
  align-items: space-around;
  justify-content: space-around;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	margin-bottom: 2.5%;
}
#game .chara > ul {
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding-bottom: 0%;
  width: 50%;
}
#game .chara ul li {
  margin: 0 auto;
  /*	border: 1px solid red;*/
  width: 100%;
}
#game .chara ul li p {
  margin-top: 3.5%;
}
#game .chara p {
  font-size: 1.1vw;
  font-weight: 600;
  display: inline-block;
  margin: 0;
  padding-bottom: 0%;
  color: #000;
}
.chara:last-child p {
	text-align: left;
}
/*MOVIE*/
#movie{width: 100%; border:0px solid red; padding: 2% 0 4% 0; position: relative;}
	#movie .inner{width:60%; border:0px solid green; text-align: center; overflow: hidden; margin-top: 3%; margin: 0 auto;}
	#movie h1{text-align: center; margin-bottom:2%; }
	#movie p{color:white; text-align:center; font-weight:500; font-size:1.4vw; padding-top:2%; padding-bottom:8%;}

/*1개*/
.movie_if_box1{
	width:100%;
	border: 4px double #5e3b1e;
	background: rgba(255, 248, 230, 0.1);
    box-shadow:
    inset 0 0 10px rgba(255, 255, 255, 0.05),
    0 0 25px rgba(60, 40, 20, 0.4);
	overflow:hidden;
	position: relative;
	margin: 0 auto;
	margin-bottom: 2%;
}
/*2개이상일 경우*/
/*
	.movie_if_box1{float: left; width:49%; border:0px solid blue; overflow:hidden; position: relative; margin: 0 auto; margin-bottom: 2%;}
.movie_if_box1::before {
	content: 'NEW!!';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	color: dodgerblue;
	font-weight: 900;
	background-color: aliceblue;
	padding: 3px 9px;
	font-size: 22px;
	border: 2px solid #444;
}
	.movie_if_box2{float:right; width:49%; border:0px solid blue; overflow:hidden;}
*/
/*
	.movie_if_box3{float:right; width:49%; border:0px solid blue; overflow:hidden;}
	.movie_if_box4{float:right; width:49.5%; border:0px solid blue; overflow:hidden; }
*/

	.movie_if_none{width:100%; padding-bottom:56.5%; border-radius:10px; background-color:#2D2D2D; 
				background-image: url('https://directg.diskn.com/27hEyk1sKC'); background-position: center;}
	/*.movie_if_none{margin: auto; margin-top:0%; width: 60%; background-color:#151515; padding-bottom:35%; border-radius:20px;}*/

	#movie .movie_if{
		width: 100%;
		margin: 0 auto;
	}

	.movie_if{
		position: relative;
		padding-top: 56%;
		width: 100%;
		height: 0;
		border: 0px solid #444;
		margin: 0 auto;
	}

	/* iframe */
	.movie_if > iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0px solid #fff;
	}

/*GUIDE*/
#guide {
	width: 100%;
	overflow: hidden;
	padding: 3% 0 0;
	position: relative;
}
#guide .menu_title {
	padding-bottom: 0.3%;
}
#guide h2 {
	width: 24%;
	margin: 0 auto;
	text-align: center;
	margin-top: 3%;
}

	#guide .inner{width: 75%; margin: 0 auto;}

#guide .game_two {
	position: relative;
	  margin-bottom: 0%;
	margin-top: 5%;
  color: black;
  font-size: 1.2vw;
  text-align: center;
  font-weight: 800;
	font-family: Noto Sans CJK, serif;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 3%;
	width: 30%;
}
#guide .game_two::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #000, transparent);
  opacity: 0.5;
}

#guide .game_two.two {
  margin-top: 2%;
}

#guide h1,h3 {
	text-align: center;
}
		.guide_box1{width:100%; overflow: hidden;}
		.guide_box1 .guide_img{width:65%; margin: 0 auto; overflow: hidden;}
#guide p {
	text-align: center;
	margin-bottom: 1%;
	font-size: 1.5vw;
}
#guide p:last-child {
	font-size: 1vw;
}
#guide p span {
	background-color: magenta;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: 600;
	border-radius: 100px;
}
#guide .guide_img {
	margin-bottom: 0%;
	transition: 0.2s all;
	margin-top: 2%;
}
#guide .guide_img:hover {
	opacity: 0.65;
	transform: translateY(-15px);
}
.spe {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 점포 특전 */
#guide_store{width: 80%; border:0px solid red; overflow: hidden; padding-top:2%; text-align: center; margin: 0 auto; font-family: Noto Sans CJK, serif;}

	#guide_store .store_box{width: 100%; margin: auto; text-align: center;  border: 0px solid green; margin-bottom: 3%;}
#guide_store .store_box li {
  width: 21.3%;
  display: inline-block;
  margin: 0 0.7% 1% 0.7%;
  padding: 1.2rem 1rem;
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(163, 124, 78, 0.3);
  box-shadow:
    0 4px 20px rgba(163, 124, 78, 0.1),
    inset 0 0 4px rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  vertical-align: top;
  overflow: hidden;
}

#guide_store .store_box li:hover {
  box-shadow:
    0 8px 30px rgba(163, 124, 78, 0.3),
    inset 0 0 8px rgba(255, 255, 255, 0.1);
  transform: translateY(-6px);
}

#guide_store .store_box p span.small_text {
		font-size: 0.8vw;
	font-weight: 400;
	margin-top: 0px;
	padding-left: 1%;
	padding-right: 1%;
	}
	
	#guide_store .store_box li > img{width:90%; border: 0px solid #101010; margin: 0 auto;}
#guide_store .store_box li img:hover{opacity: 1; transition: 0.2s all;}

#guide_store .store_box p {
  font-size: 1.05vw;
  color: #5c3a1b;
  padding: 0.8em 0;
  line-height: 170%;
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}

#guide_store .store_box p span {
  display: inline-block;
  font-size: 1.15vw;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to bottom, #8c5a2e, #5f3a1a);
  padding: 6px 14px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
#guide_store .store_box p span:hover {
	opacity: 1;
}

.down_store_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;                 /* 카드 간격 */
  margin: 2% auto 3%;
  flex-wrap: wrap;           /* 모바일에서는 자동 줄바꿈 */
}

.down_store {
  width: clamp(200px, 22vw, 280px);
  transition: all 0.3s ease;
  transform-origin: center bottom;
  text-align: center;
  cursor: pointer;
	padding-bottom: 5%;
}

.down_store img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  transition: all 0.35s ease;
}

/* Hover 효과: 점프 + 빛나는 테두리 */
.down_store:hover {
  transform: translateY(-12px) scale(1.05);
  filter: brightness(1.15) saturate(1.2);
}

.down_store:hover img {
  box-shadow: 0 0 25px rgba(242, 143, 0, 0.65), 
              0 0 40px rgba(76, 142, 194, 0.55); /* 오렌지+블루 글로우 */
}

/* ASIA 전용 스타일 */
.down_store.asia .store-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
/* hover 메뉴 (처음엔 숨김) */
.down_store.asia .hover-menu {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* hover 시 표시 */
.down_store.asia .store-wrapper:hover .hover-menu {
  opacity: 1;
  pointer-events: auto;
}

.down_store.asia .store-wrapper:hover img {
  opacity: 0.3;
}

/* 버튼 스타일 */
.down_store.asia .hover-menu a {
  padding: 8px 16px;
  background: #fff;
  color: #000;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}

.down_store.asia .hover-menu .ps:hover {
  background: #0070d1;
  color: #fff;
}
.down_store.asia .hover-menu .nsw:hover {
  background: #e70013; 
  color: #fff;
}
/* product 
****************************************/
#product {
  width: 100%;
  margin: 0 auto;
	padding-top: 3.5%;
  background-image: url(https://image.directg.net/s83fTrvp6j);
	background-color: rgba(0,0,0,5.00);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
	padding-bottom: 1%;
	
}

#product .inner {
	width: 100%;
}
#product .warp {
	width: 100%;
}
.infor_table{
	border:0px solid red; 
	width:55%;  
	margin-top: 0%; 
	padding: 0%;
	margin:  0 auto;
	margin-bottom: 3%;
	text-shadow: 0px 0px 5px #000;
}
.infor_table p {
	font-size: 0.9vw;
	color: #eee;
	font-weight: 300;
	margin-top: 1%;
}

	.table_if1{background-color:none; 
		text-align: left; 
		font-size:1vw; 
		border:0px solid green;
		width:100%;
	}
	.table_if1 th{
		width: 24%;
		color:white;
		border:0px;
		border-bottom:3px solid white;
		font-size:1.1vw; 
		padding:1%;  
		font-weight:700;
		padding-bottom:1%;
	}
	.table_if1 td{
		width: 75%;
		border:0px;
		border-bottom:1px solid #eee;
		font-size:1vw; 
		padding:1%;
		padding-left:0.5%;
		font-weight:300;
		padding-bottom:1%;
		color: white;
	}
.table_if1 td:nth-child(3) {
	border-top: 1px dotted #fff;
}

	.table_if1 td:nth-child(6){

		border-bottom:none;
	}
/* footer
***********************************/
footer {
	background-color: #1a192b;
	padding-top: 1.5%;
}
.company {
  width: 80%;
  border: 0px solid magenta;
  margin: auto;
  text-align: center;
  padding: 0px 0 0px 0;
}
.company li {
  width: 7%;
  display: inline-block;
  vertical-align: middle;
	margin: 0 auto;
	border: 0px solid red;
	margin-right: 50px;
}
	.company li:last-child {
	margin-right: 0px;
}
.company li img {
  width: 100%;
	border: 0px solid blue;
}
.company li:first-child {
	width: 14%
}
.company li:nth-child(2) img{
	width: 100%;
}
.company li:last-child {
  width: 4%;
}

.copyright {
  font-size: 12px;
  padding: 18px 0 32px 0;
  text-align: center;
  margin: auto;
  width: 80%;
  color: #eee;
  font-family: 'Noto Sans CJK', san-seirf;
	font-weight: 300;
}







/*--태블릿--*/
/* Tablet 대응 (769px ~ 991px) */
@media screen and (max-width:991px) and (min-width:769px) {

  body {
    background-attachment: scroll; /* 태블릿에서 fixed는 버벅임 방지 */
    background-size: cover;
	  background-image: none;
	  background-color: aliceblue;
  }
  /* 로고 */
  .logo-wrap {
    top: 1%;
    left: 0.5%;
    gap: 0px;
  }
  .dg img {
    width: 160px;
  }
  .ps5 img {
    width: 200px;
  }

  /* 네비게이션 */
  .et-hero-tabs-container {
    height: 65px;
	bottom: -65px;
  }
  .et-hero-tab {
    font-size: 1.6vw;
  }

  /* 중앙 언어 선택 */
  .lang-select a {
    width: clamp(280px, 60vw, 480px);
    font-size: 2rem;
    padding: 14px 28px;
  }
.twitter img {
	width: 50%;
}
  /* HOME */
  #home {
    width: 100%;
	  height: 70vh;
	  padding-bottom: 0%;
  }
	
  #home .title_logo {
    width: 60%;
    padding-top: 25%;
    margin-right: 0;
  }
 .menu_title img {
    width: 100%; 
    max-width: 600px; /* 혹시 화면 너무 커질 때 제한 */
    margin: 0 auto;
    display: block;
  }

  /* INTRO */
	#intro {
		padding-top: 6%;
	}
  .intro_1_text {
    width: 90%;
    font-size: 1.2rem;
  }

  /* GAME */
  #game .inner {
    width: 90%;
    margin: 0 auto;
    text-align: center; /* 텍스트 중앙 */
  }

  #game .chara {
    flex-direction: column;      /* 세로 쌓기 */
    align-items: center;         /* 가운데 정렬 */
    justify-content: center;
    gap: 24px;
  }

  #game .img {
    width: 70%;                  /* 이미지 크게 */
    margin: 0 auto;
  }

  #game .chara > ul {
    width: 90%;
    text-align: center;           /* 텍스트도 중앙 */
  }

  #game .chara ul li {
    width: 100%;
    margin: 8px 0;
  }

  #game .chara p {
    font-size: 1.2rem;
    text-align: center;
  }

	 #game .chara ul li h2 {
    text-align: center;   /* 제목 중앙 정렬 */
    width: 100%;
    margin: 0 auto;
		 font-size: 25px;
  }

  #game .chara ul li p {
    text-align: center;   /* 본문도 중앙 */
  }
  /* MOVIE */
  #movie .inner {
    width: 85%;
  }
  #movie p {
    font-size: 1rem;
  }

  /* GUIDE */
  #guide .inner {
    width: 90%;
  }
  #guide p {
    font-size: 1.2rem;
  }
  #guide p:last-child {
    font-size: 0.9rem;
  }
  #guide_store .store_box li {
    width: 90%;  /* 두 개씩 나란히 */
    margin: 1% auto;
  }
  #guide_store .store_box p {
    font-size: 1rem;
  }

  .down_store {
    width: 25%;
  }

  /* PRODUCT */
  .infor_table {
    width: 80%;
  }
  .infor_table p {
    font-size: 0.95rem;
  }
  .table_if1 th,
  .table_if1 td {
    font-size: 0.95rem;
  }

  /* FOOTER */
  .company {
    width: 95%;
  }
  .company li {
    width: 14%;
    margin-right: 20px;
  }
  .company li:first-child {
    width: 22%;
  }
  .company li:last-child {
    width: 8%;
  }
  .copyright {
    font-size: 11px;
    width: 95%;
  }
}

/* =========================================
   Mobile (300px ~ 768px)
========================================= */
@media screen and (max-width:768px) and (min-width:300px) {

  /* 공통 */
  html, body { overflow-x: hidden; }
  body {
    background: #fff;
    background-image: none;
    margin: 0;
    padding: 0;
  }
	

  #home {
    height: auto;                     /* 고정 높이 해제 */
    aspect-ratio: 1 / 1.1;             /* 배너 원본 비율에 맞게 조정: 9:16 기준 */
    background-position: top center;  /* 상단 기준 중앙 정렬 */
    background-repeat: no-repeat;
    background-color: #000;           /* 남는 여백(레터박스) 색상 */
    overflow: visible;
  }

  /* 상단 그림자도 배너 비율에 맞게 자연스럽게 */
  #home::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, transparent 65%);
    pointer-events: none;
  }

  /* 상단 로고 묶음 */
  .logo-wrap {
    position: absolute;
    top: 10px;
    left: 0px;
    display: flex;
    align-items: center;
    gap: 0px;
    z-index: 5;
  }
  .dg img { width: 120px; height: auto; }
  .ps5 img { width: 150px; height: auto; }

  /* X(트위터) 아이콘 */
  .twitter {
    position: absolute;
    right: 5px;
    top: 5px;
    width: auto;
    z-index: 6;
  }
  .twitter img { width: 34px; height: auto; }

  /* 네비게이션 탭 */
  .et-hero-tabs-container {
    height: 52px;
    flex-wrap: nowrap;
	  bottom: -52px;
  }
  .et-hero-tab {
    font-size: 13px;
    padding: 0 6px;
    border-width: 1px;
  }
  .et-hero-tab:hover { transform: none; }

  /* 섹션 타이틀 이미지 공통 */
  .menu_title { width: 100%; margin: 22px auto 12px; }
  .menu_title img {
    display: block;
    width: 86%;
    max-width: 380px;
    margin: 0 auto;
  }

  /* ABOUT */
	#intro {
		padding-top: 10%;
	}
  .intro_1 { padding: 24px 0 20px; }
  .intro_1 .inner { width: 95%; margin: 0 auto; }
  .intro_1_text { width: 94%; font-size: 1rem; line-height: 1.7; }

  /* GAME */
  #game { padding-bottom: 24px; }
  #game .inner { width: 95%; margin: 0 auto; text-align: center; }
  #game .chara {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
  }
  #game .img { width: 92%; margin: 0 auto; }
  #game .chara > ul { width: 96%; text-align: center; }
	.chara ul li {
		display: flex;
		justify-content: center;
	}
  #game .chara ul li h2 {
	  text-align: center;
    font-size: 20px;
    margin: 6px 0 4px;
    line-height: 1.3;
	  width: 100%;
  }
  #game .chara ul li p {
    font-size: 0.95rem;
    line-height: 1.7;
  }


  /* MOVIE */
  #movie .inner { width: 95%; margin: 0 auto; }
  #movie p { font-size: 0.9rem; }

  /* GUIDE (SHOP) */
  #guide .inner { width: 95%; margin: 0 auto; }
  .down_store_wrap {
    gap: 18px;
    margin: 12px auto 24px;
  }
  .down_store { width: 86%; margin: 0 auto; }
  .down_store:hover { transform: translateY(-6px) scale(1.02); }

  /* PRODUCT */
  #product { padding-top: 28px; padding-bottom: 12px; }
  .infor_table { width: 94%; margin: 0 auto 18px; }
  .infor_table p { font-size: 0.85rem; }
  .table_if1 { font-size: 0; } /* 폰트 상속 초기화 트릭 */
  .table_if1 th,
  .table_if1 td {
    display: block;            /* 표를 카드형 세로로 */
    width: 100%;
    font-size: 12px;
    padding: 10px 8px;
    box-sizing: border-box;
  }
  .table_if1 th {
    border-bottom: none;
    padding-top: 12px;
    font-weight: 700;
    opacity: 0.95;
  }
  .table_if1 td {
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding-top: 2px;
    padding-bottom: 12px;
  }

  /* FOOTER */
  footer { padding-top: 14px; }
  .company {
    width: 95%;
  }
  .company li {
    width: 14%;
    margin-right: 20px;
  }
  .company li:first-child {
    width: 22%;
  }
  .company li:last-child {
    width: 8%;
  }
  .copyright {
    width: 92%;
    margin: 0 auto;
    font-size: 10px;
    line-height: 1.6;
    padding: 12px 0 20px;
  }
}
