@charset "utf-8";

/* 공통 */
.page_tit {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 60px;

}

.page_sub {
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 70px;
  color: #333333;
}

.page_sub span {
  font-weight: 600;
}

.content {
  margin: 90px 0 70px;
  position: relative;
}

* {
  word-break: keep-all;
}

.sub_tit {
  font-size: 36px;
  font-weight: 800;
  padding: 60px 0 30px;
  text-align: center;
  line-height: 1.2em;
}
.sub_tit_vision {
  font-size: 46px;
  font-weight: 800;
  padding: 60px 0 30px;
  text-align: center;
  line-height: 1.2em;
}
.sub_sub {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 100px;
  text-align: center;
}

/* 공통 탭 */
.tab {
  text-align: center;
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
}

.tab li {
  margin: 0 5px;
  flex: 1;
  max-width: 240px;
}

.tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #333;
  font-size: 15px;
  height: 63px;
  line-height: 1.2em;
}

.tab li.on a {
  color: #fff;
  background: #0b4da2;
  border: 1px solid #0b4da2;
}

/* 이미지 팝업 */
.img__popup {
  position: fixed;
  top: 10%;
  left: 50%;
  top: 50%;
  width: 400px;
  max-height: 600px;
  overflow-y: scroll;
  z-index: 1000;
  display: none;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.img__popup img {
  width: 100%;
  display: block;
}

.img__popup--mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  opacity: 0;
  cursor: pointer;
}


/* 회사소개 > 개요 */
.page_bg {
  width: 100%;
  padding: 200px 0;
  background: url(../image/sub/sub_img01.png) no-repeat center / cover;
  margin-bottom: 110px;
}

.page_bg .page_txt {
  font-size: 36px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
}

.page_desc_box .page_desc_L {
  width: 30%;
}

.page_desc_box .page_desc_R {
  width: 70%;
  font-size: 18px;
  line-height: 1.4em;
  color: #333;
}

.page_desc_box .page_desc_R span {
  font-size: 22px;
}

.page_desc_box .page_desc_R p {
  margin-bottom: 35px;
}

.sh_bigTit {
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  color: #e4e4e5;
  letter-spacing: -5px;
}

/* 서브페이지 - 공통 탭박스 */
.tab_box {
  align-items: center;
  justify-content: center;
}

.tab_box .tab__style01 {
  width: 240px;
  margin-right: 8px;
  margin-bottom: 60px;
  transition: all 0.3s;
}

.tab_box .tab__style01:last-child {
  margin-right: 0;
}

.tab_box .tab__style01 a {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  border: 1px solid #b4b4b4;
  color: #5a5757;
  font-size: 18px;
  text-align: center;

}

.tab_box .tab__style01.on a {
  border: 1px solid #0b4da2;
  color: #0b4da2;
  font-weight: bold;
}

.tab_box .tab__style01:hover a {
  border: 1px solid #0b4da2;
  color: #0b4da2;
  font-weight: bold;
}

/* 공통 popup - 이미지 크게보기 or dim처리 */
.mask_contents {
  width: 1000px;
  padding: 0 50px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.mask_contents img {
  width: 100%;
}

.mask_contents .close {
  width: 45px;
  height: 45px;
  background: url(../image/sub/popup_close.png) no-repeat center / contain;
  position: absolute;
  right: 50px;
  top: -50px;
  cursor: pointer;
}





/*  회사소개 > 캄텍소개 > 사업장소개 > 국내*/
.item_wrap {
  flex-wrap: wrap;
  margin-top: 60px;
}

.item_wrap .item_box {
  border: 1px solid #c9c9c9;
  cursor: pointer;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
  box-sizing: border-box;
}

.item_wrap .item_box:nth-child(3n) {
  margin-right: 0;
}

.item_wrap .item_box .item_thumb img {
  width: 100%;
  display: block;
}

.item_wrap .item_box .item_desc {
  padding: 30px;
}

.item_wrap .item_box .item_desc p.num {
  font-family: 'Exo';
  font-size: 20px;
  color: #0b4da2;
  font-weight: bold;
  margin-bottom: 15px;
}

.item_wrap .item_box .item_desc p.tit {
  font-size: 28px;
  color: #222;
  font-weight: bold;
  margin-bottom: 70px;

}

.item_wrap .item_box .item_desc p.desc {
  font-size: 18px;
  color: #444;
}

/*  회사소개 > 캄텍소개 > 사업장소개 > 해외*/
.intro_busi02 .item_wrap .item_box {
  display: flex;
  width: 100%;
  margin-right: 0;
}

.intro_busi02 .item_wrap .item_box .item_thumb {
  width: calc(50% - 50px)
}

.intro_busi02 .item_wrap .item_box .item_desc {
  width: calc(50% + 50px);
  padding: 50px 0 0 40px;
  box-sizing: border-box;
  text-align: left;

}

.intro_busi02 .item_wrap .item_box .desc_box .num {
  margin-right: 40px;
  padding-left: 35px;
  font-size: 20px;
  color: #555;
  width: 75px;
}

.intro_busi02 .item_wrap .item_box .desc_box .ad {
  background: url(../image/sub/sub_icon02.png) no-repeat left top;
}

.intro_busi02 .item_wrap .item_box .desc_box .pr {
  background: url(../image/sub/sub_icon03.png) no-repeat left top;
}



/* 계열사 전체보기 */
.intro_group.content {
  margin-bottom: 0;
}

.intro_group .inner {
  justify-content: space-between;
}

.intro_group .contents_wrap {
  width: 100%;
  height: 1040px;
  background: url(/image/sub/intro_group_01.png) no-repeat center #ececec;
}

.intro_group .contents_wrap .mobile_m {
  display: none;
}

.intro_group .item_wrap {
  flex-wrap: wrap;
  margin-top: 60px;
}

.intro_group .item_box {
  border: none;
  box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.2);
  position: relative;
  margin-right: 0;
  margin-bottom: 20px;
  width: 100%;
  z-index: 9;
  max-width: 350px;
}

.intro_group .item_box::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #8aa7cd;
  position: absolute;
  z-index: -1;

  top: 50%;
}

.intro_group .item_L .item_box::before {
  left: 100%;
  transform: rotate(45deg);
  transform-origin: left;

}

.intro_group .item_R .item_box::before {
  right: 100%;
  transform: rotate(-45deg);
  transform-origin: right;
}

.intro_group .item_box .dot {
  background: url(/image/sub/intro_group_dot.png) no-repeat center;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  margin: 0 auto;
  transition: 0.3s ease-in-out;

}


.intro_group .item_box .dot::after {
  display: block;
  content: "서울";
  transform: translateY(-120%);
  font-weight: 500;
  color: #444;
  font-size: 18px;
}

.intro_group .item_box.li01 .dot {
  left: calc(100% + 122px);
  top: calc(100% + 3px);
}

.intro_group .item_box.li02 .dot {
  left: calc(100% + 104px);
  top: calc(4%);
}

.intro_group .item_box.li03 .dot {
  left: calc(100% + 144px);
  top: calc(-91%);
}

.intro_group .item_box.li04 .dot {
  left: calc(210%);
  top: calc(-110%);
}

.intro_group .item_box.li05 .dot {
  display: none;
}

.intro_group .item_box.li06 .dot {
  left: -91%;
  top: 40%;
}

.intro_group .item_box.li07 .dot {
  left: -111%;
  top: -94%;
}

.intro_group .item_box.li08 .dot {
  left: -33%;
  top: -102%;
}

.intro_group .item_box.li01 .dot::after {
  content: "Seoul";

}

.intro_group .item_box.li02 .dot::after {
  content: "Ansan";
  transform: translate(-60px, -4px);
}

.intro_group .item_box.li03 .dot::after {
  content: "Pyeongtaek";
  transform: translate(-95px, 70%);

}

.intro_group .item_box.li04 .dot::after {
  content: "Gyeongju";

}

.intro_group .item_box.li06 .dot::after {
  content: "Jincheon";
  transform: translateY(100%);
}
.intro_group .item_box.li07 .dot::after {
  content: "Hwaseong";
  transform: translate(-96px, -5px);
}

.intro_group .item_box.li08 .dot::after {
  content: "Ulsan";
  transform: translate(26px, -2px);
}

.intro_group .item_L .item_box.li01::before {
  width: 53%;
  top: 44%;
}

.intro_group .item_L .item_box.li02::before {
  width: 39%;
  transform: rotate(-30deg);
  top: 37%;
}

.intro_group .item_L .item_box.li03::before {
  width: 82%;
  top: 28%;
  transform: rotate(-57deg);
}

.intro_group .item_L .item_box.li04::before {
  width: 154.5%;
  top: 53%;
  transform: rotate(-43deg);
}

.intro_group .item_R .item_box.li05::before {
  width: 114%;
  top: 33%;
  transform: rotate(320deg);
}

.intro_group .item_R .item_box.li06::before {
  width: 87%;
  top: 33%;
  transform: rotate(355deg);
}

.intro_group .item_R .item_box.li07::before {
  width: 137%;
  top: 71%;
  transform: rotate(38.5deg);
}

.intro_group .item_R .item_box.li08::before {
  width: 70%;
  top: 35%;
  transform: rotate(65deg);
}

.intro_group .item_box .item_thumb {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #103564;
  font-size: 19px;
  font-weight: 500;
}

.intro_group .item_box .item_thumb .xs_txt {
  font-size: 13px;
}

.intro_group .item_box:nth-child(2n) .item_thumb {
  background: url(/image/sub/intro_group_icon03.png) no-repeat 95% center;
  background-color: #5d779a;
}

.intro_group .item_box.li04 .item_thumb {
  background-image: none;
  background-color: #5d779a;
}

.intro_group .item_box.li05 .item_thumb {
  background: url(/image/sub/intro_group_icon03.png) no-repeat 95% center;
  background-color: #103564;
}

.intro_group .item_box.li08 .item_thumb {
  background: url(/image/sub/intro_group_icon03.png) no-repeat 95% center;
  background-color: #5d779a;
}

.intro_group .item_box .item_thumb a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}


.intro_group .item_box.grop02 .item_thumb {
  background: none;
  background-color: #103564;
}

.intro_group .item_box.grop02:nth-child(2n) .item_thumb {
  background: none;
  background-color: #5d779a;
}

.intro_group .item_box .item_desc {
  padding: 20px 30px;
  background: #fff;
}

.intro_group .item_box .item_desc .desc_box {}

.intro_group .item_box .item_desc .desc_box .s_tit {
  font-size: 19px;
  font-weight: 600;
  font-family: 'Exo';
  margin-right: 20px;
}

.intro_group .item_box .item_desc .desc_box .s_tit.ad {
  background: url(/image/sub/intro_group_icon01.png) no-repeat left top;
}

.intro_group .item_box .item_desc .desc_box .s_tit.call {
  background: url(/image/sub/intro_group_icon02.png) no-repeat left top;
}

.intro_group .item_box .item_desc .desc_box .s_desc {
  font-size: 16px;
  color: #444;
  line-height: 1.4em;
}

/*  회사소개 > 캄텍소개 > 사업장소개 > 해외*/
.intro_group02 .contents_wrap {
  width: 100%;
  height: 1600px;
  background: url(/image/sub/intro_group_02.png) no-repeat center 75px #ececec;
}

.intro_group02 .item_box::before {
  display: none;
}

.intro_group02 .item_wrap {
  justify-content: flex-start;
  margin-top: 60%;
}

.intro_group02 .item_wrap .item_box {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  background: #fff;

}

.intro_group02 .item_wrap .item_box:nth-child(3n) {
  margin-right: 0;
}


.intro_group02 .item_box.li01 .dot {
  left: 50px;
  top: -396px;
}

.intro_group02 .item_box.li02 .dot {
  left: -90px;
  top: -320px;
}

.intro_group02 .item_box.li03 .dot {
  left: 200px;
  top: -355px;
}

.intro_group02 .item_box.li04 .dot {
  left: 571px;
  top: -309px;
}

.intro_group02 .item_box.li05 .dot {
  left: -355px;
  top: -328px;
  display: block;
}

.intro_group02 .item_box.li06 .dot {
  left: 391px;
  top: -676px;
}

.intro_group02 .item_box.li07 .dot {
  left: 625px;
  top: -634px;
}

.intro_group02 .item_box.li08 .dot {
  display: none;
}

.intro_group02 .item_box.li01 .dot::after {
  content: "Ploiesti";
  transform: translate(-100%, -120%);
}

.intro_group02 .item_box.li02 .dot::after {
  content: "중경";
  transform: translate(-25%, -120%);
}

.intro_group02 .item_box.li03 .dot::after {
  content: "시카고";
  transform: translate(-25%, -120%);
}

.intro_group02 .item_box.li04 .dot::after {
  content: "Monterrey";
  transform: translate(-459%, -20%);
}

.intro_group02 .item_box.li05 .dot::after {
  content: "Zhangjiagang";
  transform: translate(42%, 80%);
}

.intro_group02 .item_box.li06 .dot::after {
  content: "Beijing";
  transform: translate(-25%, -120%);
}

.intro_group02 .item_box.li07 .dot::after {
  content: "Irabama Urban";
  transform: translate(-105%, -20%);
  width: 130px;
}

.intro_group02 .item_box.li08 .dot::after {
  display: none;
}





/* ceo인사말 */
.ceo .page_desc_box {
  justify-content: space-between;
  margin-top: 110px;
}

.ceo .page_desc_box .page_desc_R {
  width: 50%;
  margin-right: -4.3vw;
}

.ceo .page_desc_box .page_desc_R img {
  width: 100%;
}

.ceo .page_desc_box .page_desc_L {
  width: 50%;
  font-size: 17px;
  color: #444;
}

.ceo .page_desc_box .page_desc_L>h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1em;
  color: #191919;
  margin-bottom: 65px;
}

.ceo .page_desc_box .page_desc_L>h1 span {
  color: #0b4da2;
  font-weight: 600;
  font-size: 32px;
  line-height: 1em
}

.ceo .page_desc_box .page_desc_L p:not(:last-child) {
  margin-bottom: 35px;
}

.ceo .page_desc_box .page_desc_L span {
  color: #222;
  font-size: 22px;
}

.ceo .page_desc_box .page_desc_L .name {
  margin-top: 70px;
  margin-bottom: 0;
}

.ceo .page_desc_box .page_desc_L {
  width: 50%;
  padding-top: 35px;
}

/* 비전 */
.vision_bg {
  height: 355px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vision_cont {
  position: relative;
  margin-top: -100px;
  z-index: 9;
  text-align: center;
}

.vision_cont>.inner {
  background: #fff;
}

.vision_cont .sub_tit,
.vision_cont .sub_sub{padding-left: 5%; padding-right: 5%;}

.vision_list {
  justify-content: space-between;

}

.vision_list li {
  border: 1px solid #ddd;
  padding: 45px 2.5%;
  align-items: center;
  margin-right: 20px;
  box-sizing: border-box;
  flex: 1;
}

.vision_list li:last-child {
  margin-right: 0;
}

.vision_list li .abs {
  font-size: 24px;
  font-weight: 500;
  color: #0a428a;
}

.vision_list li .img {
  padding: 25px 0px;
  height: 80px;
}

.vision_list li .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  color: #343434;
}

.vision_list li .sub {
  font-size: 15px;
  color: #343434;
}

.section02 {

  background: #f7f7f7;
  margin-top: 90px;
  padding-bottom: 70px;
}

.section02 .vision_list {
  flex-wrap: wrap;

}


.section02 .vision_list li .img {
  padding: 0;
  text-align: center;
  margin-bottom: 45px;
}

.section02 .vision_list li .b_tit {
  font-size: 22px;
  color: #1857a7;
  font-weight: 600;
  line-height: 1.4em;
}

.section02 .vision_list li .tit {
  color: #1857a7;
  line-height: 1.4em;
  margin-bottom: 20px;
}

/* 비전 및 경영이념 */
/* 준법경영  - 서한*/
.manage_wrap {
  position: relative;
  padding: 100px 0;
  border-top: 1px dotted #ddd;
}

.manage_tit {
  position: relative;
  padding-left: 50px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}

.manage_tit>span {
  position: absolute;
  font-size: 80px;
  font-family: 'Exo', sans-serif;
  color: #f1f1f1;
  left: 0;
  top: -35px;
  line-height: 1;
  letter-spacing: -1px;
}

.manage_tit>div {
  displaY: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9;
  line-height: 1.3em;
}

.manage_tit .num {
  margin-right: 15px;
  font-size: 40px;
}

.manage_his {
  font-size: 0;
  margin: 60px 100px 0;
  position: relative;
}

.manage_his .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  box-sizing: border-box;
}

.manage_his .item .icon {
  position: relative;
}

.manage_his .item .icon:before {
  content: '';
  displaY: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  backgrounD: #ddd;
  height: 1px;
}

.manage_his .item .icon p {
  position: relative;
  z-index: 9;
}

.manage_his .item .num {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 30px 0 15px;
}

.manage_his .item .txt {
  padding-right: 20px;
}

.manage_his .item .txt li {
  font-size: 17px;
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  word-break: keep-all;
}

.manage_his .item .txt li:before {
  content: '';
  displaY: block;
  position: absolute;
  left: 0;
  top: 12px;
  background: #999;
  border-radius: 100%;
  width: 3px;
  height: 3px;
}

.blue_border {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 15px solid #ccddfc;
  margin: 50px 0 30px;
  display: inline-block;
  line-height: 10px;
}

.circle_num {
  font-size: 20px;
  line-height: 1.4em;
  display: flex;
  align-items: flex-start;
}

.circle_num:not(:last-child){
  margin: 25px 0px;
}

.circle_num span {
  displaY: inline-block;
  line-height: 35px;
  width: 35px;
  color: #fff;
  background: #0b4da2;
  margin-right: 20px;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  font-family: 'Exo', sans-serif;

}

.circle_num p {
  /* width: 90%; */
  flex: 1;
}

.manage_box li {
  width: 31.3333%;
  margin-right: 3%;
  box-sizing: border-box;
}

.manage_box li .title {
  background: #0b4da2;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 50px;
}

.manage_box li .sub {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 15px 25px;
  backgrounD: #f9f9f9;
  box-sizing: border-box;
}

.txt_dots p {
  padding-left: 12px;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.6;
  word-break: keep-all;
}

.txt_dots p:before {
  content: '';
  displaY: block;
  position: absolute;
  left: 0;
  top: 12px;
  background: #555;
  border-radius: 100%;
  width: 3px;
  height: 3px;
}

/* 동반성장 */
.sustain .manage_wrap {
  padding: 50px 0;
}

.sustain .manage_tit {
  text-align: left;
}

.sustain .manage_box li {
  width: 100%;
  margin-bottom: 30px;

}

.sustain .lh18 {
  line-height: 2em;
}

.sustain .manage_box li .sub {
  height: auto;
  border-top: 1px solid #ddd;
}

.sustain .online_form_write th {
  width: 150px;
  text-align: center;
}

.sustain .online_form_write td {
  width: calc(100% - 150px)
}

/* 인증현황 */
.certify .page_sub {
  font-size: 20px;
  color: #333;

}

.certify .sub_tit {
  padding: 70px 0;
}

.certify .sub_sub {
  font-size: 20px;
  color: #333;
  font-weight: 400;
  line-height: 1.8em;
}

.section03 .flex {
  justify-content: space-evenly;
}

.section03 .flex p {
  font-size: 23px;
  color: #333;
  margin-top: 15px;
}

.section03 .flex .img>div {
  position: relative;
}

.section03 .flex .img:hover>div::after {
  display: block;
  opacity: 1;

}

.section03 .flex .img>div::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/sub/sub_icon16.png) no-repeat center;
  background-color: rgba(133, 166, 208, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
  display: none;
  opacity: 0;

  transition: all 0.3s linear;
}

.certify02 .sub_sub {
  border-top: 1px solid #e7e7e7;
  padding-top: 40px;
}

.certify03 .page_sub {
  margin-top: -100px;
  background: #fff;
  margin-left: 75px;
  margin-right: 75px;
  padding: 50px;
  line-height: 1.8em;
}

/* 캄텍의 역사 */
.history_top {
  position: relative;
  padding: 80px 0 0;
  margin-bottom: 120px;
}

.history_top .page_sub {
  color: #fff;
  margin-bottom: 35px;
}

.history_top .page_sub span {
  font-weight: 500;
}

.history_top .history_top_btn {
  width: 345px;
  padding-left: 37px;
  padding-right: 83px;
  line-height: 65px;
  height: 65px;
  border-radius: 4em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  background-color: #0b4da2;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  background-image: url(/image/sub/play_btn.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 35px) center;
}

.history_tab {
  padding: 0 20px;
  justify-content: center;
  border-top: 1px solid #666;
}

.history_tab li {
  width: 20%;
  vertical-align: middle;

}

.history_tab li a {
  display: block;
  color: #d4cdcd;
  opacity: 0.5;
  padding: 30px 0;
  font-size: 24px;
  text-align: center;
  font-family: 'Exo';
  box-sizing: border-box;
}

.history_tab li a img {
  margin: 0 15px;
}

.history_tab li.on a {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  opacity: 1;
}

.history_tab li.on a {
  background-color: #fff;
  color: #000;
  position: relative;
}

.history_tab li.on a::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #0b4da2;
  position: absolute;
  top: 0;
  left: 0;
}

.history_cotent {
  margin-top: 40px;
  padding: 0 170px;
}

.history_icon {
  margin-bottom: 50px;
}

.history_icon p {
  width: 50%;
  flex-direction: column;
  font-weight: 500;
  font-size: 20px;
}

.history_icon p.left {
  color: #ecaa00;
}

.history_icon p.right {
  color: #0b4da2;
  text-align: right;
  margin-top: 10px;
}

.history_icon p.left span {
  padding-left: 30px;
}

.history_icon p.right span {
  padding-right: 30px;
}

.history_icon p.left img {
  float: right;
}

.history_icon p.right img {
  float: left;
}

.history {
  position: relative;
  overflow: hidden;
}

.history:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  margin: 0 auto;
  z-index: 0;
}

.history li {
  width: 50%;
}

.history li.right {
  float: right;
}

.history li.left {
  float: left;
  padding-top: 300px;
}

.history li.left.no_margin {
  padding-top: 0;
}

.history li.left.no_margin:before {
  top: 0px;
}

.history li:before {
  content: '';
  display: block;
  width: 40px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 9;
  background: url(../image/sub/sub_blue_s.png) no-repeat center;
}

.history li.left:before {
  background: url(../image/sub/sub_yellow_s.png) no-repeat center;
  top: 300px;
}

.history li:after {
  content: '';
  display: block;
  clear: both;
}

.history li .wrap {
  position: relative;
  box-sizing: border-box;
}

.history li.right .wrap {
  padding-left: 130px;
}

.history li.left .wrap {
  width: 100%;
  text-align: right;
  padding-right: 130px;
}

.history_wrap .year {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 50px;

}

.history li .wrap .sub {
  margin-bottom: 30px;
}

.history li .wrap .sub .thesame {
  padding-right: 37.77px;
}

.history li .wrap .sub p {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  displaY: block;
}

.history li.right .wrap .sub p.desc {
  font-size: 15px;
  /* padding-left: 30px; */
}

.history li.left .wrap .sub p.desc {
  font-size: 15px;
  /* padding-right: 30px; */
}

.history li .wrap .sub p span {
  font-weight: 600;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;

}

.history li.right .wrap .sub p span {
  margin-right: 10px;
  display: none;
}

.history li.left .wrap .sub p span {
  margin-left: 10px;
  display: none;
}

.history li .wrap .img {
  margin-bottom: 40px;
}

.history li .wrap .img p {
  displaY: inline-block;
  vertical-align: top;
  width: 100%;
}

.history li .wrap .img img {
  width: 100%;
}

.history-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 99999;
  width: 1200px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: none;
  opacity: 0;
}

.history-popup__video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 55%;
}

.history-popup__video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.history-popup__close {
  position: absolute;
  right: -60px;
  top: 0;
  cursor: pointer;
}

.popup-dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  z-index: 99998;
  cursor: pointer;
  display: none;
  opacity: 0;
}

/* ci 소개 */
.ci_bg {
  text-align: center;
  margin: 40px auto 140px;
  position: relative;

}

.ci_bg .sub_tit {
  font-size: 33px;
  color: #333;
  font-weight: 600;
  line-height: 1.4em;
  padding-top: 0;
}

.ci_bg .sub_tit1 {
  font-size: 1.4em;
  color: #333;
  font-weight: 400;
  line-height: 1.4em;
  padding: 20px;
}

.ci_bg .sub_tit span {
  color: #0b4da2;
}

.ci_bg .sub_img {
  background: #f4f5f6;
  padding-top: 55px;
  padding-bottom: 140px;
}

.ci_bg .sub_txt p:nth-child(1) {
  font-size: 40px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.ci_bg .sub_txt {
  font-size: 20px;
  margin: -70px 75px 0;
  padding: 45px 75px 55px;
  background: #fff;
}

.ci_bg .sub_txt p{
  margin-bottom: 30px;
}

.ci_bg .sub_txt span {
  display: inline-block;
  color: #0a428a;
}

.ci_btn {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  text-align: center;
}

.ci_btn a {
  displaY: inline-block;
  vertical-align: top;
  margin: 0 15px;
  width: 285px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-align: left;
  background: #283445 url('/image/sub/sub_icon_download.png') no-repeat center right 30px;
  box-sizing: border-box;
  padding: 0 35px;
  font-size: 16px;
}

.ci_box {
  margin: 30px 0;
  height: 300px;
  box-sizing: border-box;
  margin-bottom: 80px;

}

.ci_box .tit {
  font-sizE: 22px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.ci_box ul {
  text-align: center;
  padding: 35px 40px;
  background-color: #f4f5f6;
}

.ci_box ul li {
  text-align: Center;
  vertical-align: middle;
  /* position: relative; */
}

.ci_box ul li:last-child {
  padding-top: 50px;
   padding-bottom: 50px;
}

.ci_box ul li p {
  font-size: 20px;
  color: #333;
  padding: 50px 0 0;
  /* position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0%); */
}

/* 찾아오는길 */
#map {
  position: relative;
}

.ad_wrap {
  position: absolute;
  left: 60%;
  top: 20%;

  padding: 45px 50px;
  background: #0c4fa4;
  z-index: 999;
  color: #fff;
}

.ad_wrap .ad_tit {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 20px;


}

.ad_wrap .ad_sub {
  border-top: 1px solid #4c7cb6;
  padding-top: 35px;
}

.ad_wrap .ad_sub p {
  font-size: 18px;
  line-height: 1.8em;
  white-space: nowrap;
  padding-right: 50px;
  display: flex;

}

.ad_wrap .ad_sub p span:nth-child(1) {
  font-family: 'Myriad Pro';
  font-size: 15px;
  font-weight: 600;
  width: 20%;

  color: #9baed1;
}

.ad_wrap .ad_sub p span:nth-child(2) {
  width: 80%;
}

/* 제품 소개  */
.pr .pr_bg {
  height: 478px;
  background-position: center !important;
}

.pr .pr_bg .wrap {
  width: 50%;
  float: right;
  padding-top: 40px;
  box-sizing: border-box;

}

.pr .pr_bg .wrap.color_f .btn {
  color: #fff;
  background: url(../image/sub/sub_pr_icon01.png) no-repeat 75%;
}

.pr .pr_bg .wrap.color_f {
  color: #fff;
}

.pr .pr_bg .wrap.right {
  padding-left: 175px;
}

.pr .pr_bg .wrap.left {
  float: left;
  padding-right: 175px;
}

.pr .pr_bg .wrap .sub_tit {
  font-size: 54px;
  text-align: left;
  margin-bottom: 35px;
}

.pr .pr_bg .wrap .sub_sub {
  font-size: 18px;
  text-align: left;
}

.pr .pr_bg .btn {
  display: inline-block;
  padding: 20px 135px 20px 35px;
  border: 1px solid #b4b5b9;
  background: url(../image/sub/sub_pr_icon02.png) no-repeat 75%;
  transition: all 0.3s;
}

.pr .pr_bg .wrap.color_f .btn:hover {
  background: url(../image/sub/sub_pr_icon01.png) no-repeat 75% #0b4da2;
  border: 1px solid #0b4da2;
}

.pr .pr_bg .btn:hover {
  background: url(../image/sub/sub_pr_icon01.png) no-repeat 75% #0b4da2;
  color: #fff;
}

/* 제품 */
.prod_wrap {
  padding: 210px 0;
}

.gray_bg {
  background: #f9f9f9;
}

.blue_bg {
  background: #f8f9fe;
}

.prod_wrap .inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  background: #fff;
  padding: 45px 60px;
  box-sizing: border-box;
  margin-top: 50px;
  border-radius: 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .15)
}

.prod_wrap .inner>div {
  width: 50%;
  box-sizing: border-box;
}

.prod_wrap .inner>div.prod_txt {
  width: 45%;
}

.prod-img-zoom .item {
  text-align: center;
  height: 600px;
  line-height: 600px;
  font-size: 0;
}

.prod-img-zoom .item img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  display: inline-block !important;
}

.prod-thumbs {
  text-align: center;
  margin-top: 130px;
  display: flex;
}

.prod-thumbs .item {
  cursor: pointer;
  margin: 0 5px;
  width: 140px;
}

.prod-thumbs .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  transition: all 0.3s;
}

.prod-thumbs .item span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, .7);
}

.prod-thumbs .item.slick-current span:after {
  border: 1px solid #0a428a;
  background: none;
}

.prod-thumbs .item span img {
  vertical-align: top;
  padding: 8px;
  max-height: 140px;
  max-width: 140px;
  box-sizing: border-box;
}

.prod_txt .small_eg {
  font-size: 20px;
  font-weight: 700;
  color: #0b4da2;

}

.prod_txt .prod_name {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 30px;
}

.prod_txt .prod_sub {
  font-size: 16px;
  color: #333;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.prod_txt .prod_cont li {
  margin-top: 25px;
  position: relative;
  padding-left: 17px;
  background: url('/image/sub/blue_txt.png') no-repeat left 11px;
}

.prod_txt .prod_cont li .tit {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0b4da2;
}

.prod_btn {
  margin-top: 50px;
}

.prod_btn a {
  display: inline-block;
  width: 205px;
  line-height: 58px;
  box-sizing: border-box;
  border: 1px solid #333;
  text-align: center;
}

.prod_btn a.down_btn {
  color: #fff;
  background: #0b4da2;
  border: 1px solid #0b4da2;
}

.prod_btn a.down_btn img {
  margin-left: 10px;
  vertical-align: middle;
}

/* section2 */
.page-btn__prev{
  position: absolute;
  top:0;
  left: 0;
  display: flex;
  align-items: center;
}

.page-btn__prev p{
  font-size: 17px;
  margin-left: 25px;
  font-weight: 400;
}

.page-btn__next{
  position: absolute;
  top:0;
  right: 0;
  display: flex;
  align-items: center;
}

.page-btn__next p{
  font-size: 17px;
  margin-right: 25px;
  font-weight: 400;
}


.sub_prd .main_tit {
  color: #fff;
  margin-top: 145px;
}

.sub_prd .prd_list {
  display: flex;
  transform: translateY(50%);
  position: relative;
  margin-top: -100px;
}

.sub_prd .prd_list.slick-slider{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sub_prd ul li {
  width: 20%;
  margin: 0 10px;
  height: 180px;
  background: #fff;
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.sub_prd ul li:last-child {
  margin-right: 0;
}

.sub_prd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sub_prd ul li img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.sub_prd ul li img:nth-child(2) {
  opacity: 0;
  display: none;
}

.sub_prd ul li .prd_txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(20%);

}

.sub_prd ul li .prd_tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  font-family: 'Exo';
}

.sub_prd ul li .prd_desc {
  font-size: 15px;
  color: #8b94a5;
  opacity: 0;
  display: none;
}

.sub_prd ul li .btn {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  background: url(../image/sub/sub_btn_icon.png) no-repeat center / contain;
  opacity: 0;
  display: none;
}

.sub_prd ul li.active img:nth-child(2) {
  opacity: 1;
  display: block;
  transition: all 0.5s;
}

.sub_prd ul li.active .prd_txt {
  transform: translateY(0);
  transition: all 0.5s;
  color: #fff;
}

.sub_prd ul li.active .prd_desc {
  opacity: 1;
  display: block;

  transition: all 0.5s;
}

.sub_prd ul li.active {
  background: #0b4da2;
  transition: all 0.5s;

}

.sub_prd ul li.active .btn {
  opacity: 1;
  transition: all 0.5s;
  display: block;

}

.sub_prd .prd_list .slick-list {
  padding-top: 100px;
}


.sub_prd .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, 0%);
  display: flex;
}

.sub_prd .slick-dots li {
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.sub_prd .slick-dots li.slick-active{
  background: #0a428a;
}

.sub_prd .slick-dots li button {
  display: none;
}

.slick-cloned,
.slick-slide {
  opacity: 0;
}

.slick-slide.slick-active {
  opacity: 1;
}

/* 미래모빌리티 */
.mobility .sec1 {
  background: linear-gradient(to bottom, #fff, #fff, #fff, #f3f5f7);
  padding-top: 30px;
}

.mobility .new_box {
  max-width: 1045px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.21);
}

.mobility .tit {
  height: 55px;
  line-height: 55px;
  background: #103564;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.mobility .desc {
  padding: 40px 0;
  line-height: 1.4em;
  background: #fff;
}

.mobility .sec2 {
  background: #fff;
  padding-bottom: 0;
}

.mobility .sec2 .img {
  width: 100%;
  height: 550px;
  background: url(../image/sub/new_img02.png) no-repeat center;
}

.mobility .sec2 .wt_box {
  text-align: center;
  color: #333;
  font-size: 22px;
  top: -65px;
  background: #fff;
  padding: 50px 0;
}

.mobility .sec3 {
  background: #f7f8f9;
}

.mobility .sec3 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.mobility .sec3 .item_box .ib_top img {
  display: block;
  width: 100%;
}

.mobility .sec3 .item_box .ib_bot {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 40px;
  background: #fff;
  position: relative;
  top: -65px;


}

.mobility .sec3 .item_box .ib_bot p:nth-child(1) {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}

.mobility .sec3 .item_box .ib_bot p:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  color: #0b4da2;
  margin-bottom: 35px;
}

.mobility .sec4 {
  height: 830px;
  background: url(../image/sub/new_img07.png) no-repeat center;
  padding: 0;
}

.mobility .sec4 .page_tit {
  padding-top: 100px;
}

.mobility .sec4 .page_tit p,
.mobility .sec4 .page_tit div {
  color: #fff;
}

.mobility .sec5 {
  background: #f7f8f9;
  padding: 0;
}

.mobility .sec5 .img {
  width: 100%;
  height: 470px;
  background: url(../image/sub/new_img08.png) no-repeat center / cover;
}

.mobility .sec5 .wt_box {
  text-align: center;
  color: #333;
  font-size: 22px;
  top: -65px;
  background: #fff;
  padding: 50px 0;
}

.mobility .sec5 .item_box {
  display: flex;
  align-items: center;
  padding: 60px 0;
  /* border-bottom: 1px solid #ededed; */
  transform: translateY(-125px);
  /* margin-top: -125px; */
  background: #fff;
  margin-bottom: 40px;

}

.mobility .sec5 .item_box .item_L {
  width: 50%;
  text-align: center;
}

.mobility .sec5 .item_box .item_R {
  width: 50%;
  box-sizing: border-box;
  padding-right: 6%;
}

.mobility .sec5 .item_box .item_R p:nth-child(1) {
  font-size: 28px;
  font-family: 'Exo';
  font-weight: 600;
  margin-bottom: 30px;
}

.mobility .sec5 .item_box .item_R p:nth-child(2) {
  font-size: 17px;
  color: #333;
  padding-bottom: 35px;
  /* background: pink; */
  border-bottom: 1px solid #dedede;
  /* border: 1px solid #000; */
  margin-bottom: 25px;

}

/*
.mobility .sec5 .item_box .item_R p:nth-child(3) {
  font-size: 15px;
  color: #333;
  font-family: 'Exo';
}
 */
.mobility .sec5 .item_box .item_R p.list {
  padding-left: 20px;
  background: url(../image/sub/new_img09.png) no-repeat left center;
}

.mobility .sec6 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

.mobility .sec6 .img {
  width: 100%;
  height: 550px;
  background: url(../image/sub/new_img13.png) no-repeat center / cover;
}

.mobility .sec5 .bg_fff {
  background: #fff;
  padding-top: 100px;
}


/* R&D 소개 - 캄텍기술연구소 */
.rndGreen .tab li.on a {
  background: #006c79;
  border: 1px solid #006c79;
}

.rndGreen #nav nav a .txt,
.rndGreen #nav nav a.active .dots:after,
.rndGreen .system_tab,
.rndGreen .page_tit p:after {
  background: #006c79;
}

.rndGreen .study_result {
  background: url('/image/sub/study_result2.jpg') no-repeat center / cover;
}

/* R&D 소개 */
#nav {
  position: absolute;
  right: 50px;
  top: 10%;
  z-index: 99;
  transition: 0.5s ease;
}

#nav.fix {
  position: fixed;
  top: 20%;
}

#nav nav a {
  displaY: block;
  margin-bottom: 10px;
}

#nav nav a>span {
  display: inline-block;
  vertical-align: middle
}

#nav nav a .txt {
  background: #0b4da2;
  border-radius: 30px;
  line-height: 1.4em;
  width: 160px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 10px 15px;
}

#nav nav a .dots {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  text-align: Center;
}

#nav nav a .dots:after {
  content: '';
  background: #b8b8b8;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
}

#nav nav a.active .dots:after {
  width: 10px;
  height: 10px;
  background: #0b4da2;
}

.target {
  padding: 100px 0;
}

.target .page_tit {
  padding: 0 0 30px;
}

.sh_bigTit {
  font-size: 150px;
  font-weight: 900;
  line-height: 1;
  color: #f6f6f6;
  letter-spacing: -5px;
}

.inno_tit {
  font-size: 43px;
  font-weight: bold;
  position: relative;
  top: -40px;
  margin-top: -40px;
  line-height: 1;
}

.inno_img {
  margin-top: 65px;
}

.inno_img .txt {
  max-width: 1045px;
  margin: 0 auto;
}

/* 성과 및 연혁 */
.target.bg {
  background: #f7f7f7 url('/image/sub/rnd_history_bg.jpg') no-repeat bottom;
  padding: 100px 0 100px;
}

.rnd_history {
  margin-top: 80px;
}

.rnd_history:before {
  content: '';
  displaY: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  backgrounD: #ddd;
  height: 1px;
}

.rnd_history .item {
  margin-right: 20px;
}

.rnd_history .item .icon {
  position: relative;
}

.rnd_history .item .num {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 30px 0 15px;
}

.rnd_history .item .txt li {
  font-size: 17px;
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
}

.rnd_history .item .txt li:before {
  content: '';
  displaY: block;
  position: absolute;
  left: 0;
  top: 12px;
  background: #999;
  border-radius: 100%;
  width: 3px;
  height: 3px;
}

.rnd_history .item .img {
  margin-top: 30px;


}

.rnd_history .slick-arrow {
  position: absolute;
  top: -80px;
  width: 52px;
  height: 52px;
  border: 0;
  text-indent: -9999em;
  z-index: 9;
  cursor: pointer;
}

.rnd_history .slick-prev {
  background: url('/image/sub/rnd_prev.png') no-repeat center;
  right: 60px;
}

.rnd_history .slick-next {
  background: url('/image/sub/rnd_next.png') no-repeat center;
  right: 0;
}

/* 조직 및 현황 */
.member_img {
  margin: 50px 0 80px;
}

.study_list li {
  width: 32%;
  margin-right: 2%;
  text-align: center;
}

.study_list li .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.study_list li .box {
  border: 1px solid #ddd;
  border-top: 1px solid #000;
  height: 300px;
  box-sizing: border-box;
  displaY: table-cell;
  width: 1%;
  vertical-align: middle;
}

.study_list li .box .icon {
  margin-bottom: 10px;
}

/* 연구 개발 분야 */
.system_tab {
  background: #0b4da2;
  padding: 30px 0;
  color: #fff;
}

.system_tab:before {
  content: '';
  display: block;
  position: absolute;
  height: 60px;
  left: 33.33%;
  top: 30px;
  border-left: 0px solid rgba(255, 255, 255, 0.1);
}

.system_tab:after {
  content: '';
  display: block;
  position: absolute;
  height: 60px;
  right: 33.33%;
  top: 30px;
  border-right: 0px solid rgba(255, 255, 255, 0.1);
}

.system_tab .item {
  font-size: 20px;
  opacity: 0.6;
  text-align: center;
  font-family: 'Exo', sans-serif;
  line-height: 60px;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}

.system_tab .slick-track {
  margin: 0 auto;
}

.system_tab .item.slick-current {
  font-size: 27px;
  opacity: 1;
}

.system_tab .slick-arrow {
  position: absolute;
  top: 35px;
  width: 45px;
  height: 45px;
  border: 0;
  text-indent: -9999em;
  z-index: 9;
  cursor: pointer;
}

.system_tab .slick-prev {
  background: url('/image/sub/system_prev.png') no-repeat center;
  left: 30px;
}

.system_tab .slick-next {
  background: url('/image/sub/system_next.png') no-repeat center;
  right: 30px;
}

.system_wrap {
  background: #f7f7f7;
  text-align: center;
  padding: 90px 110px;
}

.system_wrap .item .title {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Exo', sans-serif;
  display: inline-block;
  border-bottom: 2px solid #000;
}

.system_wrap .item .sub {
  font-sizE: 20px;
  line-height: 1.7
}

.system_wrap .item>.img {
  margin-top: 65px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px 25px;
  text-align: center;
}

.system_wrap .item .img img {
  margin: 0 auto;
}

.system_wrap .item ul {
  margin-top: 45px;
}

.system_wrap .item ul li {
  width: 49%;
  margin-right: 2%;
  margin-top: 2%;
  border: 1px solid #ddd;
  background: #fff;
}

.system_wrap .item ul li .tit {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 55px;
}

.system_wrap .item ul li .cont {
  height: 390px;
  box-sizing: border-box;
  padding: 40px 15px 40px 25px;
  text-align: left;
  position: relative;
}

.system_wrap .item ul li .cont>p {
  font-size: 16px;
  padding: 0 0 5px 12px;
  position: relative;
}

.system_wrap .item ul li .cont>p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #a7a7a7;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.system_wrap .item ul li .cont .img {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}


/* 연구 성과 */
.study_result {
  background: url('/image/sub/study_result.jpg') no-repeat center / cover;
  padding: 100px 0;
  color: #fff;
}

.topic_tit {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.1;
}

.sr_list {
  text-align: center;
  padding-top: 40px;
}

.sr_list li {
  padding: 0 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

.sr_list li .icon img {
  vertical-align: top;
}

.sr_list li .num {
  font-size: 28px;
  line-height: 1;
  margin: 25px 0 15px;
}

.sr_list li .num b {
  font-size: 55px;
  font-weight: 600;
  font-family: 'Exo', sans-serif;
}

.sr_list li .sub {
  font-size: 22px;
}

.topic {
  margin-top: 90px;
}

.topic ul {
  border-top: 2px solid #000;
}

.topic ul li {
  border-bottom: 1px solid #ddd;
  padding: 35px 145px 35px 30px;
  position: relative;
}

.topic ul li .text {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
}

.topic ul li .text:before {
  content: '';
  background: #555;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 12px;
}

.topic_btn {
  position: absolute;
  top: 25px;
  right: 0;
}

.topic_btn a {
  displaY: inline-block;
  vertical-align: top;
  width: 120px;
  font-size: 14px;
  text-align: left;
  background: #0b4da2 url('/image/sub/link.png') no-repeat center right 15px;
  line-height: 45px;
  height: 45px;
  box-sizing: border-box;
  padding: 0 15px;
  color: #fff;
}

/* esg 경영 */
.esg .sub_tit {
  font-size: 30px;
  color: #0a428a;
}

.esg .sub_sub {
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #333;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.7em;
}

.esg06_new {
  background-image: url(/image/sub/esg06_new_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 80px 0;
  background-color: #f7f8f9;
  margin-bottom: 40px;
}
.esg06_new .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.esg06_new .inner .img {
  width: 50%;
}
.esg06_new .inner img {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
}
.esg06_new .inner .txt {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.esg06_new .inner .txt h2 {
  font-size: 36px;
  color: #343434;
  font-weight: bold;
  margin-bottom: 30px;
}
.esg06_new .inner .txt span {
  font-size: 19px;
  color: #999;
  margin-bottom: 120px;
  display: block;
}
.esg06 .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.esg06 .btns a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 16px;
}
.esg06 .btns a:first-child {
  background: #283445 url(/image/sub/sub_icon_download.png) no-repeat center right 25px;
  background-size: 20px;
  margin-right: 15px;
}
.esg06 .btns a:last-child {
  background: #283445 url(/image/sub/sub_icon_link.png) no-repeat center right 25px;
}
.esg06_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.esg06_list li {
  border: 1px solid #ddd;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 1%;
  width: 374px;
  margin-bottom: 20px;
}
.esg06_list li h3 {
  font-size: 24px;
  color: #343434;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.esg06_list .btns a {
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
/* 인재상 */
.competent .page_bg {
  background: url(../image/sub/sub_com_bg.png) no-repeat;
  padding: 180px 0;
}

/* 인재육성제도 */
.devel_title {
  text-align: Center;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 30px;
}

.devel_sub {
  text-align: Center;
  font-size: 18px;
  font-weight: 500;
}

.devel_box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 70px;
  margin-bottom: 70px;
}

.devel_box li {
  width: 31.3333%;
  margin-right: 3%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

.devel_box li:after {
  content: '';
  display: block;
  background: url('/image/sub/devel_arw.png') no-repeat center;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 49%;
  right: -27px;
}

.devel_box li.mr0:after {
  display: none;
}

.devel_box li .tit {
  background: #0b4da2;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 50px;
}

.devel_box li .sub {
  padding: 20px;
  height: 165px;
  box-sizing: border-box;
}

.core.devel_bg {
  background: url('/image/sub/devel_bg.jpg') no-repeat center / cover;
  padding: 55px 0 90px;
  margin-top: 70px;
}

.core.devel_bg ul {
  margin: 0 -20px;
}

.core.devel_bg ul li {
  width: 33.333%;
}

.core.devel_bg ul li>div {
  height: 390px;
  padding: 65px 0;
  margin: 0 20px;
}

.core.devel_bg ul li .num {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.7;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-bottom: 20px;
}

.core.devel_bg ul li .ko {
  font-sizE: 20px;
  margin: 30px 0 5px;
}

.core.devel_bg ul li .eg {
  font-sizE: 16px;
  margin: 0;
}

.devel .item_box {
  display: flex;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #ededed;

}

.devel_ .item_box:nth-child(2n-1) {
  background: #f7f8f9;
}

.devel .item_box.no_border {
  border: none;
}
.devel .item_box .item_R,
.devel .item_box .item_L {
  width: 50%;
}

.devel .item_box .item_R p:nth-child(1) {
  font-size: 80px;
  font-family: 'Exo';
  color: #f0f1f2;
  font-weight: 800;
  margin-left: -70px;
}

.devel_ .item_box .item_R p:nth-child(1) {
  font-size: 120px;

}

.devel .item_box .item_R p:nth-child(2) {
  font-size: 30px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.devel .item_box .item_R p:nth-child(3) {
  font-size: 16px;
  color: #666;
}

.devel .hasbg {
  background: #f7f8f9;
  padding: 100px 0;
  border-bottom: 1px solid #ededed;
}

.devel .hasbg .devel_title {
  margin-bottom: 70px;
}

.devel .hasbg .item_box {
  background: #fff;
  padding: 0;
  border: none;
  margin-bottom: 40px;
}

.devel .hasbg .item_box img {
  display: block;
  width: 100%;
}

.devel .hasbg .item_box .item_R {
  padding-left: 9%;
  padding-right: 6%;
}

.devel .page_bg {
  background: url(../image/sub/sub_dev_bg.png) no-repeat center / cover;
  padding: 150px 0;
}

.devel .sub_con {
  /* position: relative;
  top: -180px; */
  margin-top: -180px;
  background: #fff;
}

.devel .sub_sub {
  padding: 80px 5%;
  margin-bottom: 50px;
  line-height: 1.7em;
}

.devel.content {
  background: url(../image/sub/sub_dev_bg_all.png) no-repeat -200px 105%;
  padding-bottom: 50px;
  margin-bottom: 0;
}

/* tmp - 사회공헌 레이아웃 수정 */
.devel_ .item_box {
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #ededed;

}

.devel_ .item_box .item_R {
  width: 50%;
  padding-left: 16%;
  padding-top: 6%;
  box-sizing: border-box;
}

.devel_ .item_box .item_R.reverse {
  padding-left: 0%;
  padding-top: 6%;
  padding-right: 6%;
}

.devel_ .item_box .item_R a{
  display: block;
  width: 200px;
  line-height: 50px;
  height: 50px;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  background-color: #0b4da2;
  box-sizing: border-box;
  margin-top: 30px;
  background-image: url(/image/sub/link_icon.jpg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  transition: all ease .3s;
}

.devel_ .item_box .item_R a:hover{
  opacity: 0.85;
}

.devel_ .inner {
  display: flex;
}

/* 주요 교육과정 */
.wel_box {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wel_box li {
  width: 25%;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
}

.wel_box li>div {
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  padding: 25px;
}

.wel_box li .icon {
  margin-bottom: 15px;
}

.wel_box li .eg {
  font-size: 17px;
  color: #343434;
}

.wel_box li .txt {
  font-sizE: 16px;
  color: #555;
  line-height: 1.4em;
}

/* 복리후생 */
.wel .page_bg {
  padding: 150px 0;
}

.wel .sub_con {
  /* position: relative;
  top: -180px; */
  margin-top: -180px;
  background: #fff;
}

.wel .sub_sub {
  padding: 80px 5%;
  margin-bottom: 50px;
}

/* 복리후생 */
.welfare_wrap {display: flex; flex-wrap: wrap;}

.welfare_wrap li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 50px 60px;
}

.welfare_wrap li:nth-child(2n) {
  margin-right: 0;
}

.welfare_wrap li>div {
  display: table-cell;
  vertical-align: middle;
}

.welfare_wrap li .icon {
  width: 180px;
  padding-right: 20px;
}

.welfare_wrap li .text .eg {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 15px;
}

.welfare_wrap li .text>p {
  font-size: 16px;
  color: #666;
  position: relative;
  padding-left: 15px;
}

.welfare_wrap li .text>p:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #0b4da2;
  position: absolute;
  left: 0;
  top: 12px;
}

/* 서한 뉴스룸 */
.board_list_g {
  margin-top: 100px;
  border-top: 2px solid #000;
}

.board_list_g li {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}

.board_list_g li:last-child {
  border-bottom: 1px solid #000;
}

.board_list_g li a {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.board_list_g li a>div {
  display: table-cell;
  vertical-align: middle;
}

.board_list_g li .img {
  width: 320px;
}

.board_list_g li .img img {
  vertical-align: top;
  width: 100%;
  border: 1px solid #ddd;
}

.board_list_g li .txt {
  padding-left: 30px;
}

.board_list_g li .tit {
  font-size: 22px;
}

.board_list_g li .sub {
  margin: 15px 0 30px;
}

.board_list_g li .num {
  color: #bbb;
}

/* 홍보 영상 */
.video_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video_tab {
  margin: 40px -5px 0;
}

.video_tab li {
  width: 25%;
}

.video_tab li a {
  display: block;
  margin: 0 5px;
  border: 1px solid #ddd;
  background: #f0f1f2;
  padding-top: 60%;
  position: relative;
}

.video_tab li a>div {
  displaY: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.video_tab li .img {
  width: 100%;

}

.video_tab li .img img {
  max-width: 90%;

}

.video_tab li .text {
  font-size: 17px;
  padding-left: 20px;
}

.video_tab li .text strong {
  font-size: 19px;
  display: block;
}

.video_tab li.on a {
  color: #fff;
  /* backgrounD: #0b4da2; */
  border: 1px solid #0b4da2;
}

.video_tab li.default a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_tab li.default a .img img {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.video .sub_tit {
  font-size: 28px;
  font-weight: 400;
}

.video .sub_sub {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;

}

.video .slick-next {
  width: 30px;
  height: 55px;
  background: url(../image/sub/sub_icon_next.png) no-repeat center / contain;

  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(20px, -50%);
}


/* 동반성장 */
.sustain .manage_wrap {
  padding: 50px 0;
}

.sustain .manage_tit {
  text-align: left;
}

.sustain .manage_box li {
  width: 100%;
  margin-bottom: 30px;

}

.sustain .lh18 {
  line-height: 2em;
}

.sustain .manage_box li .sub {
  height: auto;
  border-top: 1px solid #ddd;
}

.sustain .online_form_write th {
  width: 150px;
  text-align: center;
}

.sustain .online_form_write th:last-child {
  width: calc(100% - 150px)
}

/* 동반성장(고객문의) */
.form_box {
  border: 1px solid #ddd;
  padding: 50px 10px;
  margin-bottom: 50px;
}

.form_box li:last-child {
  border-left: 1px solid #ddd;
}

.form_box li>div {
  display: table-cell;
  vertical-align: middle;
}

.form_box li .icon {
  padding: 0 60px;
}

.form_box li .txt {
  font-sizE: 22px;
}

.online_form {
  padding-top: 50px;
}

.online_form .form_tit {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}

.online_form_write {
  border-top: 1px solid #000;
  width: 100%;
}

.online_form_write th,
.online_form_write td {
  padding: 15px 25px;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.online_form_write th {
  font-weight: 500;
  width: 250px;
  font-size: 16px;
}

.online_form_write td input {
  width: 50%;
  border: 1px solid #ddd;
  padding: 0 15px;
  box-sizing: border-box;
  height: 50px;
}

.online_form_write td textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  box-sizing: border-box;
  resize: none;
}

.online_form_btn {
  margin-top: 65px;
  text-align: Center;
}

.online_form_btn a {
  font-size: 16px;
  color: #fff;
  width: 185px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin: 0 auto;
  background: #0b4da2;
}

/* 2024.02.21 수정 */
.vision_cont .sub_sub {
  margin-bottom: 26px;
}
.sub_sub p{
  font-size: 30px;
  margin-bottom: 15px;
}
.sub_sub p span {
  color: #0b4da2;
  font-weight: bold;
}
.vision_cont .sub_tit {
  padding-bottom: 70px;
}
.vision_cont figure {
  position: relative;
}

.vision_cont figure p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: #fff;
  white-space: nowrap;
  line-height: 1.4;
}
.vision_cont figure p strong {
  font-weight: bold;
  font-size: 38px;
}
.mission_cont {
  padding-bottom: 116px;
  position: relative;
  z-index: 2;
}
.mission_cont .sub_sub {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 50px;
}
.mission_cont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 530px;
  background-color: #f7f7f7;
  z-index: -1;
}
.mission_list {
  margin-top: 65px;
  display: flex;
  gap: 20px;
  text-align: center;
}
.mission_list li {
  flex: 1;
}
.mission_list li figure{
  padding-top: 135%;
  position: relative;
  margin-bottom: 30px;
}
.mission_list li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  
}
.mission_list li p {
  font-size: 22px;
  font-weight: 600;
}
.mission_list li span {
  font-size: 24px;
      font-weight: 600;
}
.vision_list li { 
  padding: 45px 20px;
  text-align: center;
}
.section02 .vision_list li .tit {
  font-size: 15px;
}

@media all and (max-width:1400px) {
  .history-popup{width: 80%;}
}

/* 20251202 추가 */

.flex {
  display: flex;
}
.flexwrap { flex-wrap: wrap;}
.overview_box {
  width: calc((100% - 20px) /2);
  height: 550px;
  padding: 60px 40px;
  margin-right: 20px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
  cursor: pointer;
  overflow: hidden;
}

.overview_box:last-child {
  margin-right: 0;
}

.overview_tit {
  font-size: 28px;
  line-height: 1.4em;
  color: #fff;
  font-weight: 600;
  padding-top: 135px;
  padding-bottom: 70px;
  transition: all 0.5s;

}

.overview_desc {
  font-size: 17px;
  line-height: 2em;
  color: #fff;
  padding-bottom: 60px;
  display: none;
  transition: all 0.5s;
}

.overview_box:hover .overview_tit {
  padding-top: 30px;
}

.overview_box:hover .overview_desc {
  display: block;
}

.overview_box:nth-child(1) {
  background-image: url(/image/sub/overview_img01.png);
}

.overview_box:nth-child(2) {
  background-image: url(/image/sub/overview_img02.png);
}

.overview_box:nth-child(1):hover {
  background-image: url(/image/sub/overview_img01.png);
}

.overview_box:nth-child(2):hover {
  background-image: url(/image/sub/overview_img02.png);
}

/* 공통 링크 */
.tab_style01 {
  width: 215px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  background: url(/image/sub/sub_arrow.png) no-repeat 90%;
  position: relative;
  transition: all 0.3s linear;
  cursor: pointer;

}

.tab_style01 a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
}

.tab_style01:hover {
  border: 1px solid #0b4da2;
  background-color: #0b4da2;
}

@media all and (max-width:1023px) {
  .overview_wrap { flex-direction: column; } 

  .overview_box { width: 100%; height: auto; padding: 30px 20px; margin-right: 20px; background-position: center; } 
 
  .overview_tit { width: 100%; font-size: 20px; margin-right: 20px; padding-top: 35px; padding-bottom: 30px; } 
 
  .overview_desc { font-size: 14px; line-height: 1.6em; display: block; } 
 
  .overview_box .tab_style01 { background-color: #0b4da2; border-color: #0b4da2; } 
}


/* 부품 */
/* car_parts 250610 */
.car_bg_none {
  background: #F5F7F9;
}

.car_bg_none .tab {
  position: relative;
  top: -30px;
}


.car_parts_box {
  position: relative;
  padding-block: 96px;
  /* margin-top: 80px; */
  /* background: url(/image/parts/img_car_parts_bg.png) no-repeat center / cover; */
  background: #F5F7F9;
  overflow: hidden;
  box-sizing: border-box;
}

.car_parts_box .car_parts_box_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.car_parts_box .car_parts_box_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car_parts_box .inner {
  width: 100%;
  max-width: 1620px;

}

.car_parts_box .inner .circle_box {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 729px;
  max-height: 729px;
  margin: 0 auto;

}

.car_parts_box .inner .circle_box .circle_bg1 {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: linear-gradient(139deg, #FFF 12.8%, #EEE 87.32%);
  box-shadow: 0px 4px 224px 0px rgba(0, 0, 0, 0.08) inset,
    4px 4px 34px 13px rgba(0, 0, 0, 0.25);
  opacity: 0.7;
}

.car_parts_box .inner .circle_box .circle_bg2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 47px);
  height: calc(100% - 47px);
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 41.09%,
      rgba(153, 153, 153, 0.2) 125.29%),
    #fff;
  background-blend-mode: multiply;
  box-shadow: 0px 284px 224px 0px rgba(0, 0, 0, 0.08) inset;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.car_parts_box .inner .circle_box .car_parts {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.car_parts_box .inner .circle_box .car_parts .dot_mark {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.car_parts_box .car_parts .dot_mark::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #666;
  transition: 0.3s;
}

.car_parts_box .car_parts .dot_mark.active::after {
  background: #0b4da2;
}

.car_parts_box .dot_mark1 {
  top: 5%;
  left: 14%;
  transform: translate(-14%, -5%);
}

.car_parts_box .dot_mark2 {
  top: 36%;
  left: 15%;
  transform: translate(-15%, -36%);
}

.car_parts_box .dot_mark3 {
  top: 50%;
  left: 38%;
  transform: translate(-38%, -50%);
}

.car_parts_box .dot_mark4 {
  top: 0%;
  left: 77%;
  transform: translate(-77%, 0%);
}

.car_parts_box .dot_mark5 {
  top: 92%;
  left: 79%;
  transform: translate(-79%, -92%);
}

.car_parts_box .dot_mark6 {
  top: 85%;
  left: 13%;
  transform: translate(-13%, -85%);
}

@media (max-width: 1300px) {
  .car_parts_box {
    background: #F5F7F9;
    overflow: visible;
  }

  .car_parts_box .car_parts_box_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .car_parts_box .car_parts_box_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .car_parts_box .inner .circle_box .car_parts {
    width: 110% !important;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .car_parts_box.type03 .inner .circle_box .car_parts,
  .car_parts_box.type05 .inner .circle_box .car_parts,
  .car_parts_box.type02 .inner .circle_box .car_parts {
    width: 110% !important;
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .car_parts_box .inner .circle_box .car_parts>img {
    width: 100% !important;
  }

}

@media (max-width: 1199px) {
  .car_parts_box .inner {
    margin-inline: auto;
  }

  .car_parts_box .inner .circle_box {
    box-sizing: border-box;
  }
}




@media (max-width:768px) {
  .car_parts_box .inner .circle_box {
    max-width: 600px;
  }
}

@media (max-width:540px) {

  .car_parts_box .inner .circle_box {
    width: 110%;
    transform: translateX(-5%);

  }


}



.parts_list li {
  position: absolute;
  width: 254px;
  /* padding-inline: 27px; */
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 1px solid transparent; */
  opacity: 0.5;
  box-sizing: border-box;
  transition: .2s;
  cursor: pointer;
}



.img_parts {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 157px; */
  height: 150px;
  box-sizing: border-box;
}


.parts_info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  transition: .3s;
}



.parts_info .parts_name {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.36px;
  text-wrap: nowrap;
  transition: .3s;
}

.parts_info .parts_name span {
  display: none;
}

.view_plus {
  min-width: 30px;
  min-height: 30px;
  margin-right: -30px;

  background: url(/image/parts/img_add_w.svg)no-repeat center / contain, #0B4DA2;
  border: 1px solid transparent;
  border-radius: 100%;
  opacity: 0;
  transition: .3s;
  cursor: pointer;
}

.view_plus:hover {
  background: url(/image/parts/img_add_b.svg)no-repeat center / contain, transparent;
  border: 1px solid #0B4DA2;
}


.parts_list li.active {
  border: 1px solid #0B4DA2;
  background: #FFF;
  opacity: 1;
  z-index: 10;
}

.parts_list li.active .img_parts {
  padding-block: 0;
}

.parts_list li.active .parts_info {
  align-items: center;
  width: 100%;
}

.parts_list li.active .parts_info .parts_name {

  text-align: left;
  animation: nameMove .3s ease forwards;
}

@keyframes nameMove {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0)
  }
}

.parts_list li.active .view_plus {
  opacity: 1;
  margin-right: 0px;
}

.parts_item01 {
  top: -3%;
  left: 10%;
  transform: translate(-10%, 0);
}

.parts_item02 {
  top: 52%;
  left:5%;
  transform: translate(-2%, -45%);
}

.parts_item03 {
  top: 105%;
  left: 12%;
  transform: translate(-10%, -90%);
}

.parts_item04 {
  top: -3%;
  left: 90%;
  transform: translate(-85%, 0);
}

.parts_item05 {

  top: 52%;
  left: 95%;
  transform: translate(-95%, -45%);
}

.parts_item06 {
  top: 105%;
  left: 87%;
  transform: translate(-85%, -90%);
}

.select_parts {
  display: none;
}

@media (max-width:1300px) {
  .parts_list_box {
    position: relative;
    margin-inline: 3.90625%;
    margin-top: 92px;
  }

  .parts_list_box>div {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .parts_list {
    background: #F7F8F9;
  }


  .parts_list li {
    position: static;
    transform: translate(0) !important;
    width: 100%;
    padding-block: 22px;
    border: none;
    border-bottom: 1px solid #DDD;
    box-sizing: border-box;
    opacity: 1;
  }

  .parts_list li.active {
    border: none;
    background: #FFF;
    display: none !important;
  }

  .parts_list li .img_parts,
  .parts_list li .view_plus,
  .parts_list li.active .view_plus {
    display: none
  }

  .parts_list li .parts_info {
    align-items: center;
    justify-content: flex-start;
    height: auto;
  }


  .parts_name,
  .parts_list li .parts_info .parts_name {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
    text-align: left;
    color: #999;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.52px;
  }

  .parts_list li.active .parts_info .parts_name {
    color: #000;
    text-align: left;
  }



  .select_parts .parts_name span {
    color: #0B4DA2;
  }

  .parts_info .parts_name span {
    display: block;
  }

  .select_parts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
    background: #FFF;
    box-sizing: border-box;
  }


  .select_parts p {
    color: #000;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.52px;
  }

  .select_parts::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(/image/parts/img_arrow_down_b.svg) no-repeat center / contain;
    transition: .2s;
  }

  .select_parts.active::after {
    transform: rotate(180deg);
  }
}

/* 
@media (max-width:460px) {
  .select_parts {
    padding: 15px 20px;
  }


} */



/* 부품 디테일 */
.btn-area{
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  padding: 0 20px;
}
.rule-download{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 26px;
  border-radius: 6px;
border: 1px solid #0B4DA2;
background: #FFF;
width: fit-content;
}
.car_parts_box .detail_parts {
  /* display: none; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-block: 36px;
  transform: translateY(100%);
  transition: .3s;
}

.car_parts_box.detail_show .detail_parts {
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 8px -60px 40px -65px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16.25px);
  transform: translateY(0);
  z-index: 100;
}

.car_parts_box.detail_show::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background: rgba(255, 255, 255, 0.50);
  z-index: 50;
}

.detail_parts .inner {
  max-width: 1200px;
}


.detail_parts li {
  display: none;
}

.detail_parts li.active {
  display: flex;
  align-items: center;
  gap: 60px;
}

.detail_parts li.active img {
  width: 100%;
}

.detail_parts .detail_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
  width: 100%;
}

.detail_parts .detail_info>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.detail_parts .detail_info .title {
  color: #000;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.68px;
}

.detail_parts .detail_info .info {
  color: #444;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.34px;
}



.detail_parts .detail_info .view_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 215px;
  height: 58px;
  padding: 10px 20px;
  align-items: center;
  background: #0B4DA2;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  box-sizing: border-box;
}

.detail_parts .detail_close {
  position: absolute;
  top: 38px;
  right: 0;
  background: none;
  cursor: pointer;
}



@media (max-width:1300px) {


  .car_parts_box .detail_parts {
    position: static;
    transform: translateY(0);

  }

  .detail_parts .inner ul {
    margin-inline: 3.90625%;
    background: #FFF;
  }

  .detail_parts li.active {
    flex-direction: column;
    gap: 15px;
    padding: 40px;
    box-sizing: border-box;
  }

  .detail_parts li.active img {
    max-width: 400px;
  }

  .detail_close {
    display: none;
  }

  .car_parts_box.detail_show::before {
    content: none;
  }

  .car_parts_box.detail_show .detail_parts {
    background: none;
    box-shadow: none;
    backdrop-filter: blur(0);
  }
}

@media (max-width:768px) {
  .car_parts_box {
    margin-top: 0px;
  }
}

@media (max-width:640px) {
  .detail_parts li.active {
    padding: 20px;
  }

  .car_parts_box .detail_parts {
    padding-block: 15px 0;
  }
}






/* 부품 상세페이지 */

.detail_parts_title {
  padding: 80px 0 40px;
  color: #444;
  font-size: 2.6875rem;
  font-weight: 700;
  line-height: 100%;
}

.detail_parts_title .sub_info {
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}

.detail_parts_view .parts_thumb {
  position: relative;
  margin-block: 0 50px;
}

.detail_parts_view .parts_thumb .img_box {
  position: relative;
  text-align: center;
  z-index: 1;
  height: 100%;
  max-height: 367px;
}

.detail_parts_view .parts_thumb .parts_thumb_name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  text-align: center;
  z-index: 0;
}

.parts_detail_info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;

}

.parts_detail_info>div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;

}

.parts_detail_info .title_badge {
  /* width: 103px; */
  width: fit-content;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(11, 77, 162, 0.10);
  box-sizing: border-box;
  text-align: center;
  color: #0B4DA2;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
}

.parts_detail_info p {
  color: #444;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
}

.parts_detail_info ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.parts_detail_info ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.parts_detail_info ul li::before {
  content: "";
  min-width: 3px;
  min-height: 3px;
  margin-top: 10px;
  border-radius: 100%;
  background: #0B4DA2;
}

.parts_detail_info ul li>div {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.parts_detail_info .vertical_info {
  flex-direction: column;
  gap: 16px;
}

.parts_detail_info .vertical_info>div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.parts_detail_info .type {
  min-width: 90px;
  font-weight: 500;
}

.parts_detail_info ul p {
  font-size: 1.0625rem;
}





/* 부품탭 */
.parts_detail_tab {
  margin-top: 80px;
}

.parts_detail_tab ul {
  display: flex;
  align-items: center;
  width: 100%;
}

.parts_detail_tab ul li {
  flex: 1;
  width: 100%;
}

.parts_detail_tab ul li:first-child button {
  border-left: 1px solid #DDD;
}

.parts_detail_tab ul li button {
  width: 100%;
  height: 60px;
  padding: 18px 10px;
  box-sizing: border-box;
  border: 1px solid #DDD;
  border-left: none;
  background: #F0F1F2;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  transition: .2s;
  cursor: pointer;
}

.parts_detail_tab ul li button:hover {
  background: #0B4DA2;
  color: #FFF;
}

.parts_detail_tab ul li button.active {
  background: #0B4DA2;
  color: #FFF;
  font-weight: 500;

}

.parts_detail_tab .btn_detail_tab {
  display: none;
}

/* 7번 부품 */
.tab_contents {}

.tab_contents .parts_detail_tab {
  margin-top: 70px;
}

.tab_contents .parts_detail_list {
  margin-top: 0;
}

.tab_contents .detail_parts_title {
  font-size: 2.375rem;
}

.tab_contents .type {
  min-width: 74px;
}

.tab_contents .parts_detail_info ul li>div {
  gap: 0;
}



@media (max-width:768px) {
  .detail_parts_view .parts_thumb {
    margin-block: 0 30px;
  }

  .parts_detail_tab {
    position: relative;
  }

  .parts_detail_tab ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    z-index: 2;
  }

  .parts_detail_tab .btn_detail_tab::after {
    content: "";
    /* width: 40px;
    height: 40px; */
    width: 30px;
    height: 30px;
    background: url(/image/parts/img_arrow_down_w.svg) no-repeat center / contain;
    transition: .2s;
  }

  .parts_detail_tab .btn_detail_tab.active::after {
    transform: rotate(180deg);
  }

  .parts_detail_tab .btn_detail_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #DDD;
    background: #0B4DA2;
    color: #FFF;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 100%;
  }

  .parts_detail_tab ul li button {
    height: auto;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #DDD;
    text-align: left;
    color: #999;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.52px;
  }

  .parts_detail_tab ul li button.active {
    display: none;
  }


  .tab_contents .detail_parts_title {
    padding-block: 30px 60px;
  }
}



/* 부품 리스트 */
.parts_detail_list {
  margin-top: 60px;
}

.tab_contents_box>div,
.parts_detail_list>div {
  display: none;
}

.tab_contents_box>div.active,
.parts_detail_list>div.active {
  display: block;
}

.parts_detail_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.parts_detail_list ul li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 15px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.parts_detail_list .list_thumb {
  width: 100%;
  min-width: 164px;
  max-width: max-content;

  text-align: center;
  box-sizing: border-box;
}

.parts_detail_list .list_info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}


.parts_detail_list .list_info .parts_detail_name p {
  color: #0B4DA2;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 100%;
}

.parts_detail_list .list_info .parts_detail_name p>span {
  font-size: 0.875rem;
}

.parts_detail_list .list_info .parts_detail_text {
  color: #000;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 140%;
}

.parts_detail_list .list_info .parts_detail_text,
.parts_detail_list .list_info .parts_detail_name {
  display: flex;
  align-items: flex-start;
  gap: 33px;
}


.parts_detail_list .list_info .parts_detail_name::before {
  content: "부품명";
}

.parts_detail_list .list_info .parts_detail_text::before {
  content: "특징";
}

.parts_detail_list .list_info .parts_detail_name::before,
.parts_detail_list .list_info .parts_detail_text::before {
  min-width: 47px;
  color: #666;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 100%;
}

.vertical_flex li {
  flex-direction: column;
  align-items: flex-start;
}

.vertical_flex li .list_thumb {
  margin: 0 auto;
}


.new_joint li span>span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.new_joint li span>span::before {
  content: "∙";
}




.parts08_box {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #ddd;
}

.parts08_box>p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.parts08_box .parts_detail_list {
  margin-top: 40px;
}

.parts08_box .parts_detail_list .list_info {
  gap: 20px;
}

.parts08_box .parts_detail_list .parts_detail_text,
.parts08_box .parts_detail_list .parts_detail_name {
  flex-direction: column;
  gap: 10px;
}

.parts08_box .parts_detail_list .parts_detail_text li {
  flex-direction: row;
  gap: 8px;
  padding: 0;
  border: none;
}

.parts08_box .parts_detail_list .parts_detail_text li::before {
  content: "";
  min-width: 3px;
  min-height: 3px;
  margin-top: 10px;
  border-radius: 100%;
  background: #0B4DA2;
}

@media (max-width:1200px) {
  .parts_detail_list ul {
    grid-template-columns: 1fr;
  }

  .shaft.vertical_flex li {
    flex-direction: row;
  }
}



@media (max-width:720px) {
  .parts_detail_list {
    margin-top: 30px;
  }


}

@media (max-width:600px) {

  .shaft.vertical_flex li,
  .parts_detail_list ul li {
    flex-direction: column;
  }

  .parts_detail_list .list_thumb {
    max-width: 100%;
  }

  .parts_detail_list .list_info .parts_detail_text,
  .parts_detail_list .list_info .parts_detail_name {
    gap: 10px;
  }
}









/* 20251027 추가*/
.car_parts_box.type02 .parts_item02 {
  top: 90%;
  left: 85%;
  transform: translate(-85%, -90%);
}

.car_parts_box.type02 .circle_box .car_parts {
  width: max-content;
}
.car_parts_box.type02  .dot_mark1 {
  top: 39%;
  left: 17%;
  transform: translate(-17%, -39%);
}
.car_parts_box.type02 .dot_mark3 {
  top: 51%;
  left: 13%;
  transform: translate(-13%, -51%);
}
.car_parts_box.type02 .dot_mark2 {
  top: 51%;
  left: 18%;
  transform: translate(-18%, -51%);
}
.car_parts_box.type02 .dot_mark4 {
  top: 51%;
  left: 31%;
  transform: translate(-31%, -51%);
}

.car_parts_box.type03 .dot_mark1 {
  top: 35%;
  left: 59%;
  transform: translate(-35%, -59%);
}
.car_parts_box.type03  .dot_mark2 {
  top: 62%;
  left: 25%;
  transform: translate(-62%, -25%);
}
.car_parts_box.type03  .dot_mark3 {
  top: 62%;
  left: 27%;
  transform: translate(-62%, -27%);
}

.car_parts_box.type03 .dot_mark4 {
  top: 44%;
  left: 72%;
  transform: translate(-44%, -72%);
}
.car_parts_box.type03 .dot_mark5 {
  top: 40%;
  left: 73%;
  transform: translate(-40%, -73%);
}

.car_parts_box.type03 .parts_item02 {
  top:73%;
  left: 9%;
  transform: translate(-30%, -100%);
}
.car_parts_box.type03 .parts_item03 {
  top: 114%;
  left: 21%;
  transform: translate(-50%, -100%);
}
.car_parts_box.type03 .parts_item05 {
  top: 72%;
  left: 92%;
  transform: translate(-70%, -100%);
}



/* 풍력 */
.car_parts_box.type04 .parts_item06 {
  top: 90%;
  left: 90%;
  transform: translate(-100%, -48%);
}
.car_parts_box.type04 .parts_item07 {
  top: 106%;
  left: 84%;
  transform: translate(-106%, -67%);
}
.car_parts_box.type04  .circle_box .car_parts .dot_mark {
  width: 18px;
  height: 18px;
}
.car_parts_box.type04 .car_parts .dot_mark::after {
  width: 8px;
  height: 8px;
}

.car_parts_box.type04 .inner .circle_box .car_parts {
  position: absolute;
  top: 51%;
  left: 53%;
  width: 100%;
  transform: translate(-50%, -50%);
}


.car_parts_box.type04 .parts_list li {
opacity: 1 !important;
}

.car_parts_box.type04 .dot_mark1 {
  top: 26%;
  left: 46%;
  transform: translate(-30%, -41%);
}
.car_parts_box.type04  .dot_mark2 {
  top: 53%;
  left: 50%;
  transform: translate(-32%, -42%);
}
.car_parts_box.type04 .dot_mark3 {
  top: 84%;
  left: 52.5%;
  transform: translate(-41%, -46%);
}
.car_parts_box.type04  .dot_mark4 {
  top: 31%;
  left: 47%;
  transform: translate(-33%, -44%);
}
.car_parts_box.type04  .dot_mark5 {
  top: 86%;
    left: 52%;
    transform: translate(-81%, -47%);
}
.car_parts_box.type04  .dot_mark5 {
  top: 86%;
    left: 52%;
    transform: translate(-81%, -47%);
}

.car_parts_box.type04 .dot_mark6,
.car_parts_box.type04 .dot_mark7{
  display: none !important;
}

.car_parts_box .btn_list li{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
aspect-ratio: 1 / 1;
border-radius: 100%;
cursor: pointer;
z-index: 999;
}
.car_parts_box .btn_mark1{
  top: 84%;
  left: 51.6%;
  transform: translate(-71%, -47.8%);
}
.car_parts_box .btn_mark2{
  top: 27.5%;
  left: 54.8%;
  transform: translate(-36.5%, -48.8%);
}

.zoom_list li{
  position: absolute;
  left: 31.5%;
  top: 24%;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 449.56/317.84;
  min-width: 600px;
  z-index: 9 !important;
}
.zoom_list li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zoom_list .zoom_mark {
  display: none;
  transition: opacity 0.3s ease;
}

.zoom_list .zoom_mark.show {
  display: block;
  opacity: 1;
  

}
/* 조선 */


.car_parts_box.type05 .parts_item01 {
  top: 0%;
  left: 14%;
  transform: translate(10%, -20);
}

.car_parts_box.type05 .parts_item02 {
  top: 36%;
  left: 8%;
  transform: translate(-4%, -15%);
}

.car_parts_box.type05 .parts_item03 {
  top: 89%;
  left: 13%;
  transform: translate(-4%, -60%);
}
.car_parts_box.type05 .parts_item04 {
  top: 24%;
  left: 72%;
  transform: translate(-10%, -100%);
}

.car_parts_box.type05 .parts_item05 {
  top: 30%;
  left: 92%;
  transform: translate(-80%, 10%);
}

.car_parts_box.type05 .parts_item06 {

  top: 75%;
  left: 88%;
  transform: translate(-95%, -15%);
}

.car_parts_box.type05 .parts_item07 {
  top: 60%;
  left: 91%;
  transform: translate(-91%, -60%);
}
.car_parts_box.type05 .parts_item08 {
  top: 100%;
  left: 85%;
  transform: translate(-85%, -100%);
}
.car_parts_box.type05 .parts_item09 {
  top: 140%;
  left: 20%;
  transform: translate(-20%, -140%);
}
.car_parts_box.type05 .parts_item10 {
  top: 140%;
  left: 40%;
  transform: translate(-40%, -140%);
}
.car_parts_box.type05 .parts_item11 {
  top: 140%;
  left: 60%;
  transform: translate(-60%, -140%);
}
.car_parts_box.type05 .parts_item12 {
  top: 140%;
  left: 80%;
  transform: translate(-80%, -140%);
}

.car_parts_box.type05 {
  padding-bottom: 200px;
}

.car_parts_box.type05 .dot_mark1 {
  top: 20%;
  left: 66%;
  transform: translate(-25%, -58%);
}
.car_parts_box.type05 .dot_mark2 {
  top: 30%;
  left: 61%;
  transform: translate(-30%, -61%);
}
.car_parts_box.type05 .dot_mark3 {
  top: 67%;
  left:16%;
  transform: translate(-64%, -29%);
}
.car_parts_box.type05 .dot_mark4 {
  top: 57%;
  left: 82%;
  transform: translate(-64%, -25%);
}
.car_parts_box.type05 .dot_mark5 {
  top: 63%;
  left: 68%;
  transform: translate(-40%, -60%);
}
.car_parts_box.type05 .dot_mark6 {
  top: 45%;
  left: 63%;
  transform: translate(-45%, -63%);
}
.car_parts_box.type05 .dot_mark7 {
  top: 50%;
  left: 65%;
  transform: translate(-50%, -65%);
}
.car_parts_box.type05 .dot_mark8 {
  top: 55%;
  left: 67%;
  transform: translate(-55%, -67%);
}
.car_parts_box.type05 .dot_mark9,
.car_parts_box.type05 .dot_mark10,
.car_parts_box.type05 .dot_mark11,
.car_parts_box.type05 .dot_mark12{
  display: none !important;
}

.car_parts_box.type05 .btn_mark1 {
  top: 58%;
  left: 12.8%;
  transform: translate(-67%, -18.8%);
}
.car_parts_box.type05 .btn_mark2 {
  top: 43.5%;
  left: 54.8%;
  transform: translate(-43.5%, -54.8%);
}
.car_parts_box.type05 .img_parts img{
  width: 60%;
}

@media all and (max-width:460px) {
  .zoom_list li {
   width: 300px;
   min-width: unset !important;
   top: -240% !important;

}
}











@media all and (max-width:1300px) {
  .car_parts_box.type03 .parts_list{
    flex-direction: column;
  }
  .car_parts_box.type03 .parts_item03,
.car_parts_box.type03 .parts_item04,
.car_parts_box.type03 .parts_item05{
  border-bottom: 1px solid #DDD !important;
}
}



.parts_detail_list.type02 ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}


.parts08_box.type02 .parts_detail_list .list_info .parts_detail_name::before,
.parts08_box.type02 .parts_detail_list .list_info .parts_detail_text::before {
  display: none;
}
.parts08_box.type02 {
  margin-top: 80px;
  padding-top: 0px;
  border-top: none !important;
}

.parts08_box.type02 .thumb-list{
  display: flex;
  align-items: center;
justify-content: space-between;
 gap: 30px;
}
@media(max-width: 1024px) {
  .parts08_box.type02 .thumb-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
}
@media(max-width: 375px) {
  .parts08_box.type02 .thumb-list{
   gap: 20px;
  }
}

.parts08_box.type02 .list_thumb{
height: 233px;
display: flex;
align-items: center;
justify-content: center;
}
.parts08_box.type02 .thumb-list > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.busi_slide.type02 .item{
  cursor: pointer;
}

.parts08_box.type02  .parts_detail_name {
  display: flex;
  align-items: center !important;
}
.parts_detail_list .list_info .parts_detail_name p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}
.parts08_box.type02 .parts_detail_list .parts_detail_info{
 margin: 70px 0 120px;
 width: 100%;
}
.btm-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.parts08_box.type02 .mh85{
  min-height: 85px;
}

.busi_slide.type02  .img img{
aspect-ratio: 220 / 210;
}
.busi_slide.type02  .img{
  padding: 70px;
  box-sizing: border-box;
  max-height: 340px;
  
}

.busi_slide.type02.detail_show .detail_parts {
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 8px -60px 40px -65px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16.25px);
  transform: translateY(0);
  z-index: 999 !important;
}
.detail_parts.type02.detail_show{
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.60);
  margin-bottom: -180px;
  margin-inline: -1200px;
  z-index: 999 !important;
}


.detail_parts.type02{
  position: relative;
}
.detail_parts.type02 .detail_info .info {
text-align: left;
}
.detail_parts li{
  padding: 36px 0;
}

.busi_sub {
  text-align: center;
  word-break: initial;
  width: 100%;
  margin: 0px auto 0;
  padding-top: 40px;
}
@media(max-width: 1199px) {
  .detail_parts.type02.detail_show{
    margin-top: 40px;
    background-color: #fff;
    margin-bottom: -180px;
    margin-inline: -100px;
  }
  .detail_parts.type02 li.active {
    padding: 40px !important;
}
.busi_slide.type02 .img img {
  aspect-ratio: unset;
}
}
@media(max-width: 1024px) {
  .parts08_box.type02 .parts_detail_list .parts_detail_info {
    margin: 70px 0 40px;
    width: 100%;
}
}
@media(max-width: 768px) {
.busi_slide.type02 .item img{
  padding: 0px;
  box-sizing: border-box;
}
.detail_parts.type02 li.active {
  padding: 80px !important;
}
.busi_slide.type02 .img {
  padding: 30px;
}
}

.busi_group {
  margin-top: 130px;
  text-align: center;
}

.group_tit {
  font-sizE: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}

.busi_group_btn {
  margin-top: 15px;
}

.busi_group_btn a {
  displaY: inline-block;
  vertical-align: top;
  width: 215px;
  margin: 0 5px;
  font-size: 16px;
  text-align: left;
  background: #fff url('/image/sub/link_b.png') no-repeat center right 20px;
  border: 2px soliD #0b4da2;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 20px;
  transition: 0.3s ease-in-out;
}

.busi_group_btn a:hover {
  background: #0b4da2 url('/image/sub/link.png') no-repeat center right 20px;
  color: #fff;
}
