html {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #fff;
}

body {
  width: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

.Header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}

.Header-inner {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  margin: 0 auto;
}

.Header a {
  display: flex;
  font-weight: bold;
  color: black;
  font-size: 1.5 rem;
  gap: 0.4rem;
  text-decoration: none;
}

.Header label {
  color: #b80000;
}

.Mobile-Button {
  display: none; /* 기본적으로는 안 보임 */
}

.section {
  height: 100vh;
  width: 100%;
}

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

.Section1-Font h1 {
  font-size: 2.63rem;
}

.Section1-Font p {
  font-weight: bold;
  color: #b80000;
  font-size: 1.75rem;
}

.Section1-MainBody {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.Section1-Img {
  display: flex;
  width: calc(100% / 3);
}

.Section1 img {
  width: 100%;
  height: 100%;
}

.Section2 {
  background-color: #fff;
}

.Section2-Font {
  margin-top: 20rem;
  text-align: center;
  margin-bottom: 4.8rem;
}

.Section2-Font h1 {
  color: #110f0f;
  font-size: 2.63rem;
}

.Section2-Font p {
  font-weight: bold;
  color: #646464;
  font-size: 2.13rem;
}

.Section2-MainBody {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}

.Section2-Card {
  width: 384px;
  background-color: #fff;
  border: 0.1rem solid #f1f1f1;
  border-radius: 2rem;
}

.insideCard {
  padding: 3rem;
  box-shadow: 0px 12px 40px rgba(85, 85, 85, 0.06);
}

.card-H1 {
  font-size: 0.9rem;
  font-weight: bold;
}

.card-P {
  font-size: 1rem;
  color: #646464;
  font-weight: 600;
}

.Section3 {
  width: 100%;
  display: flex;
}

.section3-MainSection {
  display: flex;
  margin: 0 auto;
}

.MainSection3 {
  display: flex;
  gap: 25rem;
}

.section3-MainFont {
  font-family: "NanumSquare Neo OTF";
  font-style: normal;
  font-weight: 800;
  font-size: 2.63rem;
  color: #121010;
}

.secondSection {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.section3-TopCard,
.section3-BottomCard {
  display: flex;
  gap: 2.4rem;
}

.section3-Card {
  width: 253px;
  background: #fff;
  box-shadow: 0px 12px 40px rgba(85, 85, 85, 0.06);
  border-radius: 20px;
  padding: 1rem;
}

.section3-Font {
  padding: 1rem;
}

.section3-Font h2 {
  font-size: 2.13rem;
}

.section3-Font p {
  color: #646464;
}

.section3-Img {
  width: 80px;
  height: 80px;
  margin-left: 10rem;
}

.section3-SubFont {
  display: flex;
  gap: 1rem;
}

.SubFont-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  width: 68px;
  height: 36px;
  background: #ffefef;
  border-radius: 90px;
  color: #ed3d3d;
}

.SubFont-2 {
  background-color: #f1f1f1;
  color: #646464;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  width: 50px;
  height: 36px;
  border-radius: 90px;
}

.SubFont-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  color: #4f56de;
  width: 115px;
  height: 36px;
  background: #eaebff;
  border-radius: 90px;
}

.Section5 {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}

.hover-div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.left-hover {
  align-items: center;
  text-align: center;
}

.right-hover {
  padding: 1rem;
  max-width: 34.4rem;
  width: 34.4rem;
}

.container {
  display: flex;
  justify-content: space-between;
}

.left ul {
  list-style-type: none;
}

.left li {
  cursor: pointer;
}

.left li:hover .right-hover {
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 1rem;
  max-width: 34.4rem;
}

.hover-number {
  border: 1px solid #bebebe;
  border-radius: 9rem;
  background-color: white;
  color: #bebebe;
  text-align: center;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  margin-left: 10rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.left li:hover .hover-number {
  border-radius: 9rem;
  background-color: #b80000;
  color: white;
  text-align: center;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  margin-left: 10rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.left li h1 {
  text-align: center;
  font-size: 2.63rem;
}

.left li h1:hover {
  color: black;
}

.left {
  width: 60%;
  display: flex;
}

.right {
  display: flex;
  width: 40%;
}

#display-img {
  width: 300px;
  height: 500px;
}

.image-wrapper {
  position: relative;
  width: 300px;
  height: 600px;
}

#background-img {
  width: 100%;
  height: 100%;
}

.image-1 {
  position: absolute;
  top: 9rem;
  left: -3rem;
  width: auto;
  height: auto;
  opacity: 0; /* 기본적으로 투명하게 설정 */
  transition: opacity 0.6s ease;
}

/* 가는 날짜 이미지에 대한 스타일 */
.image-2 {
  position: absolute;
  top: 6rem;
  left: -1.1rem;
  width: auto;
  height: auto;
  opacity: 0; /* 기본적으로 투명하게 설정 */
  transition: opacity 0.6s ease;
}

/* 예약자 정보 이미지에 대한 스타일 */
.image-3 {
  position: absolute;
  top: 6rem;
  left: -4rem;
  width: auto;
  height: auto;
  opacity: 0; /* 기본적으로 투명하게 설정 */
  transition: opacity 0.6s ease;
}

/* 예약 완료 이미지에 대한 스타일 */
.image-4 {
  position: absolute;
  top: 8rem;
  left: -4.5rem;
  width: auto;
  height: auto;
  opacity: 0; /* 기본적으로 투명하게 설정 */
  transition: opacity 0.6s ease;
}

#display-img {
  width: 300px;
  height: 500px;
}

.Section6 {
  text-align: center;
  padding: 50px 0;
  background-color: #fff;
  align-items: center;
  display: flex;
}

.Section6-MainSection {
  max-width: 1200px;
  margin: 0 auto;
}

.Section6-Title h1 {
  font-size: 2.63rem;
  margin-bottom: 10px;
}

.Section6-Title p {
  font-size: 2.13rem;
  color: #666;
}

.Section6-LogoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem; /* 로고들 사이 간격 */
  margin-top: 5rem;
}

.company-logo {
  max-width: 15rem;
  max-height: 8rem;
  object-fit: contain; /* 로고 크기 비율 유지 */
}

.Section7 {
  padding: 50px 0;
  background-color: #ffffff;
}

.Section7-MainSection {
  width: 100%;
}

.Section7-MainSection h1 {
  width: 1200px;
  margin: 0 auto;
}

.faq-list {
  width: 1200px;
  margin: 0 auto;
}

.Section7 h1 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.faq-list {
  list-style-type: none;
  padding: 0;
}

.faq-item {
  margin-bottom: 20px;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-item:hover {
  background-color: #f9f9f9;
}

.faq-item .question {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.faq-item .question span {
  color: red;
  margin-right: 10px;
  font-size: 1.5rem;
}

.faq-item .answer {
  display: none;
  padding-top: 10px;
  font-size: 1rem;
}

.answer span {
  padding: 10px;
  width: 28px;
  height: 28px;
  color: black;
}

.faq-item.active .answer {
  display: block;
}

.Section8 {
  position: relative;
  background: url("/Image/section8main.png") no-repeat center center;
  background-size: cover;
}

.Section8-Background {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 어두운 오버레이 효과 */
}

.Section8-Content h3 {
  color: red;
  font-size: 2rem;
}

.Section8-Content h2 {
  color: white;
  font-size: 3rem;
  margin: 10px 0;
}

.Section8-AppLinks {
  display: flex;
  gap: 1.2rem;
  margin: 20px 0;
  padding: 10px;
}

.Section8-AppLinks a {
  display: flex;
  color: white;
  height: 3rem;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
  font-weight: bold;
  text-decoration: none;
}

.Section8-Content p {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}

.footer {
  background-color: #f8f8f8;
  padding: 40px 0;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.footer-Top {
  color: #333;
}

.footer-Top p {
  margin: 5px 0;
}

.footer-Top span {
  font-family: "Spoqa Han Sans Neo";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #110f0f;
}

.footer-logo {
  width: 120px;
  margin-bottom: 15px;
}

.footer-logoSocial {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-links a {
  font-family: "Spoqa Han Sans Neo";
  display: block;
  display: flex;
  color: #646464;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

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

.footer-social a {
  margin-left: 15px;
}

.footer-social img {
  width: 40px;
  height: 40px;
}

/* 반응형 모바일 스타일 추가 */
@media (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
  }

  .MainSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #fff;
  }

  body {
    width: 100%;
    background-color: #fff;
  }

  .Header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
  }

  .Header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
  }

  .CustomerService {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .Mobile-Button {
    display: block;
  }

  .Mobile-Button button {
    display: block;
    background-color: #b80000;
    color: white;
    border: none;
    padding: 0.7rem 1.7rem;
    font-size: 1rem;
    border-radius: 20px;
    cursor: pointer;
  }

  .Header a {
    font-size: 1.1rem;
  }

  .section {
    width: 100%;
    height: auto;
  }

  .Section1-Font {
    margin-top: 9rem;
    margin-bottom: 5rem;
  }

  .Section1-Font h1 {
    font-size: 2rem;
    margin-bottom: 1.1rem;
  }

  .Section1-Font p {
    font-size: 1.2rem;
  }

  .Section1-MainBody {
    align-items: center;
  }

  .Section1-Img img {
    width: 100%;
    height: 200%;
  }

  .Section2 {
    background-color: #fff;
  }

  .Section2-Font h1 {
    font-size: 1.5rem;
  }

  .Section2-Font {
    padding: 1.5rem;
  }

  .Section2-Font p {
    font-size: 1rem;
  }

  .Section2-MainBody {
    flex-direction: column;
    gap: 20px;
  }

  .Section2-Card {
    width: 90%;
    margin: 0 auto;
    height: auto;
  }

  .section3-MainSection {
    flex-direction: column;
    gap: 2rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .MainSection3 {
    flex-direction: column;
    gap: 2rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .section3-MainFont {
    font-size: 80%;
    margin-bottom: 1rem;
  }

  .SubFont-1,
  .SubFont-2,
  .SubFont-3 {
    width: auto;
    height: auto;
    font-size: 90%;
    margin-bottom: 1rem;
  }

  .secondSection {
    width: 100%;
  }

  .section3-TopCard,
  .section3-BottomCard {
    width: 100%;
    display: flex;
    gap: 1rem;
    margin: 0 auto;
  }

  .section3-Font {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .section3-Img {
    margin: 0;
  }

  .section3-Card {
    font-size: 80%;
    width: 50%;
    height: auto;
  }

  .Section5 {
    display: none;
    flex-direction: column;
    gap: 2rem;
  }

  .left,
  .right {
    width: 100%;
  }

  .image-wrapper {
    width: 100%;
    height: auto;
  }

  #background-img {
    display: flex;
    margin: 0 auto;
    width: 80%;
    height: 80%;
  }

  #overlay-img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }

  .Section6 {
    background-color: #fff;
  }

  .Section6-Title {
    display: none;
  }

  .Section6-LogoWrapper {
    width: 100%;
    gap: 0;
  }

  .Section6-LogoWrapper img {
    width: 25%;
  }

  .Section7 {
    width: 100%;
  }

  .Section7-MainSection {
    width: 100%;
  }

  .Section7-MainSection h1 {
    font-size: 1.8rem;
    margin-left: 1rem;
  }

  .faq-list {
    width: 100%;
  }

  .faq-item {
    width: 100%;
  }

  .answer {
    width: 100%;
  }

  .answer p {
    width: 90%;
    display: flex;
  }

  .faq-item .question span {
    font-size: 1.2rem;
  }

  .Section8 {
    height: 20rem;
  }

  .Section8-Content h2 {
    font-size: 1rem;
  }

  .Section8-Content h3 {
    font-size: 1rem;
  }

  .Section8-Content p {
    font-size: 1rem;
  }

  .Section8-AppLinks {
    width: 100%;
    gap: 10px;
  }

  .footer-Top {
    padding: 1rem;
  }

  .footer-logoSocial {
    flex-direction: column;
    gap: 10px;
  }

  .footer-Bottom {
    margin-top: 1rem;
    padding: 1rem;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
  }

  .footer-links a {
    font-size: 1rem;
  }

  .footer-social a {
    margin-left: 0;
  }
}
