.sub_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: var(--header_high);
}

/* .sub_contents_wrap .inner {
  max-width: 100%;
  padding: 0 var(--sub_padding);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
} */

.hero_wrap{
  width: 100%;
  display: flex;
  margin-bottom: 140px;
}

.hero_back_box{
  width: 100%;
  padding: 24px;
  margin: 0 var(--sub_padding);
  border-radius: 40px;
  background: var(--green-50);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero_box {
  width: 100%;
  min-height: 130px;
  border-radius: 24px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  background:
          url('/factory/site/basic/img/sub_pt2.png') repeat, /* 패턴 이미지 */
          linear-gradient(to left, var(--green-400), var(--green-700), var(--green-400)); /* 그라디언트 */
  background-size: auto; /* 패턴 크기 조정 */
}

.breadcrumb_wrap {
  padding: 16px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.breadcrumb_title {
  font-size: 24px;
  color: var(--white);
  font-weight: var(--bold);
}

.breadcrumb_box {
  display: flex;
  align-items: center;
  gap: 26px;
}

.breadcrumb_ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb_text {
  font-size: 16px;
  font-weight: var(--bold);
  color: var(--gray-400);
}

.breadcrumb_list:last-child .breadcrumb_text {
  color: var(--white);
}

.breadcrumb_util_ul {
  background: #F4F4F4;
  border-radius: 100px;
  display: flex;
  align-items: center;
}

.breadcrumb_util_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb_util_list a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb_util_list:first-child a {
  padding: 12px 8px 12px 15px;
}

.breadcrumb_util_list:last-child a {
  padding: 12px 20px 12px 8px;
}

.breadcrumb_util_img {
  width: 100%;
  max-width: 24px;
  object-fit: contain;
}

.hero_nav_wrap{
  position: absolute;
  left: max(68px, calc((100vw - 1400px) / 2 - var(--sub_padding)));
  top: 100%;
  display: flex;
  background: var(--green-50);
  border-radius: 0 0 20px 20px;
}

.hero_nav_box{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 8px;
}

.hero_corner_img{
  width: 20px;
  object-fit: contain;
  position: absolute;
}

.hero_cn_left{
  left: -20px;
  top: 0px;
}

.hero_cn_right{
  top: 0;
  right: -20px;
  transform: rotate(-90deg);
}

.hero_nav_ul{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero_nav_list{
  width: 100%;
  display: flex;
  align-items: center;
  transition: background 0.3s ease;
  border-radius: 16px;
}

.hero_nav_list.on{
  background: var(--green-900);
}

.hero_nav_list:hover{
  background: var(--green-900);
}

.hero_nav_list a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
}

.hero_nav_text{
  font-size: 18px;
  font-weight: var(--bold);
  color: var(--gray-600);
  text-align: center;
  word-break: keep-all;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.hero_nav_list:hover .hero_nav_text{
  color: var(--white);
}

.hero_nav_list.on .hero_nav_text{
  color: var(--white);
}

.sub_print{
  width: 100%;
  display: flex;
}

.sub_contents_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.sub_contents_box{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sub_contents_box .inner{
  display: flex;
  flex-direction: column;
}

.introduce_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.sub_contents_title_box{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.company_title {
  font-size: 64px;
  font-family: var(--HSSummer);
  color: var(--gray-900);
  white-space: nowrap;
  height: 100px;
}

.company_color {
  color: var(--gray-400);
}

.company_yw .company_color {
  color: var(--yw_color);
}
.company_pg .company_color{
  color: var(--pg_color);
}
.company_js .company_color{
  color: var(--js_color);
}

.company_title_util_ul{
  display: flex;
  align-items: center;
  gap: 8px 14px;
  flex-wrap: wrap;
}

.company_title_util_list{
  min-height: 36px;
  background: var(--gray-100);
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company_title_util_list a{
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.company_title_util_img{
  width: 24px;
  object-fit: contain;
}

.company_title_util_list .circle_naver_box{
  margin-left: 6px;
}

.circle_naver_box{
  min-width: 28px;
  width: 28px;
  aspect-ratio: 1/1;
  background: var(--naver_color);
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_naver_img{
  object-fit: contain;
  width: 80%;
}

.introduce_info_wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 120px;
  position: relative;
}

.intro_dim{
  position: absolute;
  left: 0;
  top: 200px;
  width: 100vw;
  height: 360px;
  background: linear-gradient(to top, #fff, #FFF2EB, #fff);
  z-index: -1;
}

.company_yw .intro_dim{
  background: linear-gradient(to top, #fff, #FFF2EB, #fff);
}
.company_pg .intro_dim{
  background: linear-gradient(to top, #fff, #F6EFEB, #fff);
}
.company_js .intro_dim{
  background: linear-gradient(to top, #fff, #FDF5F6, #fff);
}

.introduce_info_left_box{
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  border-right: 1px solid var(--gray-100);
  justify-content: flex-start;
}

.introduce_info_tab_ul{
  min-width: 100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: calc(var(--header_high) + 40px);
}

.introduce_info_tab_list{
  display: flex;
  align-items: center;
}

.introduce_info_tab_text{
  font-size: 20px;
  font-weight: var(--bold);
  color: var(--gray-400);
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}

.introduce_info_tab_list.on .introduce_info_tab_text{
  color: var(--gray-900);
}

.introduce_info_tab_list.on .introduce_info_tab_text::after{
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 1000%;
  background: var(--gray-400);
  transition: background 0.3s ease;
}

.company_yw .introduce_info_tab_list.on .introduce_info_tab_text::after{
  background: var(--yw_color);
}
.company_pg .introduce_info_tab_list.on .introduce_info_tab_text::after{
  background: var(--pg_color);
}
.company_js .introduce_info_tab_list.on .introduce_info_tab_text::after{
  background: var(--js_color);
}


.introduce_info_right_box{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.intro_top_box{
  width: 100%;
  display: flex;
  gap: 76px;
  justify-content: space-between;
  align-items: flex-start;
}

.intro_top_text_box{
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.intro_top_text_box .title_24.black_btitle{line-height: 160%;}
.intro_top_text_box .info_text{line-height: 160%;}


.intro_top_img_box{
  position: relative;
  width: 60%;
  height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 40px;
  overflow: hidden;
  padding: 32px;
}

.intro_top_img_box::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: flex;
  background: linear-gradient(to top, #00000080 , #00000000);
}

.intro_top_img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro_top_cha_img{
  height: 100px;
  object-fit: contain;
  z-index: 10;
}

.intro_top_img_text_box{
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 10;
  text-align: right;
}

.intro_top_img_stext{
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-400);
}

.division_step_box{
  margin: 64px 0;
  width: 100%;
  height: 16px;
  background: linear-gradient(to left,#ffffff, #C4D1C0, #ffffff);
}

.intro_middle_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company_util_ul{
  width: 100%;
  display: flex;
  gap: 16px;
}

.company_util_list{
  border-radius: 20px;
  background: var(--gray-400);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 64px;
  padding: 20px;
  transition: 0.3s ease;
}

.company_yw .company_util_list{
  background: var(--yw_color);
}
.company_pg .company_util_list{
  background: var(--pg_color);
}
.company_js .company_util_list{
  background: var(--js_color);
}

.company_util_list_top_box{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}

.company_util_list_title_img{
  width: 24px;
  object-fit: contain;
}

.company_util_list_title{
  font-size: 20px;
  font-weight: var(--bold);
  color: #fff;
}

.company_util_list_bottom_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 6px;
}

.company_util_list_info_unit{
  font-size: 16px;
  font-weight: var(--T-black);
  color: #ffffff8c;
}

.company_util_list_info_value{
  font-size: 36px;
  font-weight: var(--T-black);
  color: #ffffff;
}

.company_util_info_ul{
  margin-top: 30px;
  width: 100%;
  display: flex;
  gap: 24px 50px;
  flex-wrap: wrap;
}

.company_util_info_list{
  width: calc(50% - 25px);
  display: flex;
  align-items: center;
  gap: 24px;
}

.company_util_info_mtext{
  min-width: 80px;
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-900);

}

.company_util_info_stext{
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-600);
}












.intro_bottom_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.map_info_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 120px;
}

.map_info_left_box{
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.map_wrap {
  width: 100%;
  display: flex;
}

/* svg 지도 공통 css*/

/* 지형 */
.land_base {fill: #ECF0EB;}
/* 길 */
.land_road {fill: #FFFFFF;}
/* 폰트 */
.svg_text {font-family: 'Pretendard'; font-size: 14px;}
/* 커서 */
.zone{cursor: pointer; position: relative;}

.lease_zone, .mgmt_fac_zone, .vacant_zone, .stop_zone{
  pointer-events: none;
}

.map_base{
  stroke-width: 2; stroke-linejoin: round;
  stroke-miterlimit: 10; transition: fill 0.2s ease; position: relative;
}


/* svg 지도 구역별 css */

/* svg 지도 영월 css*/
.yw_zone .map_base {fill: #FFF2EB; stroke: #FF7C35; z-index: 10;}
.yw_zone:hover .map_base {fill: #ffdbc7;}
.yw_zone .map_text {fill: #FF7C35;}


/* svg 지도 팔괴 css*/
.pg_zone .map_base {fill: #F6EFEB; stroke: #B96337; z-index: 10;}
.pg_zone:hover .map_base {fill: #f1d9cb;}
.pg_zone .map_text {fill: #B96337;}


/* svg 지도 제3 css*/
.js_zone .map_base {fill: #FDF5F6; stroke: #EE9CA5; z-index: 10;}
.js_zone:hover .map_base {fill: #f8e0e3;}
.js_zone .map_text {fill: #EE9CA5;}


/* 임대 */
.lease_zone .map_base{fill:#E9EEF8;stroke:#4788DD; z-index: 9;}
.lease_zone .map_text{fill:#4788DD;}


/* 관리사무소 */
.mgmt_fac_zone .map_base {fill: #C4D1C0; stroke: #426C33; z-index: 8;}


/* 공실 */
.vacant_zone .map_base{fill:#ffffff;stroke:#9EA4AA; z-index: 7;}
.vacant_zone .map_text{fill:#9EA4AA;}


/* 가동중지 */
.stop_zone .map_base{fill:#C9CDD2;stroke:#9EA4AA; z-index: 6;}
.stop_zone .map_text{fill:#9EA4AA;}


.map_bullet_box{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid var(--gray-100);
  padding: 20px 24px;
}

.map_bullet_ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
}

.map_bullet_list{
  display: flex;
  align-items: center;
  gap: 8px;
}

.map_bullet{
  min-width: 16px;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  border: 2px solid transparent;
  background: #fff;
}

.yw_bullet{
  border-color: var(--Bright_Orange_500);
  background: var(--Bright_Orange_50);
}
.pg_bullet{
  border-color: var(--Terracotta_Brown_500);
  background: var(--Terracotta_Brown_50);
}
.js_bullet{
  border-color: var(--Powder_Pink_500);
  background: var(--Powder_Pink_50);
}
.lease_bullet{
  border-color: var(--Cobalt_Blue_500);
  background: var(--Cobalt_Blue_50);
}
.vacant_bullet{
  border-color: var(--gray-400);
  background: var(--white);
}
.stop_bullet{
  border-color: var(--gray-400);
  background: var(--gray-200);
}
.mgmt_fac_bullet{
  border-color: var(--green-500);
  background: var(--green-200);
}

.map_bullet_text{
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-600);
}




.map_info_right_box{
  width: 35%;
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  border-left: 1px solid var(--gray-100);
  gap: 24px;
}

.company_list_title_wrap{
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.company_list_title_box{
  display: flex;
  gap: 10px;
  align-items: center;
}

.company_list_num_box{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  min-height: 40px;
  padding: 8px 16px;
  border: 2px solid var(--gray-100);
}

.company_list_num_text{
  font-size: 14px;
  font-weight: var(--bold);
  color: var(--gray-600);
  word-break: keep-all;
  text-align: center;
}

.company_yw .company_list_num_box{
  border-color: var(--yw_color);
}
.company_pg .company_list_num_box{
  border-color: var(--pg_color);
}
.company_js .company_list_num_box{
  border-color: var(--js_color);
}

.company_yw .company_list_num_text{
  color: var(--yw_color);
}
.company_pg .company_list_num_text{
  color: var(--pg_color);
}
.company_js .company_list_num_text{
  color: var(--js_color);
}

.company_yw .company_list_title_wrap .more_box{
  background: var(--yw_color);
}
.company_pg .company_list_title_wrap .more_box{
  background: var(--pg_color);
}
.company_js .company_list_title_wrap .more_box{
  background: var(--js_color);
}

.company_list_title_wrap .more_box .h_line, .company_list_title_wrap .more_box .v_line{
  background: #fff;
}

.company_list_wrap {
  width: 100%;
  overflow-y: auto;
  max-height: 590px; /* 필요에 따라 높이 조절 */
}

.company_list_wrap::-webkit-scrollbar {width: 4px; height: 10%;}
.company_list_wrap::-webkit-scrollbar-thumb {background-color: #D9D9D9; border-radius: 100px;}
.company_list_wrap::-webkit-scrollbar-track {background-color: none;}

.company_ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.company_list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
}

.company_yw .company_list.on {
  background: linear-gradient(to left, #fff, #FFF2EB, #fff);
}
.company_pg .company_list.on {
  background: linear-gradient(to left, #fff, #F6EFEB, #fff);
}
.company_js .company_list.on {
  background: linear-gradient(to left, #fff, #FDF5F6, #fff);
}


.zone_num_circle_box{
  width: 24px;
  min-width: 24px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background: var(--gray-900);
  display: flex;
  align-items: center;
  justify-content: center;
}

.company_yw .company_list.on .zone_num_circle_box{
  background: var(--yw_color);
}
.company_pg .company_list.on .zone_num_circle_box{
  background: var(--pg_color);
}
.company_js .company_list.on .zone_num_circle_box{
  background: var(--js_color);
}

.zone_num_circle_text{
  font-size: 14px;
  font-weight: var(--bold);
  color: var(--white);
}

.zone_company_name_box{
  width: 100%;
  display: flex;
  padding-top: 2.5px;
}

.zone_company_name_ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.zone_company_name_list{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.zone_company_name_text{
  font-size: 16px;
  font-weight: var(--medium);
  color: var(--gray-900);
}

.zone_company_name_ception{
  font-size: 12px;
  font-weight: var(--regular);
  color: var(--gray-600);
}

.company_yw .company_list.on .zone_company_name_text{
  color: var(--yw_color);
}
.company_pg .company_list.on .zone_company_name_text{
  color: var(--pg_color);
}
.company_js .company_list.on .zone_company_name_text{
  color: var(--js_color);
}



.company_present_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.company_present_title_box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.company_present_title_box .search_wrap{
  justify-content: flex-end;
}

.company_present_title_box .search_box{
  padding: 0 16px 0 20px;
}

.company_present_contents_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cp_contents_select_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.search_value_text{
  font-size: 24px;
  font-weight: var(--bold);
  color: var(--gray-900);
}

.search_value_text span{
  color: var(--primary-color);
  display: inline-block;  /* 블록 레벨 요소처럼 크기 지정 가능 */
  max-width: 200px;       /* 최대 너비 설정 */
  white-space: nowrap;    /* 줄바꿈 방지 */
  overflow: hidden;       /* 넘치는 텍스트 숨김 */
  text-overflow: ellipsis; /* 말줄임(...) 처리 */
  vertical-align: bottom; /* 수직 정렬 */
}

.cp_kate_swiper_box{
  width: 100%;
  display: flex;
  position: relative;
}

.fade_effect {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 100%;
  background: linear-gradient(to left, #ffffff 2%, #ffffff00 80%);
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.5s ease; /* 부드러운 페이드 효과 */
}

.cp_kate_swiper{
  width: 100%;
  display: flex;
}

.cp_kate_swiper .swiper-wrapper{
  width: 100%;
  display: flex;
}

.cp_kate_swiper .swiper-slide{
  width: 100%;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.primary_dim{
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left, #426c3300, #426C33);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cp_kate_swiper .swiper-slide.on .primary_dim{
  opacity: 1;
}

.cp_kate_swiper .swiper-slide:hover .primary_dim{
  opacity: 1;
}

.cp_kate_swiper .swiper-slide a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  gap: 4px;
  position: relative;
  z-index: 2;
}

.cp_kate_text{
  font-size: 18px;
  font-weight: var(--bold);
  color: #fff;
}

.cp_kate_num_box{
  border-radius: 1000px;
  background: var(--gray-200);
  width: 28px;
  min-width: 28px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.cp_kate_num_text{
  font-size: 14px;
  font-weight: var(--bold);
  color: var(--gray-600);
  transition: color 0.3s ease;
}

.cp_kate_swiper .swiper-slide.on .cp_kate_num_box{
  background: #fff;
}
.cp_kate_swiper .swiper-slide:hover .cp_kate_num_box{
  background: #fff;
}

.cp_kate_swiper .swiper-slide.on .cp_kate_num_text{
  color: var(--primary-color);
}
.cp_kate_swiper .swiper-slide:hover .cp_kate_num_text{
  color: var(--primary-color);
}

.kate_bg_img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: grayscale(1) brightness(0.5);
  transition: filter 0.3s ease;
}

.cp_kate_swiper .swiper-slide.on .kate_bg_img{
  filter: grayscale(0) brightness(0.5);
}
.cp_kate_swiper .swiper-slide:hover .kate_bg_img{
  filter: grayscale(0) brightness(0.5);
}

.kate_select_box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.kate_select_ul{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.kate_select_list{
  border-radius: 1000px;
  background: var(--gray-100);
  display: flex;
  padding: 4px 16px 4px 4px;
  transition: background 0.3s ease;
}

.kate_select_list.on{
  background: var(--primary-color);
}

.kate_select_list a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.kate_select_img_box{
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kate_select_img{
  width: 24px;
  object-fit: contain;
}

.kate_select_img_text{
  font-size: 16px;
  font-weight: var(--bold);
  color: var(--gray-600);
  transition: color 0.3s ease;
}

.kate_select_list.on .kate_select_img_text{
  color: var(--white);
}

.cp_selct_btn {
  background: #fff;
  width: 100%;
  min-width: 150px;
  min-height: 56px;
  padding: 5px 20px;
  border-radius: 16px;
  transition: background 0.3s ease;
}

.cp_selct_btn:hover {
  background: var(--white);
}

.cp_selct_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--gray-900);
  border-right: 2px solid var(--gray-900);
  transform: translateY(-60%) rotate(135deg);
  transform-origin: center;
  transition: 0.3s ease;
}

.cp_selct_btn_txt {
  color: var(--gray-900);
  font-size: 16px;
  font-weight: var(--bold);
  letter-spacing: 0.5px;
}

.cp_selct_list_box {
  top: calc(100% - 10px);
  background: var(--primary-color);
  max-height: 145px;
  overflow-y: auto;
  border-radius: 16px;
}

.cp_selct_list_box.on {
  top: 100%;
}

.cp_selct_list {
  border-bottom: 1px solid var(--green-200);
  display: flex;
}

.cp_selct_list:last-child {
  border-bottom: 0px solid #ffffff3b;
}

.cp_selct_list a {
  padding: 14px 0;
  display: flex;
  width: 100%;
  height: 100%;
}

.cp_selct_list a span {
  font-size: 14px;
  font-weight: var(--medium);
  color: var(--white);
}

.cp_contents_view_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 64px;
  border-top: 1px solid var(--gray-100);
}

.cp_contents_view_ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px;
}

.cp_contents_view_list{
  width: 100%;
  max-width: calc(25% - 18px);
  display: flex;
  border: 1px solid transparent;
  transition: border 0.3s ease;
  padding: 16px;
  border-radius: 20px;
}

.cp_contents_view_list:hover{
  border: 1px solid var(--primary-color);
}

.cp_contents_view_list a{
  width: 100%;
  height: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}

.cp_contents_view_img_box{
  width: 64px;
  min-width: 64px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  overflow: hidden;
  border: 1px solid var(--gray-100);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.none_img{
  background: var(--gray-100) !important;
}

.cp_contents_view_img{
  width: 100%;
  object-fit: contain;
}

.none_img .cp_contents_view_img{
  width: 32px;
}

.cp_contents_view_img_box.none {
  background: var(--gray-100);
}

.introduce_info_left_box {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  border-right: 1px solid var(--gray-100);
  justify-content: flex-start;
}

.introduce_info_tab_ul {
  min-width: 100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: calc(var(--header_high) + 40px);
}

.introduce_info_tab_item {
  display: flex;
  align-items: center;
}

.introduce_info_tab_text {
  font-size: 20px;
  font-weight: var(--bold);
  color: var(--gray-400);
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}

.introduce_info_tab_item.on .introduce_info_tab_text {
  color: var(--gray-900);
}

.introduce_info_tab_item.on .introduce_info_tab_text::after {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 1000%;
  background: var(--gray-400);
  transition: background 0.3s ease;
}

.introduce_info_left_box .introduce_info_tab_item.on .introduce_info_tab_text::after {
  background: #008a00;
}



.cp_contents_view_text_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.cp_contents_view_mtext{
  font-size: 18px;
  font-weight: var(--bold);
  color: var(--gray-900);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cp_contents_view_stext{
  font-size: 14px;
  font-weight: var(--medium);
  color: var(--gray-600);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cp_contents_view_num_box{
  background: var(--gray-100);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}

.cp_contents_view_num_text{
  font-size: 12px;
  font-weight: var(--regular);
  color: var(--gray-600);
  padding: 4px;
}

.company_profile_wrap{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.company_profile_box{
  width: 50%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.company_profile_img_box{
  width: 140px;
  min-width: 140px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  border: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.company_profile_logo_img{
  width: 100%;
  object-fit: contain;
}
.company_profile_logo_img.none {
  max-width:64px;
}

.company_profile_text_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company_profile_name_text{
  word-break: keep-all;
}

.company_profile_caption_text{
  font-size: 20px;
  font-weight: var(--regular);
  color: var(--gray-600);
  line-height: 140%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.company_connect_box{
  max-width: 500px;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company_connect_call_wrap{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

.company_connect_call_title{
  font-size: 20px;
  font-weight: var(--bold);
  color: var(--gray-900);
  word-break: keep-all;
}

.company_connect_call_box{
  display: flex;
  align-items: center;
  gap: 4px;
}

.cc_call_icon_img{
  width: 24px;
  object-fit: contain;
}

.company_connect_call_text{
  font-size: 16px;
  font-weight: var(--medium);
  color: #596069;
}

.company_connect_util_ul{
  width: 100%;
  display: flex;
  gap: 10px;
}

.company_connect_util_list{
  width: 100%;
  display: flex;
  border-radius: 20px;
  background: var(--green-300);
  align-items: center;
  transition: background 0.3s ease;
}

.company_connect_util_list.on{
  background: var(--primary-color);
}

.company_connect_util_list:hover{
  background: var(--green-700);
}

.company_connect_util_list a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
}

.company_connect_util_img{
  width: 40px;
  object-fit: contain;
}

.company_connect_util_text{
  font-size: 16px;
  font-weight: var(--bold);
  color: #fff;
}


.company_detail_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.company_detail_tab_box{
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  background: var(--green-50);
}

.sub_step{
  gap: 80px;
}

.company_detail_tab_box .inner{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.company_detail_tab_ul{
  width: 100%;
  display: flex;
  gap: 20px;
}

.company_detail_tab_list{
  display: flex;
  align-items: center;
}

.company_detail_tab_list a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.company_detail_tab_list_text{
  font-size: 20px;
  font-weight: var(--bold);
  color: var(--gray-400);
  transition: color 0.3s ease;
}

.company_detail_tab_list.on .company_detail_tab_list_text{
  color: var(--gray-900);
}



.cd_tab_wrap{
  width: 100%;
  display: none;
  flex-direction: column;
}

.cd_tab_wrap.on{
  display: flex;
}

.cd_info_tab_box{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.company_detail_bg_box{
  position: absolute;
  width: 100%;
  height: 350px;
  left: 0;
  top: 0;
  z-index: -1;
}

.company_detail_bg_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.cp_info_wrap{
  margin-top: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.cp_info_base_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cp_info_base_box{
  width: 100%;
  display: flex;
  padding: 48px 32px;
  border-radius: 20px;
  border: 2px solid var(--gray-100);
  background: #fff;
}

.cp_info_base_ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 48px;
}

.cp_info_base_list{
  width: 100%;
  max-width: calc(50% - 24px);
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.cp_info_base_title{
  font-size: 16px;
  font-weight: var(--bold);
  color: var(--gray-900);
  white-space: nowrap;
  min-width: 80px;
}

.cp_info_base_text{
  font-size: 16px;
  font-weight: var(--regular);
  color: var(--gray-600);
}

.cp_info_product_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cp_info_product_title_box{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}


.company_product_ul{
  width: 100%;
  display: flex;
  gap: 16px;
}

.company_product_list{
  width: 100%;
  display: flex;
  border-radius: 20px;
  background: var(--gray-100);
  padding: 8px;
  transition: 0.3s ease;
}

.company_product_list:hover{
  background: var(--gray-600);
}

.company_product_list a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.company_product_img_box{
  width: 72px;
  min-width: 72px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company_product_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company_product_corner_img{
  width: 40px;
  object-fit: contain;
  position: absolute;
}

.company_product_text_box{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.company_product_sub_text{
  font-size: 14px;
  font-weight: var(--medium);
  color: var(--gray-600);
  transition: 0.3s ease;
}

.company_product_list:hover .company_product_sub_text{
  color: #ffffffc0;
}

.company_product_main_text{
  font-size: 16px;
  font-weight: var(--bold);
  color: var(--gray-900);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s ease;
}

.company_product_list:hover .company_product_main_text{
  color: #fff;
}

.cp_info_history_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cp_info_history_box{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  justify-content: flex-start;
}

.cp_info_history_left_box{
  width: 50%;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 140px;
}

.cp_info_history_title{
  font-size: 64px;
  font-weight: var(--bold);
  color: var(--green-100);
}

.cp_info_history_right_box{
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 48px;
  border-left: 2px solid var(--gray-900);
}

.cp_info_history_ul{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cp_info_history_list{
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid var(--gray-100);
}

.cp_info_history_list:last-child{
  border-bottom: 0px solid var(--gray-100);
}

.cp_info_history_year{
  min-width: 100px;
  font-size: 20px;
  font-weight: var(--bold);
  color: var(--gray-900);
  white-space: nowrap;
}

.cp_info_history_text_ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cp_info_history_text_list{
  width: 100%;
  display: flex;
}

.cp_info_license_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cd_product_tab_box{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cd_product_in_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}

.cd_product_in_kate_ul{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  overflow-x: auto;
}

.cd_product_in_kate_ul::-webkit-scrollbar {width: 10px; height: 3px;}
.cd_product_in_kate_ul::-webkit-scrollbar-thumb {background-color: var(--gray-400); border-radius: 100px;}
.cd_product_in_kate_ul::-webkit-scrollbar-track {background-color: none;}

.cd_product_in_kate_list{
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease;
  white-space: nowrap;
}

.cd_product_in_kate_list.on{
  border-bottom: 2px solid var(--gray-900);
}

.cd_product_in_kate_list a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.cd_product_in_kate_text{
  font-size: 18px;
  font-weight: var(--bold);
  color: var(--gray-400);
  transition: color 0.3s ease;
}

.cd_product_in_kate_num_box{
  width: 26px;
  min-width: 26px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.cd_product_in_kate_num_text{
  font-size: 14px;
  font-weight: var(--bold);
  color: var(--gray-400);
  transition: color 0.3s ease;
}

.cd_product_in_kate_list.on .cd_product_in_kate_text{
  color: var(--gray-900);
}

.cd_product_in_kate_list.on .cd_product_in_kate_num_box{
  background: var(--primary-color);
}

.cd_product_in_kate_list.on .cd_product_in_kate_num_text{
  color: var(--white);
}



.cd_this_product_ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 96px 24px;
}

.cd_this_product_list{
  width: 100%;
  max-width: calc(25% - 18px);
  display: flex;
  flex-direction: column;
}

.cd_this_product_list a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cd_this_product_img_box{
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid var(--gray-100);
  overflow: hidden;
  background: var(--gray-100);
  position: relative;
  transition: border 0.3s ease;
}

.cd_this_product_img_box:hover{
  border: 1px solid var(--primary-color);
}

.cd_this_product_img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.cd_this_product_list:hover .cd_this_product_img{
  transform: scale(1.07);
}

.cd_place_img_box{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  border: 1px solid var(--gray-100);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cd_place_img{
  width: 21px;
  object-fit: contain;
}

.cd_this_product_text_wrap{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cd_this_product_text_img_box{
  width: 48px;
  min-width: 48px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  overflow: hidden;
  border: 1px solid var(--gray-100);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd_this_product_text_img{
  width: 100%;
  object-fit: contain;
}

.none_img .cd_this_product_text_img{
  width: 26px;
}

.cd_this_product_text_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.cd_this_product_mtext{
  font-size: 18px;
  font-weight: var(--bold);
  color: var(--gray-900);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cd_this_product_stext{
  font-size: 14px;
  font-weight: var(--medium);
  color: var(--gray-600);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}





.company_product_view_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.company_product_view_swiper_box{
  width: 50%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding-right: 120px;
}

.cpv_main_swiper {
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--gray-100);
  border-radius: 20px;
  border: 1px solid var(--gray-100);
}

.cpv_main_swiper .swiper-wrapper{
  width: 100%;
  display: flex;
}

.cpv_main_swiper .swiper-wrapper .swiper-slide{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: grab;
}

.cpv_main_swiper_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cpv_thumb_swiper {
  width: 100%;
  display: flex;
}

.cpv_thumb_swiper .swiper-wrapper{
  width: 100%;
  display: flex;
}

.cpv_thumb_swiper .swiper-wrapper .swiper-slide{
  width: 100%;
  max-width: calc(20% - 9.6px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--gray-100);
  border: 2px solid var(--gray-100);
  overflow: hidden;
  transition: border 0.3s ease;
  cursor: pointer;
}


.cpv_thumb_swiper_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 활성화된 썸네일 */
.cpv_thumb_swiper .swiper-wrapper .swiper-slide-thumb-active {
  border: 2px solid var(--primary-color); /* 활성화된 이미지 테두리 */
}

.cp_pagin .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--gray-600) !important;
}







.company_product_view_info_box{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cpv_info_company_box{
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--gray-100);
  background: #fff;
  transition: border 0.3s ease;
}

.cpv_info_company_box:hover{
  border: 1px solid var(--primary-color);
}

.cpv_info_company_box a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 16px;
}

.cpv_info_company_name_box{
  display: flex;
  align-items: center;
  gap: 6px;
}

.cpv_info_company_logo_img_box{
  width: 32px;
  min-width: 32px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpv_info_company_logo_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpv_info_company_logo_text{
  font-size: 14px;
  font-weight: var(--medium);
  color: var(--gray-600);
}

.cpv_info_company_box .circle_arrow_box{
  background: var(--gray-400);
  width: 18px;
  min-width: 18px;
  transition: background 0.3s ease;
}

.cpv_info_company_box .circle_arrow_box .circle_arrow{
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translate(-1px, 1px);
}

.cpv_info_company_box:hover .circle_arrow_box{
  background: var(--primary-color);
}

.cpv_info_price_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cpv_info_price_title_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cpv_info_price_kate_text{
  font-size: 20px;
  font-weight: var(--medium);
  color: var(--gray-600);
}

.cpv_info_price_title{
  font-size: 36px;
  font-weight: var(--bold);
  color: var(--gray-900);
}

.cpv_info_price_sell_box{
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.cpv_info_price_sell_title{
  font-size: 16px;
  font-weight: var(--bold);
  color: var(--gray-400);
  white-space: nowrap;
  min-width: 72px;
}

.cpv_info_price_sell_num_text{
  font-size: 24px;
  font-weight: var(--bold);
  color: var(--gray-600);
}

.cpv_info_price_sell_num_text span{
  color: var(--Cobalt_Blue_500);
}

.cpv_info_price_change_box{
  background: var(--Cobalt_Blue_50);
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px;
}

.cpv_info_price_change_box.on{
  background: var(--Cobalt_Blue_500);
}

.cpv_info_price_change_text{
  font-size: 14px;
  font-weight: var(--medium);
  color: var(--gray-600);
}

.cpv_info_price_change_box.on .cpv_info_price_change_text{
  color: var(--white);
}

.cpv_info_deep_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cpv_info_deep_ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 0;
  border-top: 2px solid var(--gray-900);
  border-bottom: 2px solid var(--gray-900);
}

.cpv_info_deep_list{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.cpv_info_deep_title{
  font-size: 16px;
  font-weight: var(--bold);
  color: var(--gray-900);
  white-space: nowrap;
  min-width: 72px;
}

.cpv_info_connect_box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cpv_info_connect_box .company_connect_call_wrap{
  width: auto;
}

.product_present_contents_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.product_present_contents_box{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

.product_present_contents_left_box{
  width: 100%;
  max-width: 200px;
  display: flex;
}

.product_present_contents_left_box .cd_product_in_kate_ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product_present_contents_left_box .cd_product_in_kate_list {
  padding: 7px 0;
  border: none;
}

.product_present_contents_right_box{
  width: 100%;
  max-width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}






/* 글 없을시 */
.none_contents_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}

.none_contents_ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.none_contents_list{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  position: relative;
  padding: 24px 0;
}

.none_contents_list::after{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  height: 100%;
  border-radius: 50%;
  content: "";
  display: flex;
  background: orange;
  z-index: -1;
}

.none_cp::after{
  background: radial-gradient(circle, #ffdbc783 20%, #ffffff 40%);
}
.none_pd::after{
  background: radial-gradient(circle, #f1d9cb86 20%, #ffffff 40%);
}
.none_ct::after{
  background: radial-gradient(circle, #f8e0e396 20%, #ffffff 40%);
}

.none_contents_list_img{
  width: 100%;
  max-width: 90px;
  object-fit: contain;
}

.none_contents_list_text_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
}

.none_contents_list_mtext{
  font-size: 16px;
  font-weight: var(--bold);
  color: var(--gray-600);
}

.none_contents_list_stext{
  font-size: 14px;
  font-weight: var(--regular);
  color: var(--gray-600);
}













/* 반응형 */
@media(max-width : 1920px){
}

@media(max-width : 1480px){
  :root {--sub_padding: 20px;}
  .company_title {font-size: 48px; height: 80px;}
  .hero_wrap {margin-bottom: 120px;}
  .company_present_wrap {gap: 70px;}
  .hero_nav_box {padding: 0px 8px 8px 8px;}
  .hero_nav_text {font-size: 16px;}
  .introduce_info_wrap {gap: 80px;}
  .intro_top_text_box {width: 45%;}
  .intro_top_img_box {width: 55%; height: 330px; border-radius: 30px;}
  .intro_top_box {gap: 60px;}
  .company_detail_bg_box {height: 250px;}
  .cp_info_wrap {margin-top: 100px;}
  .cp_info_history_left_box {width: 40%;}
  .cp_info_history_right_box{width: 60%;}
  .cp_info_history_title {font-size: 60px;}
  .product_present_contents_box {gap: 20px; flex-direction: column;}
  .product_present_contents_right_box {max-width: 100%;}
  .product_present_contents_left_box {max-width: 100%;}
  .product_present_contents_left_box .cd_product_in_kate_ul {flex-direction: row; gap: 24px;}
  .product_present_contents_left_box .cd_product_in_kate_list{padding: 16px 0;}
  .cpv_info_price_title{font-size: 34px;}
  .cpv_info_price_kate_text{font-size: 18px;}
  .company_product_view_swiper_box {padding-right: 90px;}
}

@media(max-width : 1240px){
  .search_value_text {font-size: 22px;}
  .hero_wrap {margin-bottom: 110px;}
  .company_present_wrap {gap: 50px;}
  .hero_back_box {padding: 16px; border-radius: 30px;}
  .hero_box {border-radius: 16px; padding: 0;}
  .hero_nav_wrap {left: 50px;}
  .hero_nav_text {font-size: 14px;}
  .hero_nav_ul {gap: 6px;}
  .hero_nav_list a {padding: 10px 12px;}
  .introduce_info_left_box{display: none;}
  .company_util_list {gap: 44px;}
  .company_util_list_info_value {font-size: 32px;}
  .map_info_left_box {gap: 54px; max-width: 600px;}
  .map_info_right_box {width: 45%;}
  .map_info_wrap {gap: 90px;}
  .cp_kate_swiper .swiper-slide {height: 64px;}
  .cp_kate_text {font-size: 16px;}
  .cp_kate_num_box {width: 24px; min-width: 24px;}
  .cp_contents_select_wrap {gap: 20px;}
  .kate_select_ul {gap: 10px;}
  .kate_select_img_text {font-size: 14px;}
  .cp_contents_view_ul {gap: 36px 18px;}
  .cp_contents_view_list {max-width: calc(33.33% - 12px);}
  .cp_contents_view_wrap {padding-top: 54px;}
  .company_profile_img_box {width: 120px; min-width: 120px; border-radius: 10px;}
  .company_profile_text_box {gap: 14px;}
  .company_profile_caption_text {font-size: 16px;}
  .company_profile_box {gap: 20px;}
  .company_connect_util_list a {padding: 10px 16px;}
  .company_detail_bg_box {height: 200px;}
  .cp_info_wrap {margin-top: 50px;}
  .company_product_ul {gap: 10px;}
  .cp_info_history_left_box {width: 35%;}
  .cp_info_history_right_box{width: 65%;}
  .cp_info_history_title {font-size: 54px;}
  .cp_info_history_list {padding: 28px 0;}
  .cd_this_product_ul {gap: 84px 16px;}
  .cd_this_product_list {max-width: calc(25% - 12px);}
  .cd_this_product_text_img_box {width: 44px; min-width: 44px;}
  .cd_this_product_list a {gap: 16px;}
  .cd_this_product_stext {font-size: 13px;}
  .company_product_view_swiper_box {padding-right: 70px; width: 53%;}
  .company_product_view_info_box {width: 47%;}
  .cpv_info_price_title {font-size: 32px;}
  .cpv_info_deep_ul {gap: 18px; padding: 20px 0;}
  .cpv_info_price_sell_title {min-width: 60px;}
}

@media(max-width : 1024px){
  .hero_wrap {margin-bottom: 100px;}
  .company_title {font-size: 44px; height: 65px;}
  .search_value_text {font-size: 20px;}
  .breadcrumb_util_ul{display: none;}
  .sub_search_icon_img {max-width: 30px;}
  .company_util_info_ul {gap: 16px 0px; flex-direction: column; align-items: flex-start;}
  .company_util_info_list{ width: 100%; gap: 0;}
  .sub_contents_title_box {align-items: flex-start; gap: 24px; flex-direction: column;}
  .company_title_util_list .info_text{font-size: 14px;}
  .intro_top_box{flex-direction: column; gap: 40px;}
  .intro_top_text_box {width: 100%; gap: 16px;}
  .intro_top_img_box {width: 100%; height: 300px; border-radius: 20px;}
  .division_step_box {margin: 54px 0; height: 12px;}
  .company_util_ul {gap: 10px;}
  .company_util_list {gap: 34px;}
  .company_util_list_info_value {font-size: 28px;}
  .map_info_wrap {align-items: center; gap: 64px; flex-direction: column;}
  .map_info_left_box {gap: 40px; max-width: 100%; width: 100%;}
  .map_wrap {max-width: 550px;}
  .map_bullet_text {font-size: 14px;}
  .map_bullet_box {padding: 16px 24px;}
  .map_info_right_box {width: 100%; padding-left: 0; border-left: 0;}
  .company_list {gap: 16px; padding: 16px 0;}
  .company_ul {gap: 10px;}
  .company_list_wrap {max-height: 360px;}
  .cp_kate_swiper .swiper-slide {height: 56px;}
  .company_present_contents_wrap {gap: 30px;}
  .cp_selct_btn {min-width: 120px;}
  .cp_contents_view_img_box {width: 54px; min-width: 54px;}
  .cp_contents_view_mtext {font-size: 16px;}
  .cp_contents_view_text_box {gap: 5px;}
  .none_img .cp_contents_view_img {width: 28px;}
  .cp_contents_view_wrap {padding-top: 44px;}
  .company_profile_wrap {gap: 40px; flex-direction: column; align-items: flex-start;}
  .company_profile_box{width: 100%;}
  .sub_step {gap: 70px;}
  .company_connect_box {max-width: 100%; width: 100%;}
  .cp_info_base_title {min-width: 60px;}
  .company_product_ul{flex-wrap: wrap;}
  .company_product_list{max-width: calc(50% - 5px);}
  .cp_info_wrap {gap: 80px;}
  .company_product_img_box {width: 64px; min-width: 64px;}
  .cp_info_history_box {flex-direction: column;}
  .cp_info_history_title {font-size: 48px;}
  .cp_info_history_left_box {width: 100%; position: relative; top: 0;}
  .cp_info_history_right_box{width: 100%; padding-left: 0; border-left: 0;}
  .cp_info_history_year {min-width: 70px;}
  .cd_this_product_ul {gap: 84px 18px;}
  .cd_this_product_list {max-width: calc(33.33% - 12px);}
  .cd_product_in_kate_list.on {border-bottom: 2px solid transparent;}
  .company_product_view_wrap { flex-direction: column; gap: 64px;}
  .company_product_view_swiper_box {padding-right: 0; width: 100%;}
  .cpv_main_swiper {aspect-ratio: 2 / 1;}
  .company_product_view_info_box {width: 100%; gap: 34px;}
}


@media(max-width : 768px){
  .introduce_wrap {gap: 54px;}
  .hero_wrap {margin-bottom: 60px;}
  .company_title {font-size: 40px; height: 60px;}
  .search_value_text {font-size: 18px;}
  .hero_back_box {padding: 8px; border-radius: 20px;}
  .hero_nav_wrap{display: none;}
  .intro_top_img_box {height: 240px; padding: 26px 20px;}
  .intro_top_cha_img {height: 80px;}
  .company_util_ul {flex-direction: column;}
  .company_util_list {flex-direction: row; gap: 20px;}
  .company_util_list_info_value {font-size: 26px;}
  .company_util_list_top_box, .company_util_list_bottom_box{width: auto;}
  .cp_selct_box{display: none;}
  .kate_select_ul {width: 100%; gap: 8px;}
  .kate_select_img_box {width: 36px; min-width: 36px;}
  .cp_contents_view_ul {gap: 40px 18px;}
  .cp_contents_view_list {max-width: calc(50% - 9px); padding: 0;}
  .cp_contents_view_wrap {padding-top: 36px;}
  .cp_contents_view_list:hover {border: 1px solid transparent;}
  .company_detail_tab_box {min-height: 70px;}
  .cp_info_base_ul {flex-direction: column;}
  .cp_info_base_box {padding: 30px 20px;}
  .cp_info_base_list{max-width: 100%;}
  .cp_info_base_title {min-width: 70px;}
  .cp_info_wrap {gap: 70px;}
  .cd_this_product_ul {gap: 70px 20px;}
  .cd_this_product_list {max-width: calc(50% - 10px);}
  .cpv_main_swiper {aspect-ratio: 1.5 / 1;}
  .cpv_info_company_box a {padding: 10px 16px;}
  .cpv_info_price_kate_text {font-size: 16px;}
  .cpv_info_price_title {font-size: 30px;}
  .cpv_info_price_sell_num_text {font-size: 22px;}
}

@media(max-width : 564px){
  .hero_wrap {margin-bottom: 40px;}
  .company_title {font-size: 36px; height: 54px;}
  .breadcrumb_wrap {gap: 24px; flex-direction: column; padding: 40px 0;}
  .hero_box {min-height: auto;}
  .breadcrumb_title{text-align: center;}
  .company_present_title_box {gap: 20px; flex-direction: column; align-items: flex-start;}
  .company_present_title_box .search_box{max-width: 100%; border-radius: 10px;}
  .company_present_wrap {gap: 40px;}
  .intro_top_img_box {height: 220px; padding: 24px 20px;}
  .company_util_list_info_value {font-size: 22px;}
  .company_util_list_title {font-size: 18px; white-space: nowrap;}
  .cp_contents_view_ul {gap: 36px 18px;}
  .cp_contents_view_list {max-width: 100%; border-radius: 10px;}
  .cp_contents_view_img_box {width: 44px; min-width: 44px;}
  .none_img .cp_contents_view_img {width: 24px;}
  .cp_contents_view_wrap {padding-top: 30px;}
  .company_profile_caption_text {font-size: 14px;}
  .company_profile_img_box {width: 100px; min-width: 100px;}
  .sub_step {gap: 64px;}
  .company_connect_util_list a {padding: 8px 16px;}
  .company_connect_util_list {border-radius: 10px;}
  .company_connect_util_img {width: 34px;}
  .company_connect_util_text {font-size: 15px;}
  .cp_info_base_title,.cp_info_base_text {font-size: 15px;}
  .cp_info_base_title {min-width: 60px;}
  .cp_info_base_box {border-radius: 10px;}
  .company_detail_tab_box .back_btn_box{display: none;}
  .company_product_ul {gap: 6px;}
  .company_product_list{max-width: 100%; border-radius: 10px;}
  .company_product_img_box {width: 60px; min-width: 60px; border-radius: 6px;}
  .cp_info_history_list {gap: 16px; flex-direction: column;}
  .cd_this_product_ul {gap: 60px 16px;}
  .cd_this_product_list {max-width: calc(50% - 8px);}
  .cd_this_product_img_box{border-radius: 10px;}
  .cd_this_product_text_img_box{display: none;}
  .cd_place_img_box {width: 34px; min-width: 34px;}
  .cd_place_img {width: 19px;}
  .cpv_info_price_title_box {gap: 4px;}
  .cpv_info_deep_list {align-items: flex-start; gap: 8px; flex-direction: column;}
  .cpv_info_price_title {font-size: 28px;}
  .cpv_info_price_box {gap: 14px;}
  .company_product_view_info_box {gap: 30px;}
  .company_product_view_info_box .back_btn_box{display: none;}
}

@media(max-width : 400px){
  .company_connect_util_ul {flex-direction: column; gap: 6px;}
  .cp_info_base_title {font-size: 16px;}
  .cp_info_base_list {gap: 6px; flex-direction: column;}
  .cd_this_product_list {max-width: 100%;}
  .cpv_main_swiper {aspect-ratio: 1 / 1;}
}
