/* 1. 구글 폰트 불러오기 */
/* @import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");

/* 2. 루트에 폰트 변수 정의 */

/* reset.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --font-sans: "DM Sans", sans-serif;
  --font-roboto: "Roboto", sans-serif;
}
button {
  border: 0;
  background-color: transparent;
}
/* 3. 전역 기본 폰트로 적용 */
html,
body {
  font-family: var(--font-sans);
}
* {
  box-sizing: border-box;
}
a {
  text-decoration-line: none;
  /*   text-decoration-line: underline; */
  /*   text-decoration-line: overline; */
  /*   text-decoration-line: line-through; */
  /*   text-decoration-line: underline line-through overline; */
}
footer {
  width: 100%;
  height: 708px;
  background: black;
  padding: 145px 200px;
  padding-bottom: 60px;
  color: white;
  display: flex;
  justify-content: space-between;
  text-wrap: nowrap;
}
footer h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
footer .Company {
  display: flex;
  flex-direction: column;
}
footer .Company p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 45px;
}
footer .Company img {
  width: 321px;
  height: 67px;
}
footer .Information {
  height: 100%;
  display: flex;
  flex-direction: column;
}
footer .Information p {
  font-size: 16px;
  font-weight: 500;
}

footer .contanctInfo {
  height: 100%;
  display: flex;
  flex-direction: column;
}
footer .contanctInfo p {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 20px;
  line-height: 127%;
}
a h1 {
  color: inherit;
  text-decoration: none;
}

.headerSection {
  background: #050b20;
  display: flex;
  height: 103.75px;
  align-items: center;
  color: white;
  padding-left: 78px;
}
.headerSection a {
  color: white;
}
.headerSection h1 {
  color: white;
}
.headerSection h1 {
  font-weight: 500;
  font-size: 24px;
  width: 158px;
  margin-right: 74px;
}
.headerSection .phone {
  display: flex;
  gap: 9px;
  align-items: center;
  width: 466.52px;
  margin-right: 40px;
}
.headerSection .phone p {
  font-size: 15px;
  font-weight: 500;
}
.headerSection .menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.headerSection .menu .row {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  gap: 4px;
  color: white;
  cursor: pointer;
}
.commonBanner {
  margin-top: 51px;
  height: 408px;
  width: 100%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  color: white;
}
.commonBanner h2 {
  font-size: 70px;
  font-weight: 600;
}
.commonBanner h3 {
  font-size: 24px;
  font-weight: 400;
}
.faqSection {
  /* padding: 228px 142px; */
  display: flex;
  justify-content: center;
}
.faqSection .row {
  min-height: 600px;
  width: 100%;
  /* border: 1px solid black; */
  display: flex;
}
.faqSection .row img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-right: 63px;
}
.faqSection .row {
  display: flex;
}
.faqSection .faq {
  flex: 1;
  max-width: 100%;
  /* border: 1px solid #0056b8; */
  /* background: #e7f1ff; */
  border-radius: 8px;
  padding: 24px;
}
.faqSection .faq h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.faqSection .faq details {
  /* margin-top: 12px; */
  /* border-top: 1px solid #cce4ff; */
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  min-height: 80px;
}

.faqSection .faq summary {
  cursor: pointer;

  position: relative;
  list-style: none;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.faqSection .faq summary::marker {
  display: none;
}
.faqSection .faq summary::after {
  content: url("../theK/icon/Plus.svg");
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 18px;
}
.faqSection .faq details[open] summary::after {
  content: url("../theK/icon/Minus.svg");
  /* padding-bottom: 50px; */
}
.faqSection .faq p {
  margin: 8px 0 0;
  padding-left: 16px;
  color: #333;
}
.faqSection .faq details[open] {
  padding: 40px;
  background-color: #f9fbfc;
}
.contactUsSection {
  height: 1090px;
  width: 100%;
  background-image: url("../theK/main/가죽.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0px;
}
.contactUsSection h3 {
  color: white;
  font-size: 32px;
  font-weight: 500;
  border-bottom: 2px #fe8400 solid;
  padding-bottom: 10px;
}
.contactUsSection .inputForm {
  width: 1055px;
  min-height: 800px;
  background: white;
  margin-top: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 56px;
  justify-content: space-between;
}
.contactUsSection .inputForm form {
  width: 405px;
  min-height: 390px;
  /* border: 1px solid black; */
  display: flex;
  flex-direction: column;
}
.contactUsSection .inputForm form .inputDiv {
  width: 100%;
  height: 60px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.contactUsSection .inputForm form .inputDiv input {
  border: none;
  outline: none;
  background: none;
}
.contactUsSection .inputForm form button {
  width: 256px;
  height: 60px;
  background-color: #fe8400;
  font-size: 24px;
  font-weight: 400;
  border-radius: 4px;
  margin-top: auto;
}
.contactUsSection .inputForm .rightImg {
  width: 451px;
  height: 462px;
  object-fit: cover;
}
.agreementBox {
  font-size: 12px;
  color: #555;
  margin-bottom: 16px;
}
.agreementBox label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  margin-bottom: 8px;
}
.agreementText {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  max-height: 180px;
  overflow-y: auto;
  font-size: 12px;
  line-height: 1.5;
}

.bestSection {
  padding: 100px 0;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.bestSection h3 {
  font-size: 40px;
  font-weight: 500;
}
.bestSection h4 {
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}
.bestSection .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  gap: 30px;
}
.bestSection .grid img {
  object-fit: cover;
  border-radius: 8px;
}
.bestSection .grid .span2 {
  grid-column: span 2;
  width: 685px;
  height: 334.5px;
  /* border: 1px solid black; */
}
.bestSection .grid .gridRow {
  /* border: 1px solid black; */
  width: 325.52px;
  height: 331.44px;
}

.bestSection .grid .rightImg {
  height: 700px;
  position: relative;
}
.bestSection .grid .radius {
  border-radius: 8px;
}
.bestSection .grid .row1 {
  background: #1a1a1a;
  display: flex;
  position: relative;
  flex-direction: column;
  color: white;
  padding-top: 34.21px;
  padding-left: 40px;
}
.bestSection .grid .row1 h3 {
  font-size: 40px;
  font-weight: 500;
}
.bestSection .grid .row1 h4 {
  font-size: 19px;
  font-weight: 400;
  line-height: 28.5px;
}
.bestSection .grid .row1 button {
  width: 51px;
  height: 51px;
  aspect-ratio: 1;
  background: white;
  border-radius: 100%;
  position: absolute;
  bottom: 42.25px;
  right: 42.25px;
}

.bestSection .grid .rightImg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px; /* 그라데이션 높이 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}
.bestSection .grid .rightImg {
  height: 700px;
  position: relative;
  background-image: url("../theK/케이리무진_프로모션/언더서포트.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 8px; /* 필요 시 */
}

.bestSection .grid .rightImg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  border-radius: 8px; /* 이미지 둥글림 유지 시 */
}
.videoSection {
  display: flex;
  padding: 262px 0;
  justify-content: center;
}

.video-wrapper {
  position: relative;
  width: 1400px;
  height: 693px;
  border-radius: 16px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.contentSection {
  height: 730px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 164px 0;
  align-items: center;
}
.contentSection .bgDiv {
  background: #e8e8e8;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 326px;
  z-index: -99;
}
.contentSection h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 97px;
}
.contentSection .cards {
  display: flex;
  gap: 31px;
}

.contentSection .cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentSection .cards .card img {
  width: 400px;
  height: 267px;
  object-fit: cover;
}
.contentSection .cards .card p {
  font-size: 24px;
  font-weight: 500;
  margin-top: 16px;
}
a {
  text-decoration: none;
}
a p {
  text-decoration: none;
}
a {
  color: inherit;
  text-decoration: none;
}
.floating-buttons {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 999;
}

.float-btn {
  display: block;
  /* width: 100px; */
  /* height: 120px; */
  background-size: cover;
  background-position: center;
  transition: transform 0.2s, opacity 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  border-radius: 16px;
}

.float-btn:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* 버튼별 아이콘 배경 이미지 설정 */
.btn1 {
  /* background: red; */
}
.btn2 {
  /* background: gray; */
}
.btn3 {
  /* background: blue; */
}
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
.mobileHeader {
  display: none;
}
.mobileVisible {
  display: none !important;
}
.side-menu {
  display: none;
}
.faqSection h2 {
  margin-bottom: 75px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}
.faqSection {
  padding: 60px 20px;
  /* max-width: 800px; */
  /* margin: auto; */
  display: flex;
  flex-direction: column;
}
.faq-item {
  border: 1px solid #e5e5e6;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: start;
  line-height: 28px;
  color: black;
}
.faq-icon {
  width: 16.5px;
  height: 16.5px;
  background-size: contain;
  background-repeat: no-repeat;
  /* transition: transform 0.2s; */
}
.faq-icon {
  width: 16.5px;
  height: 16.5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../theK/icon/Plus.svg");
  transition: background-image 0.2s;
  margin-left: 16px;
}

.faq-item.open .faq-icon {
  /* 열려 있을 때만 - 아이콘으로 교체 */
  background-image: url("../theK/icon/Minus.svg");
  /* top: -10px !important; */
}
.faq-icon {
  position: relative;
  transition: top 0.2s;
}

.faq-item.open .faq-icon {
  top: -13px; /* 열렸을 때 아이콘만 위로 3px 올려줍니다 */
}

.faq-answer {
  max-height: 0;
  padding: 0 20px;

  color: #333;
  font-size: 14px;
  line-height: 1.6;
  /* background: #f9fbfc; */
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item.open .faq-answer {
  /* 충분히 큰 값으로 열기 */
  max-height: 500px;
  padding: 20px;
  padding-top: 10px;
}
.faq-item.open .faq-icon {
  transform: rotate(180deg);
}
@media (max-width: 1220px) {
  .mobileHeader {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
  }
  .mobileHeader .top {
    padding: 28px 0;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .mobileHeader .top .menu {
    position: absolute;
    left: 20px;
    padding-top: 5px;
  }
  .mobileHeader .bottom {
    border-top: #d2d2d2 1px solid;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }
  .mobileHeader .bottom .home {
    font-weight: 500;
    border-bottom: black 5px solid;
  }
  .mobileNone {
    display: none !important;
  }
  .mobileVisible {
    display: block !important;
  }

  .contactUsSection {
    height: auto;
    width: 100%;
    aspect-ratio: 390/180.93;
    background-image: url("../theK/main/가죽.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0px;
    padding-bottom: 0;
  }
  .contactUsSection h3 {
    color: white;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 2px #fe8400 solid;
    padding-bottom: 10px;
  }
  .contactUsSection .inputForm {
    width: 100%;
    min-height: 800px;
    background: white;
    margin-top: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 56px;
    justify-content: space-between;
  }
  .contactUsSection .inputForm form {
    width: 100%;
    min-height: 390px;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
  }
  .contactUsSection .inputForm form .inputDiv {
    width: 100%;
    height: 60px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    background-color: #fbfbfb;
    display: flex;
    align-items: center;
    padding-left: 16px;
  }
  .contactUsSection .inputForm form .inputDiv input {
    border: none;
    outline: none;
    background: none;
  }
  .contactUsSection .inputForm form button {
    width: 256px;
    height: 60px;
    background-color: #fe8400;
    font-size: 24px;
    font-weight: 400;
    border-radius: 4px;
    margin-top: auto;
  }
  .contactUsSection .inputForm .rightImg {
    width: 451px;
    height: 462px;
    object-fit: cover;
    display: none;
  }
  .contentSection {
    height: auto;
    width: 100%;
    aspect-ratio: 390/141.05;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 0;
    padding-top: 10px;
    align-items: center;
  }
  .contentSection .bgDiv {
    background: #e8e8e8;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 60px;
    z-index: -99;
  }
  .contentSection h3 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .contentSection .cards {
    display: flex;
    gap: 10px;
  }

  .contentSection .cards .card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contentSection .cards .card img {
    width: 81.53px;
    height: 54.28px;
    object-fit: cover;
  }
  .contentSection .cards .card p {
    font-size: 7px;
    font-weight: 500;
    margin-top: 2px;
  }
  footer {
    width: 100%;
    height: auto;
    background: black;
    padding: 20px;
    padding-bottom: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    text-wrap: nowrap;
    flex-direction: column;
    gap: 16px;
  }
  footer h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  footer .Company {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  footer .Company p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  footer .Company img {
    width: 321px;
    height: 67px;
  }
  footer .Information {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  footer .Information p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0 !important;
  }

  footer .contanctInfo {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  footer .contanctInfo p {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 20px;
    line-height: 150%;
    margin-bottom: 0 !important;
  }
  .headerSection {
    display: none !important;
  }
  .commonBanner {
    margin-top: 0px;
    height: auto;
    width: 100%;
    aspect-ratio: 390/82.88;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    margin-bottom: 0 !important;
  }
  .commonBanner h2 {
    font-size: 15px;
    font-weight: 600;
  }
  .commonBanner h3 {
    font-size: 9px;
    font-weight: 400;
  }

  .bestSection {
    padding: 0px 0;
    padding-top: 64px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .bestSection .title {
    font-size: 36px;
    text-align: start;
    margin-left: 20px;
  }
  .bestSection .subTitle {
    font-size: 18px;
    text-align: start;
    margin-left: 20px;
  }

  /* 그리드를 2컬럼으로 고정하고, 최대 너비를 지정 */
  .bestSection .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 0px;
    padding: 10px;
  }
  .gridColumn1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  /* span2(1행 전체 너비) */
  .bestSection .grid .span2 {
    grid-column: span 2;
    width: 100%;
    aspect-ratio: 314/154 !important;
    /* height: 200px; */
    height: 100%;
    overflow: hidden;
  }
  .bestSection .grid .span2 img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    aspect-ratio: 314/154 !important;
  }

  .bestSection .grid .gridRow {
    width: auto !important;
    height: auto !important;
  }
  /* 각 카드(row1, row2) */
  .bestSection .grid .gridRow {
    width: 100% !important;
    aspect-ratio: 325.52 / 331.44 !important;
    overflow: hidden;
  }

  .bestSection .grid .row2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  /* row1 텍스트 박스 */
  .bestSection .grid .row1 {
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 10px 0 0 10px !important;
    position: relative;
    gap: 5px;
    flex-shrink: 0;
  }
  .bestSection .grid .row1 h3 {
    font-size: 21.98px;
    margin-bottom: 0px;
  }
  .bestSection .grid .row1 h4 {
    font-size: 12.82px;
    line-height: 140% !important;

    margin-top: 0 !important;
  }
  .bestSection .grid .row1 h4:nth-child(3) {
    font-size: 15px;
  }
  .bestSection .grid .row1 button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      width: 10px;
      height: 10px;
    }
  }
  .videoSection {
    display: flex;
    padding: 0px 0;
    justify-content: center;
  }

  .video-wrapper {
    position: relative;
    width: 100% !important;
    height: auto;
    aspect-ratio: 1400/693;
    display: flex;
    justify-content: center;
    border-radius: 16px;
    padding: 10px 10px !important;
  }

  .video-wrapper iframe {
    position: absolute;
    top: 0;

    width: 90% !important;
    height: 100% !important;
    border-radius: 16px;
  }
  .video-wrapper {
    position: relative;
    width: 100% !important;
    aspect-ratio: 357.58 / 177 !important;
    height: auto;
    padding: 20px 60px;

    border-radius: 16px;
    /* padding: 0 10px !important; */
    display: flex;
    justify-content: center !important;
  }

  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 90% !important;
    height: auto !important;
    aspect-ratio: 357.58 / 177;
    border-radius: 16px;
    margin: 0 auto;
  }
  .video-wrapper {
    max-width: none; /* 부모 폭 한계 해제 */
    width: 100%; /* 뷰포트 가득 채우기 */
    padding: 0 10px; /* 양쪽 여백을 조금 줄 수도 있고 */
    box-sizing: border-box;
    height: auto !important;
  }
  .video-wrapper {
    position: relative;
    width: calc(100% - 20px); /* 좌우 10px씩 패딩 남기기 */
    max-width: none; /* PC용 max-width 해제 */
    aspect-ratio: 16/9; /* 16:9 비율 유지 */
    margin: 0 auto; /* 가로 중앙 정렬 */
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .video-wrapper iframe {
    position: absolute;
    inset: 0; /* top/right/bottom/left: 0 */
    width: 90% !important;
    height: 100%;
    border: 0;
  }
  /* 사이드 메뉴 기본 숨김 */
  .side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    padding-top: 60px; /* 윗부분 헤더 높이만큼 여유 */
  }
  .side-menu .close {
    position: absolute;
    top: 20px !important;
    right: 20px !important;
  }
  .side-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .side-menu li {
    border-bottom: 1px solid #eee;
  }
  .side-menu li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
  }

  /* 오버레이 */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 900;
  }

  /* 메뉴 열림 상태 */
  .side-menu.open {
    transform: translateX(0);
  }
  .menu-overlay.open {
    opacity: 1;
    visibility: visible;
  }

  /* 숨김: 데스크탑에선 아예 안 보이도록 */
  .side-menu,
  .menu-overlay {
    display: block;
  }
  .floating-buttons {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0px;
    z-index: 999;
  }

  .float-btn {
    display: block;
    width: 30.34px;
    height: 38.86px;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s, opacity 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    border-radius: 16px;
  }
  .float-btn img {
    width: 30.34px !important;
    height: 38.86px !important;
  }

  .mobileContentsSection {
    padding: 73.71px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #e8e8e8;
  }
  .mobileContentsSection h2 {
    text-align: center;
    font-weight: 500;
    font-size: 23px;
  }
  .mobileContentsSection .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14.5px;
    row-gap: 32.67px;
    width: 100%;
    margin-top: 33px;
  }
  .mobileContentsSection .grid .gridRow {
    width: 100%;
    height: auto;
    aspect-ratio: 147 / 111;
    /* border: 1px solid black; */

    /* gap: 10px; */
    position: relative;
  }
  .mobileContentsSection .grid .gridRow img {
    width: 100%;
    height: 100%;
  }
  .mobileFooter {
    display: flex !important;
    flex-direction: column;
    background: #fafafb;
  }
  .mobileFooter h3 {
    color: #12161d;
    font-size: 16px;
    font-weight: 600;
  }
  .mobileFooter p {
    color: #61656e;
    font-size: 13px !important;
  }
  .mobileFooter .contanctInfo {
    gap: 16px;
  }
  .mobileFooter .divider {
    border: 1px #e5e5e6 solid !important;
    width: 100% !important;
    margin-top: 45px !important;
    margin-bottom: 0 !important;
  }
}
