/* 종합 컨설팅 */
#consolting {
  width:100%;
  display:flex;
  justify-content: space-between;
  position:relative;
}
.con_left {
  width:25%;
  position:sticky;
  align-self: flex-start;
  height:auto;
  top:32px;
}
.con_category > li > a {
  font-size:26px;
  font-weight: 700;
  color:var(--color-cc);
  transition: .3s;
}
.con_category > li.choice > a {
  color:black;
}
.con_category > li:not(:first-of-type) {
  padding-top:36px;
}
.con_category > li:hover {
  cursor: pointer;
  transition: .3s;
}
.con_category > li:not(.choice):hover a {
  color:#999;
}

/* right */
.con_right {
  width:75%;
}
.round_title8 {
  padding-left:8px;
}


/**/
/**/
/**/
/* start */
.tour_ca_wrap {
  width:100%;
  display: flex;
  justify-content: flex-start;
  gap:16px;
}
.jeju_wrap,
.jeju_cafe_wrap,
.jeju_hotel_wrap,
.jeju_shopping_wrap {
  width:100%;
  display: flex;
  justify-content: flex-start;
  gap:32px 12px;
  flex-wrap: wrap;
}

.tour_ca_wrap {
  margin:95px 0 62px 0;
}
.tour_ca_wrap button {
  padding:12px 20px;
  border-radius: 100px;
  background-color: #f8f8f8;
  border:solid 1px #e8e8e8;
  font-size:18px;
  color: var(--color-76);
  cursor: pointer;
  transition:.3s;
}
.tour_ca_wrap button.choice {
  background-color:white;
  color: var(--color-main);
  border:solid 1px var(--color-main);
  font-weight: 700;
}

.jeju_box {
  width:49%;
}
.jeju_imgBox {
  width:100%;
  height:300px;
  border-radius: 20px;
  overflow:hidden;
  border:solid 1px #F5F5F5
}
.jeju_imgBox img,
.jeju_imgBox iframe {
  object-fit: cover;
  width:100%;
  transition:.3s;
  cursor: pointer;
}
.jeju_imgBox iframe {
  height:100%;
}
.jeju_imgBox img:hover {
  transform: scale(1.1);
}
.jeju_txtBox {
  padding:12px 16px;
}
.jeju_txtBox h4 {
  font-size:18px;
  font-weight: 600;
  line-height: 120%;
}
.jeju_txtBox p {
 padding-top:6px;
 color:var(--color-76);
}

/* 태블릿 (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #consolting {
    flex-direction: column !important;
  }

  .con_left {
    width: 100% !important;
    height: auto !important;
    position: static !important;
    margin-bottom: 40px !important;
  }

  .con_category {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: center !important;
  }

  .con_category > li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .con_category > li:not(:first-of-type) {
    padding-top: 0 !important;
  }

  .con_category > li a {
    font-size: 22px !important;
  }

  .con_right {
    width: 100% !important;
  }

  /* 지역 카테고리 버튼 */
  .tour_ca_wrap {
    margin: 60px 0 40px 0 !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .tour_ca_wrap button {
    padding: 10px 16px !important;
    font-size: 16px !important;
  }

  /* 제주 콘텐츠 박스 */
  .jeju_wrap,
  .jeju_cafe_wrap,
  .jeju_hotel_wrap,
  .jeju_shopping_wrap {
    gap: 24px 12px !important;
  }

  .jeju_box {
    width: 48% !important;
  }

  .jeju_imgBox {
    height: 220px !important;
    border-radius: 16px !important;
  }

  .jeju_txtBox {
    padding: 10px 12px !important;
  }

  .jeju_txtBox h4 {
    font-size: 16px !important;
  }

  .jeju_txtBox p {
    font-size: 13px !important;
  }
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
  #consolting {
    flex-direction: column !important;
  }

  .con_left {
    width: 100% !important;
    height: auto !important;
    position: static !important;
    margin-bottom: 30px !important;
  }

  .con_category {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    justify-content: center !important;
  }

  .con_category > li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .con_category > li:not(:first-of-type) {
    padding-top: 0 !important;
  }

  .con_category > li a {
    font-size: 18px !important;
  }

  .con_right {
    width: 100% !important;
  }

  /* 지역 카테고리 버튼 */
  .tour_ca_wrap {
    margin: 40px 0 30px 0 !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .tour_ca_wrap button {
    padding: 8px 14px !important;
    font-size: 14px !important;
    border-radius: 80px !important;
  }

  /* 제주 콘텐츠 박스 */
  .jeju_wrap,
  .jeju_cafe_wrap,
  .jeju_hotel_wrap,
  .jeju_shopping_wrap {
    gap: 20px 10px !important;
  }

  .jeju_box {
    width: 48% !important;
  }

  .jeju_imgBox {
    height: auto !important;
    aspect-ratio: 4/3 !important;
    border-radius: 12px !important;
  }

  .jeju_imgBox img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .jeju_imgBox iframe {
    width: 100% !important;
    height: 100% !important;
  }

  .jeju_txtBox {
    padding: 8px 8px !important;
  }

  .jeju_txtBox h4 {
    font-size: 14px !important;
    line-height: 130% !important;
  }

  .jeju_txtBox p {
    font-size: 12px !important;
    padding-top: 4px !important;
  }

  /* Video 페이지 - 1열, 크게 */
  .jeju_box:has(iframe) {
    width: 100% !important;
  }

  .jeju_box:has(iframe) .jeju_imgBox {
    height: auto !important;
    aspect-ratio: 16/9 !important;
  }
}

/* 소형 모바일 (375px 이하) */
@media screen and (max-width: 375px) {
  .con_left {
    margin-bottom: 20px !important;
  }

  .con_category {
    gap: 10px !important;
  }

  .con_category > li a {
    font-size: 16px !important;
  }

  /* 지역 카테고리 버튼 */
  .tour_ca_wrap {
    margin: 30px 0 24px 0 !important;
    gap: 8px !important;
  }

  .tour_ca_wrap button {
    padding: 6px 12px !important;
    font-size: 13px !important;
  }

  /* 제주 콘텐츠 박스 */
  .jeju_wrap,
  .jeju_cafe_wrap,
  .jeju_hotel_wrap,
  .jeju_shopping_wrap {
    gap: 16px 8px !important;
  }

  .jeju_box {
    width: 100% !important;
  }

  .jeju_imgBox {
    height: 200px !important;
    border-radius: 10px !important;
  }

  .jeju_txtBox {
    padding: 8px 6px !important;
  }

  .jeju_txtBox h4 {
    font-size: 14px !important;
  }

  .jeju_txtBox p {
    font-size: 12px !important;
  }
}