@font-face {
  font-family: 'yogi_godic';
  src: url(../font/yogi.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

/**
12 : 0.75
13 : 0.8125
14 : 0.875
15 : 0.9375
**/
body,
div,
dl,
dt,
dd,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

input,
textarea {
  font-size: 14px;
  line-height: 1.6;
  color: #5d5d5d;
  font-family: none;
  /* letter-spacing: -1px; */
}

input,
textarea {
  vertical-align: middle;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 45px;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

address,
em {
  font-style: normal;
  font-weight: 500;
}

label {
  font-size: 15px;
  color: #a85c2a;
  margin-left: 30px;
  vertical-align: middle;
}

a {
  text-decoration: none;
  font-weight: 700;
}

h1 {
  text-decoration: none;
  /* 기본 밑줄을 제거합니다  */
  color: #000000;
}

h2 {
  text-decoration: none;
  text-align: center;        /* 가로 중앙 정렬 */  
  font-size: 0.4rem;           /* 텍스트 크기 설정 */  
  color: #ff0000;            /* 텍스트 색상 설정 (빨간색 예시) */  
}






/* 
header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  
  background: url("../img/amain_pc.png") no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  z-index: 1000;
}


.header-inner {
  display: grid;
  grid-template-columns: auto 1fr; 
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}


nav ul {
  list-style: none;
  display: flex;
  gap: 10%;
  margin-left: 40%;
  padding: 0;
}

nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 1px;
  transition: color 0.3s;
  white-space: nowrap;
}

nav li a:hover {
  color: #b08f4f;
  
} */

header {
  position: fixed;
  
  max-width: 1200px;
  /* 가로폭 제한 */
  top:0;
  margin: 0 ;
  /* 중앙 정렬 */
  width: 100%;
  
  height: 250px;
  background-color: #1f1f1f;    /* 검은 바탕 */
  z-index: 1000;
  
}

.header-inner {
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0;
  padding: 10px 20px; */

  max-width: 1200px;
  /* 가로폭 제한 */
  margin: 0 auto;
  /* 중앙 정렬 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* 좌측-로고, 중앙/우측 텍스트 정렬 */
  padding: 0 30px;
}


nav ul {
  /* display: grid; */
  /* grid-auto-flow: column; */
  display: grid;
  grid-auto-flow: column;
  gap: 50px;
  justify-content: end;

}

nav li a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: bold;
}

nav li a:hover {
  color: #b08f4f;
  
}



.site-footer {
  background-color: #000;
  /* 배너 배경을 검은색으로 */
  color: #fff;
  /* 텍스트는 흰색 */
  padding: 20px 0;
  /* 상하 여백 20px */
  font-size: 14px;
}

.footer-inner {
  max-width: 1200px;
  /* 가로폭 제한 */
  margin: 0 auto;
  /* 중앙 정렬 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* 좌측-로고, 중앙/우측 텍스트 정렬 */
  padding: 0 30px;
  /* 좌우 여백 */
}

.footer-logo img {
  height: 200px;
  width: auto;
  padding: 0 auto;
  /* 로고 높이-조정 */
}

.footer-links {
  margin: 0 20px;
  white-space: nowrap;
  /* 줄넘김 방지 */
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.separator {
  color: #555;
  /* 구분자 ‘|’ 색상 */
}

.footer‐copyright {
  margin-left: auto;
  /* 로고 + 링크 뒤쪽 자동 밀림 */
}




/* 본문이 시작되는 요소가 예를 들어 <main> 이라면 */
body {
  margin: 0;
  /* 좌우 기본 여백 제거 */
  padding: 0;
  padding-top: 250px;
  /* 헤더 높이만큼 */
}


/*절대 손대지 마라!!!!!!!!!!!!!*/
.wrapper {
  width: 100%;
  max-width: 1200px;
  /* 최대 가로 폭 */
  margin: 0 auto;
  /* 중앙 정렬 */
  text-align: center;
  /* 내부 텍스트 중앙 */
}

.menuOn>li>a {
  color: #333333 !important;
}

.menuOn>li.on>a {
  color: #fa5200 !important;

}


/* main */
#main {
  background: #ffffff;
  /* height: 1200px; */
}


.right-img {
  float: right;
  /* 오른쪽 정렬 */
  margin-right: 20px;
  /* 오른쪽 끝에서 20px 띄움 */
  margin-top: 10px;
  /* 위쪽 여백 */
  height: auto;
}

.left-img {
  float: left;
  /* 오른쪽 정렬 */
  margin-left: 20px;
  /* 오른쪽 끝에서 20px 띄움 */
  margin-top: 10px;
  /* 위쪽 여백 */
  height: auto;
}



* .txt {
  position: relative;
  text-align: center;
  display: block;
  padding: 30px 0;
}

/*GAMES*/
.txt .txtType_0 p {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
  color: #1f1f1f;
  font-family: 'yogi_godic';
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

/*Greatness Adventure Mastery...*/
.txt .txtType_0 p span {
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  color: #1f1f1f;
  font-family: 'yogi_godic';
  text-align: center;
  text-shadow: none;
  line-height: 1.2;
}

.txt .txtType_0 p span em {

  color: #1f1f1f;

}




/* .txt .txtType_1 p {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;

  color: #f30a0a;
  font-family: 'yogi_godic';
  text-align: center;

}


.txt .txtType_1 p span {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;

  color: #1f1f1f;
  font-family: 'yogi_godic';
  text-align: center;
  max-width: 80%;
  line-height: 1.5;
  margin-top: 0.5rem;
} */



/*Naked King*/
.txt .txtType_1 p {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  /* font-style: normal; */
  color: #f30a0a;
  font-family: 'yogi_godic';
  text-align: center;

}

/*Human troops await your command*/
.txt .txtType_1 p span {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: bold;

  color: #1f1f1f;
  font-family: 'yogi_godic';
  text-align: center;
  max-width: 80%;
  line-height: 1.5;
  margin-top: 0.5rem;
}

/* 
.txt .txtType_2 p {
  position: relative;
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.2;
  font-weight: bold;

  color: #6b6b6b;
  font-family: 'yogi_godic';
  text-align: center;

} */

.hero-text {
  margin-top: 30px;
  font-family: 'yogi_godic';
  text-align: center;             /* 가로 중앙 정렬 */
  color: #fff;                     /* 전체 기본 텍스트 색상 (필요시 오버라이드) */
}

.hero-text .year {
  font-size: 1rem;                 /* 연도 크기 설정 */
  color: #858484;                     /* 연도 색상 회색 예시 */
  margin-bottom: 0.3em;
}

.hero-text .title {
  font-size: 1rem;               /* 메인 제목 크기 설정 */
  color: #e60000;                  /* 빨간색 예시 */
  margin-bottom: 0.2em;
  font-weight: bold;
}

.hero-text .subtitle {
  font-size: 0.7rem;               /* 부제목 크기 설정 */
  color: #1f1f1f;                     /* 연한 회색 예시 */
  line-height: 1.2rem;
  /* margin-top: 0.4em; */
  margin-top: 0.4em 20px;
}


.vertical-line {
  width: 5px;               
  height: 50px;              /* 라인 높이 */
  border-left: 5px dotted #888;
  
  margin: 20px auto;            /* 수평 중앙 정렬 */

}




hr {
  border: none;
  /* 기본 3D 효과 제거 */
  border-top: 2px solid #7c7c7c;
  /* 두께, 색상 지정 */
  width: 80%;
  /* 선 길이 */
  margin: 0 auto;
  /* 중앙 정렬 */
  margin-top: -20px;
  /* 위 여백 */
  margin-bottom: 15px;
  /* 아래 여백 */
}

.banner {
  display: flex;
  /* 가로 정렬 */
  align-items: center;
  /* 수직 가운데 정렬 */
  justify-content: space-between;
  /* 좌측/우측 배치 */
  background-color: #1a1a1a;
  /* 배경색 (검정톤) */
  color: #ccc;
  /* 텍스트 색상 */
  padding: 10px 10px;
  /* 내부 여백 */
  border: 2px solid #333;
  /* 사각형 테두리 */

  width: 90%;
  /* 전체 너비 조정 */
  margin: 40px auto;
  /* 가운데 정렬 */
}

.logo {
  width: 15%;
  /* 로고 크기 조절 */
  height: auto;
}

.banner h2 {
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  text-align: right;
}







#inputName,
#inputMother,
#inputAddr,
#inputHP,
#inputSign,
#inputEmail {
  width: 20%;
  height: 20px;
  vertical-align: text-top;
  background-color: rgb(248, 245, 239);
  border: none;

}

#input1 {
  width: 100%;
  height: 50px;
  vertical-align: middle;
  background-color: rgb(248, 245, 239);

  border: 1px solid #ccc
}

#inputMonth {
  height: 30px;
  vertical-align: middle;
  background-color: rgb(248, 245, 239);
  border: none;
}

#button {
  height: 30px;
  vertical-align: middle;
  background-color: #fead00;
  border: none;
  border-radius: 10%;

  color: #ffffff;
  font-weight: bold;
  font-size: 90%;
  /* width: 20%; height: 30px; */
}

#postcode {
  width: 2%;
  height: 20px;
  vertical-align: middle;
  background-color: rgb(248, 245, 239);
  border: none;
  border-radius: 20px;

}

#addr,
#detailaddr {
  width: 70%;
  height: 20px;
  vertical-align: middle;
  background-color: rgb(248, 245, 239);
  border: none;
}














/* bottom info */
.bottom-info {
  display: flex;
  flex-wrap: nowrap;
  gap: 5%;
  padding: 30px 20px;
  box-sizing: border-box;
  border-top: 1px solid #e0e0e0;
  background-color: #f3f3f3;
  font-size: 12px;
}

.bottom-info h4 {
  margin: 5px 0;
  color: #000;
}

.bottom-info p {
  display: flex;
  margin: 5px 0;
}

.bottom-info>div {
  flex-grow: 1;
}

.bottom-info p>span:first-child {
  min-width: 120px;
  width: 30%;
}

.cs-info .btn a {
  display: block;
  width: 45%;
  height: 35px;
  line-height: 37px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
  float: left;
}

.cs-info .btn a:hover {
  background-color: #555;
  color: #fff;
}

.cs-info .btn a:first-child {
  margin-right: 5%;
}



.cs-company a {
  /* min-width: 120px;
  width: 40%; */
  color: #555;
}




/* .slider{
  width: 640px;
  height: 160px;
  position: relative;
  margin: 0 auto;
}

ul.imgs{
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.imgs li{
  position: absolute;
} */


@media screen and (max-width: 600px) {
  html {
    font-size: 16px;
  }

  header {
    /* height: 80px; */
    /* 모바일용 낮은 높이 */
    width:100%;
    /* max-width: 300px; */
    
    height: 100px;
    /* 필요 시 background-size: cover; 유지 또는 조정 */
  }

  .header-inner {
    height: 100px;
  }

  body {
    padding-top: 80px;
    /* 모바일용 헤더 높이와 맞춤 */
  }

  nav ul {

    /* margin-left: 50px; */
    gap: 30px;
    margin: 0;
  }

  nav li a {
    
    font-size: 0.8rem;
    
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .footer-logo img {
    height: 80px;
    width: auto;
    padding: 0 auto;
    /* 로고 높이-조정 */
  }

  .footer-links {
    margin-bottom: 15px;
  }





  .bottom-info {
    flex-wrap: wrap;
  }

  .bottom-info>div {
    width: 100%;
    margin-bottom: 30px;
  }

  

  .mob {
    display: block !important;
  }


  label {
    font-size: 12px;
  }
}

;

@media screen and (max-width: 1024px) {
  html {
    font-size: 32px;
  }


  .bottom-info {
    flex-wrap: wrap;
  }

  .bottom-info>div {
    width: 100%;
    margin-bottom: 30px;
  }

  

  .mob {
    display: block !important;
  }


}

;

@media screen and (min-width: 1024px) {
  html {
    font-size: 45px;
  }

}

;