/* 종합 컨설팅 */
#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);
  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 */
.certification_info {
  width:100%;
  display:flex;
  justify-content: flex-start;
  gap:32px;
  align-items: flex-end;
}
.certification_infoImg {
  width:44%;
  height:400px;
  border-radius: 20px;
  overflow:hidden;
  display:flex;
  justify-content: center;
  align-items: center;
}
.halal_image {
  background-color: #FAF5FB;
  border:solid 1px #EAD6EE;
}
.halal_image img {
  width:250px;
}

.certification_info_txt {
  padding-bottom:12px;
  width:56%;
}
.certification_info_txt h2 {
  font-size:20px;
  font-weight: 700;
}
.certification_info_txt .sub_title {
  color:var(--color-76);
  font-weight: 400;
  padding-top:4px;
  font-size:14px;
  display:block;
}
.certification_info_txt p {
  word-break: keep-all;
  font-weight: 500;
  font-size:14px;
  line-height: 1.8;
}
.certification_info_txt p:first-of-type {
  padding-top:32px;
}
.certification_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;
}


.halal_importance {
  margin-top:140px;
}
.halal_contents_wrap {
  margin-top:24px;
  display:flex;
  justify-content: space-between;
  gap:24px;
  flex-wrap:wrap;
}
/* box */
.halal_box {
  border:solid 1px var(--color-e8);
  border-radius: 20px;
  background-color: white;
  padding:42px;
  width:48.8%;
}
.halal_box > div {
  width:100%;
  margin-bottom: 16px;
  display:flex;
  gap:12px;
  justify-content: flex-start;
  align-items: center;
}
.halal_box > div .con_num {
  width:20px;
  height:20px;
  background-color:var(--color-main);
  border-radius: 4px;
  color:white;

  display:flex;
  justify-content: center;
  align-items:center;
}
.halal_box > div .con_num p {
  font-size:14px;
  font-weight: 600;
}
.halal_box > div > h4 {
  font-size:18px;
  font-weight: 600;
}
.halal_box > p {
  word-break: keep-all;
}


/* 심사 단계 */
.judg {
  width:100%;
  margin-top:140px;
}
.round_title8 {
  padding-bottom:32px;
  font-size:26px;
  font-weight: 600;
}
.judg_step_wrap {
  width:100%;
  display:flex;
  justify-content: flex-start;
  align-items:center;
  gap:12px;
}
.judg_box {
  width:17%;
  border-radius: 40px;
  background-color: white;
  border:solid 1px var(--color-main);
  padding:50px 0;

  display:flex;
  justify-content: center;
  flex-wrap:wrap;
}
.judg_box.green {
  background-color:var(--color-sub);
}
.judg_box p {
  width:100%;
  text-align:center;
  font-size:14px;
  color:var(--color-main);
}
.judg_boxh4 {
  font-size:18px;
  font-weight: 600;
}
.lph_halal {
  width:100%;
  height:40px;
  display:flex;
  justify-content: center;
  align-items:flex-start;
  margin-top:10px;
}
.lph_halal p {
  padding:10px 40px;
  border-radius: 90px;
  background-color:var(--color-main);
  color:white;
  margin-right:1.5%;
}

/* 태블릿 반응형 (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #consolting {
    margin-top: 80px !important;
    flex-direction: column !important;
    gap: 40px !important;
  }
  
  .con_left {
    width: 100% !important;
    position: static !important;
    order: -1 !important;
  }
  
  .con_category {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    flex-wrap: wrap !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;
  }
  
  .certification_info {
    flex-direction: column !important;
    gap: 24px !important;
  }
  
  .certification_infoImg {
    width: 100% !important;
    height: 300px !important;
  }
  
  .halal_image img {
    width: 200px !important;
  }
  
  .certification_info_txt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
  
  .certification_info_txt h2 {
    font-size: 24px !important;
  }
  
  .certification_info_txt p {
    font-size: 16px !important;
  }
  
  .halal_importance {
    margin-top: 80px !important;
  }
  
  .halal_contents_wrap {
    gap: 16px !important;
  }
  
  .halal_box {
    width: 100% !important;
    padding: 32px !important;
  }
  
  .judg {
    margin-top: 80px !important;
  }
  
  .judg_step_wrap {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 16px !important;
  }
  
  .judg_box {
    width: 45% !important;
    padding: 40px 0 !important;
  }
  
  .judg_arrow {
    display: none !important;
  }
  
  .round_title8 {
    font-size: 24px !important;
  }
}

/* 모바일 반응형 (max-width: 768px) */
@media screen and (max-width: 768px) {
  #consolting {
    margin-top: 60px !important;
    flex-direction: column !important;
    gap: 30px !important;
  }
  
  .con_left {
    width: 100% !important;
    position: static !important;
    order: -1 !important;
  }
  
  .con_category {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    flex-wrap: wrap !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;
  }
  
  .certification_info {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .certification_infoImg {
    width: 100% !important;
    height: 250px !important;
  }
  
  .halal_image img {
    width: 150px !important;
  }
  
  .certification_info_txt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
  
  .certification_info_txt h2 {
    font-size: 20px !important;
  }
  
  .certification_info_txt .sub_title {
    font-size: 13px !important;
  }
  
  .certification_info_txt p {
    font-size: 14px !important;
  }
  
  .certification_info_txt p:first-of-type {
    padding-top: 20px !important;
  }
  
  .halal_importance {
    margin-top: 60px !important;
  }
  
  .halal_contents_wrap {
    gap: 16px !important;
  }
  
  .halal_box {
    width: 100% !important;
    padding: 24px !important;
  }
  
  .halal_box > div > h4 {
    font-size: 16px !important;
  }
  
  .halal_box > p {
    font-size: 14px !important;
  }
  
  .judg {
    margin-top: 60px !important;
  }
  
  .judg_step_wrap {
    flex-direction: column !important;
    gap: 16px !important;
  }
  
  .judg_box {
    width: 100% !important;
    padding: 30px 0 !important;
  }
  
  .judg_box h4 {
    font-size: 16px !important;
  }
  
  .judg_arrow {
    display: none !important;
  }
  
  .round_title8 {
    font-size: 20px !important;
    padding-left: 0 !important;
    text-align: center !important;
  }
  
  .lph_halal p {
    padding: 8px 30px !important;
    font-size: 14px !important;
  }
}

/* 소형 모바일 반응형 (max-width: 375px) */
@media screen and (max-width: 375px) {
  #consolting {
    margin-top: 40px !important;
    gap: 20px !important;
  }
  
  .con_category {
    gap: 12px !important;
  }
  
  .con_category > li > a {
    font-size: 16px !important;
  }
  
  .certification_info {
    gap: 16px !important;
  }
  
  .certification_infoImg {
    height: 200px !important;
  }
  
  .halal_image img {
    width: 120px !important;
  }
  
  .certification_info_txt h2 {
    font-size: 18px !important;
  }
  
  .certification_info_txt .sub_title {
    font-size: 12px !important;
  }
  
  .certification_info_txt p {
    font-size: 13px !important;
  }
  
  .certification_info_txt p:first-of-type {
    padding-top: 16px !important;
  }
  
  .halal_importance {
    margin-top: 40px !important;
  }
  
  .halal_contents_wrap {
    gap: 12px !important;
  }
  
  .halal_box {
    padding: 20px !important;
  }
  
  .halal_box > div {
    gap: 8px !important;
  }
  
  .halal_box > div .con_num {
    width: 18px !important;
    height: 18px !important;
  }
  
  .halal_box > div .con_num p {
    font-size: 12px !important;
  }
  
  .halal_box > div > h4 {
    font-size: 14px !important;
  }
  
  .halal_box > p {
    font-size: 13px !important;
  }
  
  .judg {
    margin-top: 40px !important;
  }
  
  .judg_step_wrap {
    gap: 12px !important;
  }
  
  .judg_box {
    padding: 25px 0 !important;
  }
  
  .judg_box p {
    font-size: 12px !important;
  }
  
  .judg_box h4 {
    font-size: 14px !important;
  }
  
  .round_title8 {
    font-size: 18px !important;
    padding-bottom: 20px !important;
  }
  
  .lph_halal p {
    padding: 6px 20px !important;
    font-size: 13px !important;
  }
}
