/* 종합 컨설팅 */
#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(2) a {
  color:var(--color-main);
  font-weight: 600;
  font-size:18px;
}

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


/**/
/**/
/**/
/* start */
.lph_info {
  width:100%;
  display:flex;
  justify-content: flex-start;
  gap:32px;
  align-items: flex-end;
}
.lph_infoImg {
  width:510px;
  height:400px;
  border-radius: 20px;
  overflow:hidden;
  background-image: url("../images/lph1.jpg");
  background-repeat: no-repeat;
  background-size:contain;
  background-position:center;
}
.lph_info_txt {
  padding-bottom:12px;
}
.lph_info_txt h2 {
  font-size:32px;
  font-weight: 700;
}
.lph_info_txt span {
  color:var(--color-76);
  font-weight: 500;
  padding-top:4px;
  display:block;
}
.lph_info_txt p {
  word-break: keep-all;
  font-weight: 500;
}
.lph_info_txt p:first-of-type {
  padding-top:32px;
}
.lph_info_txt p:last-of-type {
  padding-top:12px;
}


.rule_wrap {
  width:100%;
  margin-top:140px;
  padding-bottom:120px;
  border-bottom:solid 1px #e8e8e8;
}
.rule_wrap h1 {
  font-size:36px;
  font-weight: 400;
}


.whyLph {
  margin-top:140px;
}
.whyLph .header_txt {
  margin-bottom:42px;
  padding-left:8px;
}
.whyLph .header_txt p {
  font-size:20px;
  color:var(--color-66);
  padding-bottom:6px;
}
.whyLph .header_txt h2 {
  font-size:26px;
  font-weight: 700;
}
.why_card_wrap {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  gap:24px;
}
.why_card {
  width:100%;
  padding:42px 0 42px 72px;
  border-radius:20px;
  border:solid 1px var(--color-e8);
  background-color:white;
  transition:.3s;

  display:flex;
  gap:72px;
  cursor: pointer;
}
.why_card:hover {  
  background-color:var(--color-f8);
}
.why_icon {
  width:100px;
  height:100px;
  overflow: hidden;
}
.why_icon img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.why_contents h3 {
  font-size:20px;
  font-weight: 600;
  padding-bottom:12px;
}
.why_contents p {
  line-height: 1.7;
  color:var(--color-76);
}
.why_card:last-child {
  margin-top:8px;
  background-color:var(--color-sub);
  padding:62px 72px;
}
.why_card:last-child h3 {
  font-size:20px;  
  width:100%;
  padding-top:8px;
}


/* 할랄 인증 준비 */
.kr_halal {
  width:100%;
  margin-top:140px;
}
.kr_header {
  margin-bottom:60px;
  padding-left:8px;
}
.kr_header h1 {
  font-size:36px;
  font-weight: 600;
}
.kr_header p {
  line-height: 1.9;
  padding-top:16px;
}
.kr_contents {
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: stretch;
  gap:24px;
  flex-wrap:wrap;
}
.kr_card {
  width:48.8%;
  padding:52px;
  background-color:white;
  border:solid 1px var(--color-e8);
  border-radius: 20px;
  cursor: pointer;
  transition:.3s;

  text-align:center;
}
.kr_card:hover {
  background-color:var(--color-f8);
}
.icon_wrap {
  width:100%;
  height:120px;
  overflow: hidden;
  margin-bottom:42px;
}
.icon_wrap img {
  width:120px;
}
.lph_halal_img {
  width:100%;
  height:236px;
  border-radius: 20px;
  background-image:url("../images/lph_backImg.jpg");
  background-attachment: fixed;
  background-repeat:no-repeat;
  background-position: center;
  background-size:cover;
  padding:82px 0;
  text-align:center;
  margin-top:24px;
  color:white;
}
.lph_halal_img p {
  font-size:20px;
  font-weight: 500px;
  padding-bottom:4px;
}
.lph_halal_img h2 {
  font-size:26px;
}

/* 태블릿 (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_right {
    width: 100% !important;
  }
  
  .lph_info {
    flex-direction: column !important;
    gap: 25px !important;
    align-items: center !important;
  }
  
  .lph_infoImg {
    width: 80% !important;
    height: 320px !important;
  }
  
  .lph_info_txt {
    padding-bottom: 0 !important;
    text-align: center !important;
  }
  
  .lph_info_txt h2 {
    font-size: 28px !important;
  }
  
  .lph_info_txt p {
    font-size: 14px !important;
  }
  
  .rule_wrap {
    margin-top: 100px !important;
    padding-bottom: 80px !important;
  }
  
  .rule_wrap h1 {
    font-size: 30px !important;
  }
  
  .whyLph {
    margin-top: 100px !important;
  }
  
  .whyLph .header_txt {
    margin-bottom: 35px !important;
  }
  
  .whyLph .header_txt p {
    font-size: 18px !important;
  }
  
  .whyLph .header_txt h2 {
    font-size: 22px !important;
  }
  
  .why_card {
    padding: 35px 0 35px 60px !important;
    gap: 50px !important;
  }
  
  .why_icon {
    width: 80px !important;
    height: 80px !important;
  }
  
  .why_contents h3 {
    font-size: 18px !important;
    padding-bottom: 10px !important;
  }
  
  .why_contents p {
    font-size: 14px !important;
  }
  
  .why_card:last-child {
    padding: 50px 60px !important;
  }
  
  .kr_halal {
    margin-top: 100px !important;
  }
  
  .kr_header {
    margin-bottom: 50px !important;
  }
  
  .kr_header h1 {
    font-size: 30px !important;
  }
  
  .kr_header p {
    font-size: 14px !important;
  }
  
  .kr_contents {
    gap: 20px !important;
  }
  
  .kr_card {
    width: 48% !important;
    padding: 40px !important;
  }
  
  .icon_wrap {
    height: 100px !important;
    margin-bottom: 30px !important;
  }
  
  .icon_wrap img {
    width: 100px !important;
  }
  
  .kr_card p {
    font-size: 14px !important;
  }
  
  .lph_halal_img {
    height: 200px !important;
    padding: 60px 0 !important;
  }
  
  .lph_halal_img p {
    font-size: 18px !important;
  }
  
  .lph_halal_img h2 {
    font-size: 22px !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_right {
    width: 100% !important;
  }
  
  .lph_info {
    flex-direction: column !important;
    gap: 20px !important;
    align-items: center !important;
  }
  
  .lph_infoImg {
    width: 100% !important;
    height: 250px !important;
  }
  
  .lph_info_txt {
    padding-bottom: 0 !important;
    text-align: center !important;
  }
  
  .lph_info_txt h2 {
    font-size: 24px !important;
  }
  
  .lph_info_txt span {
    font-size: 14px !important;
  }
  
  .lph_info_txt p {
    font-size: 14px !important;
  }
  
  .lph_info_txt p:first-of-type {
    padding-top: 20px !important;
  }
  
  .rule_wrap {
    margin-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .rule_wrap h1 {
    font-size: 24px !important;
    line-height: 1.4 !important;
  }
  
  .whyLph {
    margin-top: 60px !important;
  }
  
  .whyLph .header_txt {
    margin-bottom: 30px !important;
  }
  
  .whyLph .header_txt p {
    font-size: 16px !important;
  }
  
  .whyLph .header_txt h2 {
    font-size: 20px !important;
  }
  
  .why_card {
    padding: 20px !important;
    flex-direction: column !important;
    gap: 20px !important;
    text-align: center !important;
  }
  
  .why_icon {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto !important;
  }
  
  .why_contents h3 {
    font-size: 16px !important;
    padding-bottom: 8px !important;
  }
  
  .why_contents p {
    font-size: 14px !important;
  }
  
  .why_card:last-child {
    padding: 30px 20px !important;
    margin-top: 20px !important;
  }
  
  .why_card:last-child h3 {
    font-size: 16px !important;
  }
  
  .kr_halal {
    margin-top: 60px !important;
  }
  
  .kr_header {
    margin-bottom: 40px !important;
  }
  
  .kr_header h1 {
    font-size: 24px !important;
  }
  
  .kr_header p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  
  .kr_contents {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .kr_card {
    width: 100% !important;
    padding: 30px !important;
  }
  
  .icon_wrap {
    height: 80px !important;
    margin-bottom: 20px !important;
  }
  
  .icon_wrap img {
    width: 80px !important;
  }
  
  .kr_card p {
    font-size: 14px !important;
  }
  
  .lph_halal_img {
    height: 180px !important;
    padding: 40px 0 !important;
  }
  
  .lph_halal_img p {
    font-size: 16px !important;
  }
  
  .lph_halal_img h2 {
    font-size: 20px !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;
  }
  
  .lph_info {
    gap: 15px !important;
  }
  
  .lph_infoImg {
    height: 200px !important;
  }
  
  .lph_info_txt h2 {
    font-size: 20px !important;
  }
  
  .lph_info_txt span {
    font-size: 12px !important;
  }
  
  .lph_info_txt p {
    font-size: 12px !important;
  }
  
  .lph_info_txt p:first-of-type {
    padding-top: 15px !important;
  }
  
  .rule_wrap {
    margin-top: 40px !important;
    padding-bottom: 40px !important;
  }
  
  .rule_wrap h1 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
  
  .whyLph {
    margin-top: 40px !important;
  }
  
  .whyLph .header_txt {
    margin-bottom: 25px !important;
  }
  
  .whyLph .header_txt p {
    font-size: 14px !important;
  }
  
  .whyLph .header_txt h2 {
    font-size: 18px !important;
  }
  
  .why_card {
    padding: 15px !important;
    gap: 15px !important;
  }
  
  .why_icon {
    width: 60px !important;
    height: 60px !important;
  }
  
  .why_contents h3 {
    font-size: 14px !important;
    padding-bottom: 6px !important;
  }
  
  .why_contents p {
    font-size: 12px !important;
  }
  
  .why_card:last-child {
    padding: 20px 15px !important;
    margin-top: 15px !important;
  }
  
  .why_card:last-child h3 {
    font-size: 14px !important;
  }
  
  .kr_halal {
    margin-top: 40px !important;
  }
  
  .kr_header {
    margin-bottom: 30px !important;
  }
  
  .kr_header h1 {
    font-size: 20px !important;
  }
  
  .kr_header p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  
  .kr_contents {
    gap: 15px !important;
  }
  
  .kr_card {
    padding: 20px !important;
  }
  
  .icon_wrap {
    height: 60px !important;
    margin-bottom: 15px !important;
  }
  
  .icon_wrap img {
    width: 60px !important;
  }
  
  .kr_card p {
    font-size: 12px !important;
  }
  
  .lph_halal_img {
    height: 150px !important;
    padding: 30px 0 !important;
  }
  
  .lph_halal_img p {
    font-size: 14px !important;
  }
  
  .lph_halal_img h2 {
    font-size: 18px !important;
  }
}