

/* 종합 컨설팅 */
#consolting {
  width:100%;
  display:flex;
  justify-content: space-between;
  margin-top:140px;
  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);
}
.con_category > li.choice > a{
  color:black;
}
.con_category > li:not(:first-of-type) {
  padding-top:36px;
}
.con_category > li > a span {
  font-size:16px;
}
.con_category > li > ul {
  display:flex;
  gap:26px;
  padding-top:12px;
}
.con_category > li > ul > li a  {
  font-size:18px;
  font-weight: 600;
}
.con_category > li:hover a,
.con_category > li > ul > li:hover a {
  cursor: pointer;
  transition: .3s;
}
.con_category > li:not(.choice):hover a {
  color:#999;
}
.con_category > li.choice > ul > li:nth-of-type(1) a {
  color:var(--color-main);
  font-weight: 600;
  font-size:18px;
}


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


/**/
/**/
/**/
/* start */
.choice > ul > li {
  color:var(--color-cc);
}
.choice .choice_sub {
  color:var(--color-main);
}
.sp_startImg {
  width:100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sp_startImg img{
  width:49%;
  border-top-left-radius: 60px;
}
.sp_startImg .sp_img1 {
  margin-top:-50px;
  display:block;
  border-top-left-radius: 0;
  border-top-right-radius: 60px;
}

.sp_header_contents {
  width:100%;
  margin-top:50px;
}
.sp_header_contents h1 {
  font-size:42px;
  font-weight: 700;
  color:#aaa;
}
.sp_header_contents p {
  line-height: 1.8;
  font-size:18px;
  padding-top:60px;
}

/* Indonesia Market */
.tax_indoMarket {
  width:100%;
  margin-top:140px;
}
.tax_indoMarket h2 {
  font-size:26px;
  font-weight: 600;
  padding-bottom:32px;
}
.indoMarket_contents_wrap {
  display:flex;
  gap:24px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap:wrap;
}
.indoMarket_card {
  border-radius: 20px;
  padding:52px 42px;
  position:relative;
  overflow:hidden;
  width:48.8%;
  height:357px;
  transition:.3s;
}
.indoMarket_card.card1 {
  background-image:url("../images/support1_3.png");
  background-size:cover;
  background-position: center;
  background-repeat:no-repeat;
}
.indoMarket_card.card2 {
  background-image:url("../images/support1_4.png");
  background-size:cover;
  background-position: center;
  background-repeat:no-repeat;
}
.indoMarket_card.card3 {
  background-image:url("../images/support1_5.png");
  background-size:cover;
  background-position: center;
  background-repeat:no-repeat;
}
.indoMarket_card.card4 {
  background-image:url("../images/support1_6.png");
  background-size:cover;
  background-position: center;
  background-repeat:no-repeat;
}
.card_overlay {
  position: absolute;
  width:100%;
  height:100%;
  inset:0;
  background-color:#000;
  opacity: 0.8;
  transition: .3s;
}
.indoMarket_card:hover {
  cursor: pointer;
}
.indoMarket_card:hover .card_overlay {
  opacity: 1;
}



.card_overlay_txt {
  position: relative;
  z-index:2;
}
.indoMarket_card h3 {
  color:white;
  font-size:26px;
  font-weight: 700;
  transition: .3s;
}




/*  li */
.indoMarket_card > .liDot {
  padding:42px 0 42px 52px;
}
.indoMarket_card .liDot > li {
  display:flex;
  margin-top:8px;
  font-weight: 400;
  word-break: keep-all;
}
.indoMarket_card .liDot > li::before {
  content: "";
  display:block;
  width:4px;
  height:4px;
  border-radius: 90px;
  background-color:white;
  margin-top:2.3%;
  margin-left:6px;
  margin-right:12px;
}
.adInfo_box .liDot > li::before {
  margin-top:2.7%;
}
.indoMarket_card .liDot {
  margin-top:120px;
  color:white;
}
.indoMarket_card:hover h3 {
  color:#2cbd2c;
}

/* 태블릿 (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #consolting {
    flex-direction: column !important;
    margin-top: 80px !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_category > li > ul {
    flex-direction: column !important;
    gap: 10px !important;
    padding-top: 8px !important;
  }
  
  .con_category > li.choice > ul > li:nth-of-type(1) a {
    font-size: 16px !important;
  }
  
  .con_right {
    width: 100% !important;
  }
  
  .sp_startImg {
    flex-direction: column !important;
    gap: 20px !important;
    align-items: center !important;
  }
  
  .sp_startImg img {
    width: 80% !important;
    border-top-left-radius: 40px !important;
  }
  
  .sp_startImg .sp_img1 {
    margin-top: 0 !important;
    border-top-right-radius: 40px !important;
  }
  
  .sp_header_contents {
    margin-top: 40px !important;
  }
  
  .sp_header_contents h1 {
    font-size: 32px !important;
  }
  
  .sp_header_contents p {
    font-size: 16px !important;
    padding-top: 40px !important;
  }
  
  .tax_indoMarket {
    margin-top: 100px !important;
  }
  
  .tax_indoMarket h2 {
    font-size: 22px !important;
    padding-bottom: 28px !important;
  }
  
  .indoMarket_contents_wrap {
    gap: 20px !important;
  }
  
  .indoMarket_card {
    width: 48% !important;
    height: 320px !important;
    padding: 40px 30px !important;
  }
  
  .indoMarket_card h3 {
    font-size: 22px !important;
  }
  
  .indoMarket_card .liDot {
    margin-top: 100px !important;
    font-size: 14px !important;
  }
  
  .indoMarket_card .liDot > li {
    font-size: 14px !important;
  }
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
  #consolting {
    flex-direction: column !important;
    margin-top: 60px !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_category > li > a span {
    font-size: 14px !important;
  }
  
  .con_category > li > ul {
    flex-direction: column !important;
    gap: 8px !important;
    padding-top: 6px !important;
  }
  
  .con_category > li > ul > li a {
    font-size: 16px !important;
  }
  
  .con_category > li.choice > ul > li:nth-of-type(1) a {
    font-size: 16px !important;
  }
  
  .con_right {
    width: 100% !important;
  }
  
  .sp_startImg {
    flex-direction: column !important;
    gap: 15px !important;
    align-items: center !important;
  }
  
  .sp_startImg img {
    width: 90% !important;
    border-top-left-radius: 30px !important;
  }
  
  .sp_startImg .sp_img1 {
    margin-top: 0 !important;
    border-top-right-radius: 30px !important;
  }
  
  .sp_header_contents {
    margin-top: 30px !important;
  }
  
  .sp_header_contents h1 {
    font-size: 24px !important;
    line-height: 1.4 !important;
  }
  
  .sp_header_contents p {
    font-size: 14px !important;
    padding-top: 30px !important;
  }
  
  .tax_indoMarket {
    margin-top: 60px !important;
  }
  
  .tax_indoMarket h2 {
    font-size: 20px !important;
    padding-bottom: 24px !important;
  }
  
  .indoMarket_contents_wrap {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .indoMarket_card {
    width: 100% !important;
    height: 280px !important;
    padding: 30px 20px !important;
  }
  
  .indoMarket_card h3 {
    font-size: 18px !important;
  }
  
  .indoMarket_card .liDot {
    margin-top: 80px !important;
    font-size: 14px !important;
  }
  
  .indoMarket_card .liDot > li {
    font-size: 14px !important;
  }
}

/* 소형 모바일 (375px 이하) */
@media screen and (max-width: 375px) {
  #consolting {
    margin-top: 40px !important;
  }
  
  .con_left {
    margin-bottom: 20px !important;
  }
  
  .con_category {
    gap: 10px !important;
  }
  
  .con_category > li a {
    font-size: 16px !important;
  }
  
  .con_category > li > a span {
    font-size: 12px !important;
  }
  
  .con_category > li > ul > li a {
    font-size: 14px !important;
  }
  
  .con_category > li.choice > ul > li:nth-of-type(1) a {
    font-size: 14px !important;
  }
  
  .sp_startImg {
    gap: 10px !important;
  }
  
  .sp_startImg img {
    width: 95% !important;
    border-top-left-radius: 20px !important;
  }
  
  .sp_startImg .sp_img1 {
    border-top-right-radius: 20px !important;
  }
  
  .sp_header_contents {
    margin-top: 20px !important;
  }
  
  .sp_header_contents h1 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
  
  .sp_header_contents p {
    font-size: 12px !important;
    padding-top: 20px !important;
  }
  
  .tax_indoMarket {
    margin-top: 40px !important;
  }
  
  .tax_indoMarket h2 {
    font-size: 18px !important;
    padding-bottom: 20px !important;
  }
  
  .indoMarket_contents_wrap {
    gap: 15px !important;
  }
  
  .indoMarket_card {
    height: 250px !important;
    padding: 20px 15px !important;
  }
  
  .indoMarket_card h3 {
    font-size: 16px !important;
  }
  
  .indoMarket_card .liDot {
    margin-top: 60px !important;
    font-size: 12px !important;
  }
  
  .indoMarket_card .liDot > li {
    font-size: 12px !important;
  }
}