.stariaContainer {
  max-width: 1920px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.stariaContainer .mainBanner {
  background-image: url("../theK/스타리아_하이리무진_카테고리/스타리아\ 메인사진.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 1083px;
  padding: 174px 0 0 95px;
  display: flex;
  flex-direction: column;
  color: white;
  gap: 10px;
}
.stariaContainer .mainBanner h2 {
  font-size: 70px;
  font-weight: 500;
}
.stariaContainer .mainBanner h3 {
  font-weight: 500;
  font-size: 36px;
}
.stariaContainer .section1 {
  display: flex;
  flex-direction: column;
  padding: 224px 0;
  align-items: center;
  font-family: var(--font-roboto);
}

.stariaContainer .section1 h3 {
  font-size: 64px;
  font-weight: 500;
}
.stariaContainer .section1 h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
  margin-top: 22px;
}
.stariaContainer .section1 .line {
  height: 177px;
  border: 1.5px solid black;
  margin: 20px;
}
.stariaContainer .middleTitle {
  margin: 0 auto;
  text-align: center;
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
  font-family: var(--font-roboto);
  margin-bottom: 235px;
}
.stariaContainer .section2 {
  display: flex;
  flex-direction: column;
  width: 1400px;
  margin: 0 auto;
}
.stariaContainer .section2 .row {
  display: flex;
  background: #e1dad3;
}
.stariaContainer .section2 .row img {
  width: 700px;
  object-fit: cover;
}
.stariaContainer .section2 .row .desc {
  display: flex;
  flex-direction: column;
  padding-left: 70px;
  justify-content: center;
  gap: 20px;
}
.stariaContainer .section2 .row .desc h3 {
  font-size: 40px;
  font-weight: 500;
}
.stariaContainer .section2 .row .desc h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.stariaContainer .section3 {
  padding: 256px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 132px;
}
.selectorBox {
  display: flex;
  width: 1200px;
  height: 421px;
  /* border: 2px solid #c084fc; */
  gap: 24px;
  /* border-radius: 8px; */
  overflow: hidden;
}

.menuList {
  width: 300px;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
  /* border-right: 1px solid #ddd; */
  font-size: 16px;
  font-weight: 500;
}

.menuList li {
  padding: 20px;
  /* border-bottom: 1px solid #eee; */
  cursor: pointer;
  transition: background 0.2s;
}

.menuList li:hover,
.menuList li.active {
  background-color: #0072ed;
  color: white;
}

.imageDisplay {
  flex: 1;
  background-color: #f9f9f9;
}

.imageDisplay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1220px) {
  .stariaContainer {
    width: 100%;
    overflow-x: hidden !important;
    max-width: 1920px;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .stariaContainer .mainBanner {
    background-image: url("../theK/스타리아_하이리무진_카테고리/스타리아\ 메인사진.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 10% 0 0 5%;
    display: flex;
    flex-direction: column;
    color: white;
    gap: 10px;
    aspect-ratio: 390/219.88;
  }
  .stariaContainer .mainBanner h2 {
    font-size: 22px;
    font-weight: 500;
  }
  .stariaContainer .mainBanner h3 {
    font-weight: 500;
    font-size: 16px;
  }
  .stariaContainer .section1 {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    align-items: center;
    font-family: var(--font-roboto);
  }

  .stariaContainer .section1 h3 {
    font-size: 20px;
    font-weight: 500;
  }
  .stariaContainer .section1 h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
    text-align: center;
  }
  .stariaContainer .section1 .line {
    height: 50px;
    border: 1.5px solid black;
    margin: 20px;
  }
  .stariaContainer .section1 img {
    width: 100%;
    height: auto;
    aspect-ratio: 244.11/114.43;
  }
  .stariaContainer .middleTitle {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    font-family: var(--font-roboto);
    margin-bottom: 50px;
  }
  .stariaContainer .section2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .stariaContainer .section2 .row {
    display: flex;
    background: #e1dad3;
    flex-direction: column;
  }
  .stariaContainer .section2 .reverse {
    flex-direction: column-reverse;
  }
  .stariaContainer .section2 .row img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }
  .stariaContainer .section2 .row .desc {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    justify-content: center;
    gap: 20px;
    padding: 50px 20px;
  }
  .stariaContainer .section2 .row .desc h3 {
    font-size: 20px;
    font-weight: 500;
  }
  .stariaContainer .section2 .row .desc h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #787878;
  }
  .stariaContainer .section3 {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .selectorBox {
    padding: 0 20px;
    display: flex;
    flex-direction: column-reverse;

    width: 100%;
    height: auto;
    /* border: 2px solid #c084fc; */
    gap: 24px;
    /* border-radius: 8px; */
    overflow: hidden;
  }

  .menuList {
    width: 290px;
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    /* border-right: 1px solid #ddd; */
    font-size: 16px;
    font-weight: 500;
  }

  .menuList li {
    padding: 20px;
    /* border-bottom: 1px solid #eee; */
    cursor: pointer;
    transition: background 0.2s;
  }

  .menuList li:hover,
  .menuList li.active {
    background-color: #0072ed;
    color: white;
  }

  .imageDisplay {
    flex: 1;
    background-color: #f9f9f9;
  }

  .imageDisplay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }

  .imageDisplay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
}
