<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 공통 */
.page_tit {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #1b1b1b;
  line-height: 1;
  text-align: center;
  padding-top: 130px;
  margin-bottom: 50px;
}

.page_tit-style02 {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #1b1b1b;
  line-height: 1.1;
  text-align: center;
  padding-top: 125px;
  margin-bottom: 35px;
}

.page_sub {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 90px;
  color: #191919;
  font-weight: 600;
  text-align: center;
}

.page_sub-style02 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 90px;
  color: #333;
  font-weight: 600;
  text-align: center;

}

.content {
  padding-bottom: 150px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.is-red {
  color: #f00;
}

/* 이미지 */
.align-c img {
  max-width: 100%;
}

/* 공통 탭 */
.tab_box {
  text-align: center;
  margin-bottom: 65px;
  justify-content: center;
}

.tab_box .tab__style01 {
  margin: 0 5px;
  margin-bottom: 10px;
}

.tab_box .tab__style01 a {
  width: 240px;
  height: 63px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  color: #777;
  font-size: 17px;
  displaY: block;
  font-family: 'Exo';
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.tab_box .tab__style01.on a {
  color: #0b4da2;
  border: 2px solid #0b4da2;
}

.tab__style02 {
  margin: 0 5px 10px;
}

.tab__style02 a,
.tab__style02 button {
  width: 240px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #333;
  font-size: 17px;
  background: #f8f8f8;
  cursor: pointer;
}

.tab__style02.on a,
.tab__style02.on button {
  color: #fff;
  background: #0b4da2;
  border: 1px solid #0b4da2;
}


/* 공통 팝업 */
.img__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  max-height: 800px;
  /* overflow-y: scroll; */
  transform: translate(-50%, -50%);
  z-index: 10000;
  display: none;
  opacity: 0;
}

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

.img__popup .txt__popup {
  text-align: center;
  color: #fff;
  line-height: 1.4em;
  margin: 20px 0;
  font-weight: 600;
  font-size: 20px;
}

.img__popup .txt02__popup {
  text-align: center;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-size: 16px;
}

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

.certify__Img {
  position: relative;
}

.certify__Img:hover::after {
  display: block;
  opacity: 1;

}

.certify__Img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/common/view_icon.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;
}

.arrow_L {
  width: 62px;
  height: 95px;
  background: url(/image/sub/sub_icon05.png) no-repeat center;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(0. -50%);
  display: none;
  z-index: 99999;
}

.arrow_R {
  width: 62px;
  height: 95px;
  background: url(/image/sub/sub_icon04.png) no-repeat center;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0. -50%);
  display: none;
  z-index: 99999;
}

.close {
  width: 92px;
  height: 92px;
  background: url(/image/sub/sub_icon06_.png) no-repeat center;
  position: absolute;
  left: 100%;
  top: 0%;
  /* transform: translate(0, -50%); */
  display: none;
  z-index: 99999;
  cursor: pointer;
}



/* 공통 링크 */
.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;
}

/* 공통 */
.mainColor {
  color: #0b4da2;
}


/* 개요 &gt; 기업정보*/

.overviewImg {
  margin-bottom: 70px;
}

.overviewTxt .txtStyle01 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 35px;
}

.overviewTxt .txtStyle02 {
  font-size: 28px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 55px;
  letter-spacing: -2px;
}

.overviewTxt .txtStyle03 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}

/* 그룹사 */
.clientsOuter {
  padding-top: 20px;
}

.clientsOuter&gt;div:nth-child(2) {
  margin-top: 100px;
}

.clientsSubject {
  font-size: 26px;
  color: #333;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.logoWrap {
  flex-wrap: wrap;
}

.logoContents {
  flex-direction: column;
  width: calc((100% - (10px * 3)) / 4);
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;


}

.logoContents:nth-child(4n) {
  margin-right: 0;
}

.logoImg {
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoDesc {
  margin: 20px 0;
  font-size: 18px;
  color: #333;
}

/* 사업장소개 */
.company_wrap {
  justify-content: space-between;
}

.companyContents {
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 48%;
}

.companyImg img {
  max-width: 100%;
}

.companyDesc {
  padding: 42px 40px;
  box-sizing: border-box;
}

.companyDesc .tit {
  font-size: 28px;
  color: #222;
  font-weight: 600;
  margin-bottom: 50px;
}

.companyDesc .desc {
  display: flex;
  margin-bottom: 20px;
}

.companyDesc span:last-child {
  font-size: 18px;
  flex: 1;
}

.companyDesc span.exo_font {
  font-size: 20px;
  font-weight: 800;
  width: 140px;
  margin-left: 10px;
}

/* ceo 인사말 */
.ceoOuter {}

.ceo_subtit {
  font-size: 38px;
  line-height: 1.4;
  margin-bottom: 85px;
  color: #000;
  font-weight: 600;
}

.ceoTxt {
  width: 625px;
  margin-right: 95px;
}

.ceoTxt p {
  margin-bottom: 45px;
  font-size: 18px;
  letter-spacing: -1px;

}

.ceoImg {}

.ceoTxt .txtStyle01 {
  font-size: 26px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
}

.ceoTxt .txtStyle02 {
  font-size: 24px;
  color: #222;
  font-weight: 500;
}

/* 연혁 */
.history_top {
  position: relative;
  padding: 80px 0 0;
  margin-bottom: 120px;
}

.history_top .page_sub {
  color: #fff;
}

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

.history_tab {
  padding: 0 20px;
}

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

}

.history_tab li a {
  display: block;
  color: #d4cdcd;
  padding: 10px 0;
  font-size: 24px;
  text-align: center;
  font-family: 'Exo';
}

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

.history_tab li.on a {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
}

.history_tab li.on a {
  border-bottom: 8px solid #fff;
  color: #fff;
}

.history_cotent {
  margin-top: 40px;
}

.history_icon {
  text-align: center;
}

.history {
  position: relative;
}

.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 {
  position: relative;
}

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

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

.history li .wrap {
  width: 50%;
  position: relative;
  box-sizing: border-box;
  padding: 0 50px;
}

.history li.right .wrap {
  width: 100%;
  float: right;
}

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

.history li .wrap .year {
  width: calc(50% - 50px);
  font-size: 40px;
  font-weight: bold;
  transform: translateY(-50%);
}

.history li.right .wrap .year {
  float: right;

}

.history li .wrap .year+div {
  width: 100%;
  display: flex;
  margin-bottom: 100px;
}

.history li.right .wrap .year+div {
  flex-direction: row-reverse;
}

.history li .wrap .sub {
  margin: 20px 0;
  width: calc(50% - 50px);

}

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

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

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

.history li .wrap .sub p {
  font-size: 18px;
  position: relative;
  padding: 5px 0 5px 0px;
  display: flex;
}

.history li.left .wrap .sub p {
  justify-content: flex-end
}

.history li .wrap .sub p span {
  font-weight: 600;
}

.history li.right .wrap .sub p span {
  margin-right: 30px;
}

.history li.left .wrap .sub p span {
  margin-left: 30px;
}

.history li .wrap .img {
  font-size: 0;
  width: calc(50% - 50px);
  margin-top: -50px;
}

.history li.left .wrap .img {
  padding-left: 50px;
  display: flex;
}

.history li.right .wrap .img {
  padding-right: 50px;
  display: flex;
  justify-content: flex-end;
}

.history li .wrap .img p {
  displaY: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
}

.history li .wrap .img p:last-child {
  margin-right: 0;
}

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

/* ci 소개 */
.ci_bg {
  text-align: center;

  position: relative;
}

.ci_bg .sub_img {
  background: #f4f5f6;
  padding-top: 80px;
  padding-bottom: 150px;
}

.ci_bg .sub_txt {
  font-size: 24px;
  margin: 65px 0;
  padding: 15px 75px 5px;
  background: #fff;
  color: #333;
  line-height: 40px;
  font-weight: 500;
}

.ci_bg .sub_txt .ciTit {
  font-weight: bold;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 30px;
  color: #333;
}

.ci_btn {
  text-align: center;
  margin: 80px;
}

.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;
  background-size: 20px;
}

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

}

.ci_box img {
  max-width: 100%;
}

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

.ci_box ul {
  text-align: center;
  padding: 20px 40px 90px 10px;
  /* background: url(/image/sub/box_bg.png); */
  background-color: #f4f5f6;
  display: flex;
  justify-content: space-around;

}

.ci_box ul li p:first-child {
  height: 140px;
  display: table-cell;
  vertical-align: middle;
}

.ci_box ul li p:last-child {
  font-size: 20px;
  color: #333;
  padding: 50px 0 0;
}

.ci_box ul li img {
  vertical-align: middle;
}


/* 비전 */
.visionWrap .visionSubtit {
  font-size: 32px;
  color: #191919;
  text-align: center;
  margin-bottom: 90px;
  line-height: 1.4;
  font-weight: 500;
}

.visionTit {
  font-size: 34px;
  color: #333;
  margin-bottom: 50px;
  text-align: center;
}

.visionWrap .visionBg {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.visionDesc {
  padding: 45px 0;
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  margin-top: -45px;
  text-align: center;
  color: #222;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 65px;
}

.background-fa {
  background: #fafafa;
  height: 425px;
  padding-top: 75px;
  box-sizing: border-box;
  margin-bottom: 340px;
}

.visionDesc-type02 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
}

/* 연구 설비 */
.research {
  padding-bottom: 0px;
}

.research_sub {
  font-size: 32px;
  color: #333;
  text-align: center;
  line-height: 1.5;
}

.research .prod_wrap {
  margin-top: 60px;
  padding-top: 60px;

  padding-bottom: 150px;
}

.research .prod_wrap.gray_bg {
  background: #f6f6f6;
}

.research.re02 .prod_wrap {
  padding-bottom: 80px;
}

/* 연구분야 */
.subTap li {
  cursor: pointer;
}

.subTap li.on {
  color: #0b4da2;
}

.subTabShow .box.show {
  display: block;
}

.subTabShow .box {
  display: none;
}

/* 연구 개발 */
.research_wrap .total {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
}

.research_wrap .box {
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 45px 60px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
}

.research_wrap .prod_img {
  font-size: 0;
}

.research_wrap .prod_img .wrap {
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  font-size: 15px;
}

.research_wrap .prod_img .wrap:first-child {
  width: 470px;
}

.research_wrap .prod_img .wrap:last-child {
  width: 55%;
  padding-left: 55px;
}

.research_wrap .prod_img .slider-for .item {
  box-sizing: border-box;
  border: 1px solid #ddd;
  text-align: center;
  height: 315px;
  line-height: 315px;
  font-size: 0;
}

.research_wrap .prod_img .slider-for .item img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  display: inline-block !important;
}

.research_wrap .prod_img .slider-nav .item {
  width: 100px;
  cursor: pointer;
  margin: 0 5px;
}

.research_wrap .prod_img .slider-nav .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 65px;
  box-sizing: border-box;
  position: relative;
}

.research_wrap .prod_img .slider-nav .item span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ddd;
}

.research_wrap img {
  max-width: 100%;
}

/* .research_wrap .prod_img .slider-nav .item.slick-current span:after {
 border: 2px solid #0b4da2;
 }
.research_wrap .prod_img .slider-nav .item.slick-active span:after {
 border: 2px solid #0b4da2;
 } */
.research_wrap .prod_img .slider-nav .item.slick-current:not(.slick-cloned) {
  border: 2px solid #0b4da2;
}

.slider-nav .slick-arrow {
  position: absolute;
  top: 40%;
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  z-index: 1;
  cursor: pointer;
}

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

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

.research_wrap .system_text {
  position: absolute;
  top: 45px;
  left: 470px;
  right: 60px;
  margin-left: 55px;
  padding: 15px 0 0 60px;
  height: 200px;
  overflow: auto;
}

.research_wrap .system_text .tit {
  font-size: 30px;
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  line-height: 1;
}

.research_wrap .system_text .sub {
  margin: 25px 0;
}

.research_wrap .system_text .sub p {
  font-size: 16px;
  color: #666;
  position: relative;
  padding-left: 12px;
}

.research_wrap .system_text .sub p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  background: #000;
  width: 3px;
  height: 3px;
  border-radius: 100%;
}

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

.faq-q {
  padding: 25px 40px;
  font-size: 22px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7 url("/image/sub/ac_slide01.png") no-repeat center right 40px;
}

.faq-q.on {
  background: #f7f7f7 url("/image/sub/ac_slide02.png") no-repeat center right 40px;
}

.faq-a {
  display: none;
}

.faq-a table {
  width: 100%;
}

.faq-a table th,
.faq-a table td {
  padding: 45px 35px;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.faq-a table th {
  font-weight: 500;
  color: #0b4da2;
  width: 90px;
}

.job_bg {
  background: url('/image/sub/job_bg.jpg') no-repeat center / cover;
  padding-top: 120px;
  height: 575px;
  box-sizing: border-box;
  color: #fff;
}

.job_tit {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

.job_tit:after {
  content: '';
  display: block;
  margin: 20px auto 35px;
  background: #4489e2;
  height: 3px;
  width: 50px;
}

.job_box {
  margin: 0 -7px;
}

.job_box li {
  width: 33.333%;
}

.job_box li span {
  display: block;
  margin: 7px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px;
  font-size: 17px;
}

.job_box li span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #4489e2;
  margin-right: 10px;
}

.joint_tit {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.joint_box {
  margin: 0 -17px 85px;
}

.joint_box&gt;li&gt;div {
  margin: 0 17px 35px;
  border: 1px solid #ddd;
  height: 485px;
  box-sizing: border-box;
  padding: 15px;
}

.joint_box&gt;li&gt;div .img {
  border-bottom: 1px solid #ddd;
  background: #fff;
  text-align: center;
}


.joint_box&gt;li&gt;div .text {
  padding: 0 10px;
}

.joint_box&gt;li&gt;div .text .name {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 600;
}

/* 연구소소개 */
.researchWrap .page_tit {
  margin-bottom: 65px;
}

.rerearchSubtit {
  font-size: 32px;
  color: #333;
  line-height: 1.4;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 75px;
}

.rerearchSubtit span {
  font-weight: 600;
}

.researchBg {
  height: 580px;
  background: url(/image/sub/researchImg.png) no-repeat center / contain;
}

.researchDesc {
  text-align: center;
  background: #fff;
  padding: 55px 0 60px;
  margin: 0 auto;
  margin-top: -70px;
  width: 90%;
}

.researchDesc p:first-child {
  font-size: 28px;
  margin-bottom: 28px;
  font-weight: 700;

}

.researchDesc p:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.researchDesc p:last-child {
  color: #5d5d5d;
  font-size: 17px;
}

.researchOuter {
  height: 900px;
  padding-top: 1px;
}

.bgWrap {
  background: #f6f6f6;
  height: 750px;
  margin-top: 150px;
}

.bgWrap .inner {
  transform: translateY(-150px);
}

.researchRnd {
  height: 725px;
  background: url(/image/sub/researchBg.png) no-repeat center;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

.sectionTit {
  font-size: 43px;
  padding: 110px 0 20px;
  position: relative;
  text-align: center;
  font-weight: 600;
}

.sectionTit::before {
  display: inline-block;
  content: "";
  width: 51px;
  height: 2px;
  background: #4489e2;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.sectionDesc {
  text-align: center;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 1.8;
}

/* 제품 개요 */
.product_overview .page_tit {}

.productSubtit p {
  font-size: 32px;
  text-align: center;

}

.productSubtit p.mainColor {
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: bold;
}

.productWrap {
  background: #f6f6f6;
  padding: 80px 0 105px;
  margin-top: 120px;

}

.productBox {
  display: flex;
  background: #fff;
  margin-bottom: 20px;
  padding: 60px;
  padding-bottom: 30px;
}

.productWrap .flex {
  background: #fff;
}

.productImg {}

.productDesc {
  padding-left: 40px;
}

.productDesc p:first-child {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.productDesc p:nth-child(2) {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 30px;
}

.productDesc p:last-child {
  font-size: 16px;
  color: #5d5d5d;
  line-height: 1.5;
}

.productImgBox {
  width: 50%;
  padding: 80px;
  box-sizing: border-box;
}

.productImgBox img {}

.productTxtblue {
  padding: 55px;
  background: url(/image/sub/txtBox.png) no-repeat center / cover;
  color: #fff;
  border-radius: 15px;
  transform: translate(50px, 70px);
}

.productTxtblue.fixWidth {
  width: 500px;
}


.productTxtblue .tit {
  font-size: 30px;
  margin-bottom: 35px;
  font-weight: bold;
  line-height: 1.2;
}

.productTxtblue .sub {
  font-size: 16px;
}

.prod_cont {
  margin-top: 15px;
}

.prod_cont .tit {
  font-size: 16px;
  width: 80px;
}

.prod_cont li {
  display: flex;
}

.productSlider .slider-nav .item {
  width: 285px;
  border: 1px solid #ddd;
  margin-right: 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  height: 220px;
  overflow: hidden;
}

.productSlider .slider-nav .item::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(/image/sub/detailMore.png) no-repeat center;
  position: absolute;
  right: 0;
  bottom: 0;

}

.productSlider .slider-nav .item span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
}

.productSlider p {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.sliderOuter {
  background: #fff;
  padding-top: 70px;
  margin-top: 160px;
  padding-bottom: 130px;
}

/* 단조 */
.productBoxEach {
  display: flex;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
}

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

.productSlider img,
.productImgEach img {
  width: 100%;
  display: block;
}

.productBoxEach .productTxtblue {
  transform: initial;
  border-radius: 0 0 15px 15px;
  padding: 50px 40px;

}

.productWrap&gt;.flex.inner {
  flex-wrap: wrap;
  background: initial;
  padding-bottom: 55px;
}

.productBoxEach .prod_cont li {
  flex-direction: column;
  margin-bottom: 30px;
}

.productBoxEach .productTxtblue .tit {
  margin-bottom: 10px;
  width: 100%;
}

.productBoxEach .productTxtblue .prod_cont {
  margin-top: 30px;
  font-size: 15px;
}

/* 주가 */
.table__wrap {
  margin: auto;
  border-top: 2px solid #0b4da2;
}

.table__wrap.mt {
  margin-top: 75px;
}

.table__wrap table {
  width: 100%;
}

.table__wrap table.ac,
.table__wrap table .ac {
  text-align: center;
}

.table__wrap table .emp {
  background-color: #f9f9f9;
  font-weight: 600;
}

.table__wrap table td,
.table__wrap table th {
  border: 1px solid #ddd;
}

.table__wrap table tr th {
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
}

.table__wrap table tr td {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: right;
}

.table__wrap table .hr {
  border-bottom: 2px solid #000;
}

.table__wrap table .tac {
  text-align: center;
}

.table__wrap table .data {
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 품질경영 */
.z_bg {
  background: #fafafa;
}

.list01 {
  display: flex;
  margin-bottom: 95px;
  justify-content: space-between;

}

.list01 li {
  width: 33%;
  display: flex;
  align-items: center;
  padding: 30px 0;
  justify-content: center;
  position: relative;
}

.list01 li:not(:first-child):before {
  display: block;
  content: "";
  width: 2px;
  height: 100px;
  background: #ededed;
  position: absolute;
  left: 0;

}

.list01 li .txtb {
  margin-left: 30px;
}

.txtb {
  text-align: left;
}

.txtb p:first-child {
  font-size: 24px;
  color: #232323;
  line-height: 1.5;
  font-weight: 500;
}

.txtb p:nth-child(2) {
  font-size: 16px;
  color: #666;
}

.list02 .txtb {
  margin-bottom: 45px;
}

.quality_manage {
  padding-bottom: 85px;
}

.page_sub-type02 {
  font-size: 28px;
  color: #333;
  font-weight: initial;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 65px;
}

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

.sustain .manage_tit {
  text-align: left;
  padding-left: 30px;
}

.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)
}

/* 동반성장(고객문의) */
.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&gt;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;
}

/* 부정비리제보 */
.moralWrap {}

.moralWrap .moralBg {
  height: 375px;
}

.moralDesc {
  padding: 45px 0;
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  margin-top: -45px;
  text-align: center;
  color: #222;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 60px;
}

.maralSubtit {
  font-size: 30px;
  color: #1b1b1b;
  line-height: 1;
  text-align: center;
  margin-bottom: 45px;
  font-weight: 600;

}

.moralProgressBox {
  background: #fff;
  border: 1px solid #ededed;
  text-align: center;
  font-size: 18px;
  padding-bottom: 45px;

}

.moralWrap .background-fa {
  height: auto;
  padding-bottom: 75px;
  margin-bottom: 95px;
}

.moralCallout {
  background: #fafafa;
  border: 1px solid #ededed;
  padding: 65px 70px;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.moralCallout span {
  font-weight: 600;

}

.moralOuter {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;

}

.btn-style01 {
  width: 240px;
  height: 75px;
  line-height: 73px;
  text-align: center;
  background: #0b4da2;
  font-size: 18px;
  display: block;
  color: #fff;
  margin: 0 auto;
  box-sizing: border-box;

}

.btn-style01:hover {
  border: 1px solid #0b4da2;
  color: #0b4da2;
  background: #fff;
  transition: all 0.5s linear;

}

.contactBox {
  display: flex;
  align-items: center;
  padding: 35px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.contact {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.contact:first-child:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 70px;
  background: #ddd;
  position: absolute;
  right: 0;
}

.contactBox .icon {
  height: 50px;
}

.contactBox .phone {
  font-size: 22px;
  color: #333;
  line-height: 1.8;
}

.contactBox .number {
  font-size: 20px;
  color: #666;
}

.form--style01 {
  border-top: 1px solid #222;
}

.form--style01&gt;li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.form--style01 .form__header {
  width: 240px;
  background-color: #f9f9f9;
  font-weight: 500;
  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: flex-start;
  padding-left: 20px;
}

.form--style01 .form__header&gt;p {
  font-size: 17px;
  line-height: 1em;
}

.form--style01 .form__header&gt;p span {
  color: #0154a6;
}

.form--style01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form--style01 .form__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 15px 15px 15px 30px;
  color: #666666;
  font-size: 15px;
}

.form--style01 .form__data input[type="text"] {
  width: 388px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  color: #aaa;
  padding: 0 20px;
}

.form--style01 .form__data input[type="text"]::-webkit-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]::-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]::placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]:disabled {
  background-color: #f9f9f9;
}

.form--style01 .form__data input[type="text"].small {
  width: 120px;
}

.form--style01 .form__data input[type="text"].medium {
  width: 200px;
}

.form--style01 .form__data textarea {
  width: 100%;
  color: #aaa;
  resize: none;
  padding: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.form--style01 .form__data textarea::-webkit-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data textarea:-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data textarea::-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data textarea::placeholder {
  color: #aaa;
}

.form--style01 .form__data select {
  width: 430px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  background: url(/image/common/selectArrow.png) no-repeat 95% center #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #aaa;
}

.radio__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.radio__wrap label {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-left: 5px;
  font-size: 16px;
  color: #999;

}


.formTit {
  font-size: 30px;
  color: #0154a6;
  margin-top: 90px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 30px;
}

.privacyBox textarea {
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  color: #666;
  overflow-y: scroll;
}

.privacyBox p {
  background: #f1f1f1;
  border: 1px solid #ddd;
  padding: 15px 25px;
  border-top: none;
  color: #343434;
  font-size: 15px;
  font-weight: 500;

}

.privacyBox p span {
  color: #0b4da2;


}


/* 개인정보처리방침 241028 */
.privacy .inner {
  margin-top: 100px;
  margin-bottom: 100px;
}

.privacy .inner h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 30px;
}

.privacy .inner&gt;div {
  margin-bottom: 25px;
}

.privacy-select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  margin-bottom: 60px;
}

.privacy-select select {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 43px;
  width: 170px;
  padding: 0 20px;
  background-position: center right 10px;
  -webkit-appearance: none;
  appearance: none;
  color: #666;
}

.privacy ul {
  margin-top: 60px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.privacy_tit {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.privacy_desc {
  font-size: 16px;
}

.privacy ul li {
  border-bottom: 1px solid #ddd;
}

.privacy ul li:last-child {
  border-bottom: none;
}

.privacy ul li button {
  width: 100%;
  /* height: 100px; */
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 600;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
}

.privacy ul li .plus {
  position: relative;
  width: 18px;
  height: 18px;
  flex: none;
  margin-left: 20px;
}

.privacy ul li .plus::before,
.privacy ul li .plus::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #0B4DA3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.privacy ul li .plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.privacy_hide {
  display: none;
  background-color: #f9f9f9;
  padding: 30px 60px 60px 30px;
}

.show .plus::before {
  display: none;
}

/* 개인정보처리방침 241028 */


.moralWrap .btn-style01 {
  margin-top: 125px;
}

/* 인재상 */
.talentWrap .item_box {
  display: flex;
  margin-bottom: 30px;
}

.talentWrap .itemImg {
  width: 780px;
  height: 380px;
}

.talentWrap .itemImg.img01 {
  background: url(/image/sub/telent01.png) no-repeat center;
}

.talentWrap .itemImg.img02 {
  background: url(/image/sub/telent02.png) no-repeat center;
}

.talentWrap .itemImg.img03 {
  background: url(/image/sub/telent03.png) no-repeat center;
}

.talentWrap .itemImg.img04 {
  background: url(/image/sub/telent04.png) no-repeat center;
}

.talentWrap .itemTxt {
  flex: 1;
  padding-left: 55px;
  padding-top: 30px;
  box-sizing: border-box;
}

.talentWrap .itemTxt p:first-child {
  font-size: 100px;
  font-family: 'Exo', sans-serif;
  color: #f1f1f1;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 900;
  font-style: italic;
  transform: translate(-20px, 40px);
  position: relative;
  z-index: -1;
}

.talentWrap .itemTxt p:nth-child(2) {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 25px;
}

.talentWrap .itemTxt span {
  color: #0b4da2;
}

.talentWrap .itemTxt p:last-child {
  font-size: 16px;
  color: #454545;
}

/* 복리후생 */
.sub_tit {
  font-size: 30px;
  text-align: center;
  margin-bottom: 55px;
}

.welfare_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.welfare_wrap li {
  margin-right: 10px;
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background: #f7f8f9;
  display: flex;
  align-items: flex-start;
  padding: 50px 0;

}

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

.welfare_wrap .icon {
  margin-left: 70px;
}

.welfare_wrap .text {
  font-size: 16px;
  color: #666;
  margin-left: 50px;
  padding-right: 35px;
}

.welfare_wrap .tit {
  font-size: 26px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 15px;
}

.welfare_wrap p:not(.tit) {
  padding-left: 15px;
  position: relative;
}

.welfare_wrap p:not(.tit)::before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  background: #666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 서한 뉴스룸 */
.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&gt;div {
  display: table-cell;
  vertical-align: middle;
}

.board_list_g li .img {
  width: 320px;
  text-align: center;
  border: 1px solid #ddd;
}

.board_list_g li .img img {
  vertical-align: middle;
}

.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;
}

/* 고객센터 */
.service_center .item_box {
  display: flex;
  margin-bottom: 50px;
  border: 1px solid #ededed;
  box-sizing: border-box;
}

.service_center .itemImg {
  font-size: 0;
}

.service_center .itemImg img {
  vertical-align: middle;
}

.service_center .itemTxt {
  padding-left: 50px;
  padding-top: 45px;
  flex: 1;

}

.service_center .itemTxt .num {
  font-family: 'Exo';
  font-size: 20px;
  color: #0b4da2;
  font-weight: 900;
  margin-bottom: 10px;
}

.service_center .itemTxt .subject {
  font-size: 26px;
  color: #232323;
  margin-bottom: 80px;
  font-weight: 900;
}

.service_center .itemTxt .icon_box strong {
  font-family: 'Exo';
  color: #343434;
  font-size: 18px;
  font-weight: 900;
  margin-left: 20px;
  width: 87px;
  display: inline-block;
  line-height: 1.8;
}

.service_center .itemTxt .icon_box p {
  display: flex;
  align-items: center;
}









































/* 고객센터 */
.has_tit2 .page_tit {
  font-size: 35px;
  padding-top: 0;
}

.contact_wrap {}

.contact_box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  padding: 40px 60px 40px 40px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-bottom: 20px;

}

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

.contact_box-icon {
  width: 100px;
  height: 65px;
  margin-left: calc(100% - 50px);
  background-repeat: no-repeat;
  background-size: contain;

}

.contact_box-tel {
  padding-left: 25px;
  background: url(/image/sub/sub_icon0401.png) no-repeat left;
}

/* 찾아오시는길 */
.location_map {
  text-align: left;
  margin: 0 auto;
}

.map_table_box .sub_tit {
  font-size: 25px;
  color: #222;
  font-weight: 500;
  padding: 70px 0 40px;
  text-align: left;
  line-height: 1;
  margin-bottom: 0;
}

.map_table_box .flex:nth-child(2) {
  border-top: 1px solid #000;
}

.map_table_box .flex {
  padding: 45px 40px;
  align-items: center;
  border-bottom: 1px solid #ededed;
}

.map_table_box .icon {
  width: 3%;
}

.map_table_box .tit {
  font-family: 'Exo';
  font-weight: 600;
  font-size: 34px;
  width: 25%;
  padding-left: 40px;
}

.map_table_box .desc {
  font-size: 20px;
  color: #666;
  flex: 1;
}

/* ///////////////////////////////
 //// 사업영역 ////
///////////////////////////////
*/

/* 사업 개요 */
.overview_box {
  width: calc((100% - 40px) / 3);
  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(3) {
  background-image: url(/image/sub/overview_img03.png);
}

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

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

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



/* 지속가능경영 &gt; 준법경영 */
.manage_wrap {
  position: relative;
  padding: 100px 0;
  border-top: 1px dotted #ddd;
}

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

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

.manage_tit&gt;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&gt;div {
  displaY: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9;
}

.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: 19px;
  font-weight: 500;
  color: #0b4da2;
  margin: 40px 0 20px;
}

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

.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;
  height: 220px;
  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;
}

/* 환경 */
.sub_wrap {
  padding: 75px 0;
  background: #ffffff;
}

.sub_wrap.white_bg {
  background: #fff;
}

.safety_tit {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #333;
}

.safety_tit .num {
  display: inline-block;
  margin-right: 15px;
  font-size: 36px;
  vertical-align: middle;
  font-weight: 600;
}

.safety_tit .name {
  display: inline-block;
}

.certi_box {
  /* justify-content: space-between; */
  display: flex;
  gap: 40px;
}

.certi_box li {
  width: 400px;
  max-width: 100%;
  display: flex;
  padding: 30px 0px;
  box-sizing: border-box;
  /* border: 1px solid #ddd; */
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}

.certi_box li .img {
  background: #fff;
  padding: 30px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  max-width: 100%;
  max-height: 100%;
  height: 100%;

}

.certi_box li .img img {
  max-width: 100%;
  max-height: 100%;
}

.certi_box li .txt {
  font-size: 20px;
  color: #444;
}

.certi_box li .tit {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.certi_box li .desc {
  font-size: 17px;
  line-height: 1.4em;
  text-align: left;
}

.qualitybox_wrap {
  margin-bottom: 80px;
}

.qualitybox {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ededed;

}

.qualitybox.no_border {
  border: none;
}

.qualitybox .item_L {
  width: 50%;
  box-sizing: border-box;
  padding: 40px;
}

.qualitybox .item_L img {
  width: 100%;
}

.qualitybox .item_R {
  width: 50%;
  box-sizing: border-box;
}


.qualitybox .item_R .num {
  font-size: 105px;
  font-family: 'Exo';
  color: #f0f1f2;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
}

.qualitybox .item_R .desc {
  font-size: 20px;
  color: #454545;
}


/* 인증 및 인정현황 */
/**** from 프랜지 &gt; 사이버 홍보 */
.certi_wrap .img_box {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 70px;
  cursor: pointer;

  overflow: hidden;
}

.certi_wrap .img_box img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.certi_wrap .img_box:nth-child(4n) {
  margin-right: 0;
}

.certi_wrap .img_box .thumb {
  height: 0;
  padding-bottom: 140%;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.certi_wrap .img_box .title {
  font-size: 20px;
  color: #444;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;

}

.certi_wrap .img_box .thumb:hover::before {
  display: block;
}

.certi_wrap .img_box .thumb:hover::after {
  display: block;
}

.certi_wrap .img_box .thumb::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(24, 82, 149, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;

}

.certi_wrap .img_box .thumb::after {
  content: "";
  display: none;
  width: 48px;
  height: 48px;
  background: url(/image/sub/sub_icon_f.png) no-repeat center/ cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

/* 품질검사설비 */
.inspec_wrap .img_box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 70px;
  cursor: pointer;

  overflow: hidden;
}

.inspec_wrap .img_box img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.inspec_wrap .img_box:nth-child(3n) {
  margin-right: 0;
}

.inspec_wrap .img_box .thumb {
  height: 0;
  padding-bottom: 80%;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.inspec_wrap .img_box .title {
  font-size: 20px;
  color: #0b4da2;
  font-weight: 500;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 10px;


}

/* .inspec_wrap .img_box .thumb:hover::before { display: block; } */
/* .inspec_wrap .img_box .thumb:hover::after { display: block; } */
/* .inspec_wrap .img_box .thumb::before {
 content:"";
 display: none;
 width: 100%;
 height: 100%;
 background: rgba(24,82,149,0.5);
 position: absolute;
 left: 0;
 top: 0;
 z-index: 2;

 } */
.inspec_wrap .img_box .thumb::after {
  content: "";
  display: none;
  width: 48px;
  height: 48px;
  background: url(/image/sub/sub_icon_f.png) no-repeat center/ cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

/* KOLAS 인정 */
.manage_inner {
  margin-top: -100px;
  background: #fff;
  padding-top: 65px;
}

.manage_txt {
  overflow: hidden;
}

.manage_txt .circle_num {
  overflow: hidden;
  width: 100%;
  margin: 0 0 40px;

}

.manage_txt span {
  float: left;
}

.manage_txt p {
  font-size: 18px;
  color: #333;
  float: left;
  width: 90%;
  padding-left: 30px;
}

/* 인정분야 및 범위 */
.range-wrap {
  padding-top: 65px;
  padding-bottom: 55px;
  justify-content: space-between;
  font-size: 28px;
  color: #1b1b1b;
  line-height: 1.4em;

}

.range-wrap .range_tit {

  font-weight: 500;
  position: relative;


}

.range-wrap .range_tit:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 3px;
  background: #1b1b1b;
  position: absolute;
  left: 0;
  top: 45px;
}

.range-wrap .range_info {
  width: 78%;
}

.range-wrap .range_info p {
  padding-left: 50px;
  background: url(/image/sub/check_icon.png) no-repeat center left;
  line-height: 1.4em;
}

.range-wrap table {
  font-size: 16px;

}

.range-wrap table th {
  background: #f9f9f9;
}

.range-wrap table td,
.range-wrap table th {
  border: 1px solid;
  text-align: center;
}

.range-wrap .align-l {
  padding-left: 30px;
}

/* 인재상 */
.talent_inner {
  margin-top: -120px;
  background: #fff;
}

.talent_inner .sub_tit {
  font-size: 32px;
  font-weight: 500;
  padding: 50px 0 55px;
}

.talent_wrap .sub_tit {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  padding: 150px 0;
}

/* 인사육성제도 */

.process_wrap {
  position: relative;
}


.process_wrap .txt_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;

}

.process_wrap .txt_wrap .flex {
  justify-content: space-around;
  padding: 0 30px;
}

.process_wrap .txt_box {
  width: 360px;
  padding: 30px 0;
  margin: 0 auto;

}

.process_wrap .txt_box.loc02 {
  margin-top: 100px;
}

.process_wrap .txt_box.loc03 {
  margin-top: 50px;
}

.process_wrap .txt_wrap .txt01 {
  color: #0b4da2;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;

}

.process_wrap .txt_wrap .txt02 {
  color: #666;
  line-height: 1.4em;
  padding: 50px 0;
}


/* 복지 */
.welfare_wrap {}

.welBox {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  padding: 40px 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: center;

}

.welBox:nth-child(4n) {
  margin-right: 0;
}

.welBox-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;

}

.welBox-tel {
  font-size: 16px;
  color: #666;
}

/* 채용정보 */
.recruit-wrap {
  padding: 115px 0;
}

.recruit-wrap .recruit_box {
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 35px;
  border: 1px solid #ddd;
}

.recruit-wrap .recruit_img {
  width: 50%;
  text-align: right;
  padding-left: 8%;
  box-sizing: border-box;

}

.recruit-wrap .recruit_img img {
  max-width: 100%;
}

.recruit_box .recruit_info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.recruit_box .recruit_kind {
  font-size: 36px;
  color: #232323;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.2em;
}

.recruit_box .recruit_desc {
  font-size: 16px;
  line-height: 1.4em;
  color: #343434;
  padding-bottom: 30px;
}

.recruit_box .recruit_tag span {
  display: inline-block;
  font-size: 15px;
  color: #666;
  background: #e8edf4;
  border-radius: 20px;
  padding: 3px 20px;
  margin-right: 5px;
  margin-bottom: 5px;


}

/* 홍보 영상 */
.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_tit {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  padding: 50px 0 20px;
}

.video_sub {
  font-size: 17px;
  color: #666;
  line-height: 1.4em;

  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.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-bottom: 50%;
  overflow: hidden;
  position: relative;
}

.video_tab li a&gt;div {
  displaY: table-cell;
  vertical-align: middle;
}

.video_tab li .img {
  width: 100%;

}

.video_tab li .img img {
  position: absolute;
  left: 0;
  top: 0;

}

.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 .slick-prev {
  width: 30px;
  height: 55px;
  background: url(../image/sub/sub_icon_prev.png) no-repeat center / contain;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-100%, -50%);
}

.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%);
}


/* 사이버 홍보 */
.gallery_wrap .img_box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-bottom: 22%;
  background: pink;
}

.gallery_wrap .img_box::before {
  width: 48px;
  height: 48px;
  content: "";
  display: none;
  background: url(/image/sub/plus.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.gallery_wrap .img_box::after {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.gallery_wrap .img_box:hover::after,
.gallery_wrap .img_box:hover::before {
  display: block;
}


.gallery_wrap .img_box img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.gallery_wrap .img_box:nth-child(3n) {
  margin-right: 0;
}

.gallery_wrap .img_box .thumb {
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.gallery_wrap .img_box .info {
  padding: 30px 20px 35px;
  border: 1px solid #ededed;

}

.gallery_wrap .img_box .title {
  font-size: 22px;
  color: #1b1b1b;
  font-weight: 500;
  width: 100%;
  padding-top: 15px;



}

.gallery_wrap .img_box .date {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;

}

.gallery_wrap .img_box .thumb:hover::before {
  display: block;
}

.gallery_wrap .img_box .thumb:hover::after {
  display: block;
}

.gallery_wrap .img_box .thumb::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(24, 82, 149, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;

}

.gallery_wrap .img_box .thumb::after {
  content: "";
  display: none;
  width: 48px;
  height: 48px;
  background: url(/image/sub/plus.png) no-repeat center/ cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}


/* 계열사 전체보기 - 캄텍 그룹사 동일*/
/* 회사소개 &gt; 캄텍소개 &gt; 그룹사 - 국내 */
.intro_group.content {
  margin-bottom: 0;
}

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

.intro_group .contents_wrap {
  width: 100%;
  height: 1040px;
  background: url(../image/sub/sub_img11.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: 50px;
  z-index: 9;

}

.intro_group .item_box::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #d7e2f0;
  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/sub_icon06.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% + 135px);
  top: calc(100% + 30px);
}

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

.intro_group .item_box.li03 .dot {
  left: calc(100% + 147px);
  top: calc(-99%);
  display: none;
}

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

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

.intro_group .item_box.li06 .dot {
  left: -90%;
  top: 44%;
}

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

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

.intro_group .item_box.li01 .dot::after {
  content: "서울";

}

.intro_group .item_box.li02 .dot::after {
  content: "안산";
  transform: translate(-38px, 5px);
}

.intro_group .item_box.li03 .dot::after {
  content: "평택";
  transform: translate(-32px, 80%);
  display: none;
}

.intro_group .item_box.li04 .dot::after {
  content: "경주";

}

.intro_group .item_box.li06 .dot::after {
  content: "진천";
  transform: translateY(100%);
}

.intro_group .item_box.li07 .dot::after {
  content: "화성";
  transform: translate(-38px, 7px);
}

.intro_group .item_box.li08 .dot::after {
  content: "울산";
  transform: translate(24px, -3px);
}

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

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

.intro_group .item_L .item_box.li03::before {
  width: 121%;
  top: 37%;
  transform: rotate(349deg);
}

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

.intro_group .item_R .item_box.li05::before {
  width: 116%;
  top: 35%;
  transform: rotate(-41deg);
}

.intro_group .item_R .item_box.li06::before {
  width: 89%;
  top: 16%;
  transform: rotate(348deg);
}

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

.intro_group .item_R .item_box.li08::before {
  width: 73%;
  top: 26%;
  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:nth-child(2n) .item_thumb {
  background: url(/image/sub/sub_icon05.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/sub_icon05.png) no-repeat 95% center;
  background-color: #103564;
}

.intro_group .item_box.li08 .item_thumb {
  background: url(/image/sub/sub_icon05.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';
  padding-left: 35px;
  margin-right: 20px;
}

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

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

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

/* 회사소개 &gt; 캄텍소개 &gt; 사업장소개 &gt; 해외*/
.intro_group02 .contents_wrap {
  width: 100%;
  height: 1600px;
  background: url(../image/sub/sub_img12.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: -398px;
}

.intro_group02 .item_box.li02 .dot {
  left: 610px;
  top: -340px;
}

.intro_group02 .item_box.li03 .dot {
  left: 175px;
  top: -392px;
}

.intro_group02 .item_box.li04 .dot {
  left: 954px;
  top: -565px;
}

.intro_group02 .item_box.li05 .dot {
  left: -20px;
  top: -548px;
  display: block;
}

.intro_group02 .item_box.li06 .dot {
  left: -428px;
  top: -603px;
}

.intro_group02 .item_box.li07 .dot {
  left: 993px;
  top: -894px;
}

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

.intro_group02 .item_box.li01 .dot::after {
  content: "플로이애슈티";
  transform: translate(-100%, -120%);
}

.intro_group02 .item_box.li02 .dot::after {
  content: "조지아";
  transform: translate(25%, 80%);
}

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

.intro_group02 .item_box.li04 .dot::after {
  content: "몬테레이";
  transform: translate(-331%, -12%);
}

.intro_group02 .item_box.li05 .dot::after {
  content: "장가항";
  transform: translate(95%, 50%);
}

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

.intro_group02 .item_box.li07 .dot::after {
  content: "알러바마 어번";
  transform: translate(-90%, -76%);
  width: 120px;
}

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


/* */
/* R&amp;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&gt;span {
  display: inline-block;
  vertical-align: middle
}

#nav nav a .txt {
  background: #0b4da2;
  border-radius: 30px;
  line-height: 40px;
  width: 120px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

#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:not(:first-child) {
  padding: 100px 0;
}

.target {
  padding-bottom: 100px;
}

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

.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 200px;
}

.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;
}

.study_list li .box .icon img {
  width: 100%;
}

/* 연구 개발 분야 */
.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: 1px solid rgba(255, 255, 255, 0.1);
}

.system_tab:after {
  content: '';
  display: block;
  position: absolute;
  height: 60px;
  right: 33.33%;
  top: 30px;
  border-right: 1px 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&gt;.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;
  /* padding: 0; */
}

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

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

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

.system_wrap .item ul li .cont&gt;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; */
  bottom: 0;
  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;
}

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

.gray_bg {
  background: #f9f9f9;
}

.blue_bg {
  background: #f8f9fe;
}

.prod_wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

.prod-img-zoom .item {
  text-align: center;
  height: 470px;
  line-height: 470px;
  font-size: 0;
  overflow: hidden;

}

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

.prod-thumbs {
  text-align: center;
  height: 70px;
}

.prod-thumbs .item {
  cursor: pointer;
  margin: 0 5px;
  width: 100px;
  height: 70px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
}

.prod-thumbs .item img {
  height: 100%;
  margin: auto;
}

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

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

.prod-thumbs .item.slick-current span:after {
  border: 3px solid #000;
}

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

.prod_txt .small_eg {
  font-size: 20px;
  color: #b8b8b8;
}

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

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

.prod_txt .prod_cont li {
  margin-top: 15px;
  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_txt .prod_cont li .gray6 {
  flex: 1;
}

.prod_btn {
  margin-top: 50px;
  display: flex;
}

.prod_btn a {
  display: inline-block;
  width: 205px;
  line-height: 58px;
  box-sizing: border-box;
  border: 1px solid #add248;
  text-align: center;
  background: #add248;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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


/* 2024.02.21 찾아오시는 길 수정 */
.location .tab_box {
  text-align: center;
  margin-bottom: 50px;
  gap: 12px;
}

.location .tab_box .tab__style01 {
  margin: 0;
  flex: 1;
  height: 63px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  color: #777;
  font-size: 17px;
  displaY: block;
  font-family: 'Exo';
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}

.location .tab_box .tab__style01.on {
  color: #0b4da2;
  border: 2px solid #0b4da2;
}

.location .page_tit {
  margin-bottom: 90px;
}

.location_map {
  display: none;
}

.location_map.show {
  display: block;
}

.location_map iframe {
  width: 100%;
  height: 550px;
}

.global-wrap {
  margin-top: 90px;
}

.global-wrap .tab_box .tab__style01 {
  flex: none;
  width: 25%;
}

.esg-name {
  margin-top: 120px;
  display: flex;
  justify-content: center;
}

.esg-name p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  background-color: #222;
  border-radius: 2em;
}

.esg-wrap {
  padding: 125px 0;
  background-color: #F9F9F9;
}

.esg-wrap&gt;ul {
  display: flex;
  gap: 30px;
}

.esg-wrap&gt;ul&gt;li {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.esg-wrap&gt;ul&gt;li figure {
  margin: 0 0 30px;
  height: 90px;
}

.esg-wrap&gt;ul&gt;li b {
  font-size: 22px;
  font-weight: 700;
}

.esg-top {
  margin-top: 30px;
  height: 130px;
  background-color: #0B4DA2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.esg-top p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
}

.esg-desc {
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}

.esg-desc&gt;ul&gt;li {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  padding-left: 25px;
  position: relative;
  text-align: left;
}

.esg-desc&gt;ul&gt;li::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #000;
  top: 1.25em;
  transform: translateY(-50%);
  left: 10px;
}

.esg-list li {
  padding-bottom: 60px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.esg-list li:last-child {
  margin-bottom: 0;
}

.esg-list li p:first-child {
  display: flex;
  gap: 20px;
  font-size: 22px;
  font-weight: 700;
  align-items: flex-start;
  line-height: 1.2;
}

.esg-list li p span {
  font-size: 30px;
  font-family: 'Exo', sans-serif;
  margin-top: -.1em;
}

.esg-list li p:last-child {
  font-size: 18px;
  font-weight: 500;
}

.esg-sec:not(:first-child) {
  margin-top: 120px;
}

.esg-table {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.esg-table__noti {
  overflow: hidden;
  height: 0;
  color: transparent;
}

.esg-table table {

  border: 1px solid #000;
  border-right: none;
  border-left: none;
}

.esg-table thead th {
  background-color: #0B4DA2;
  color: #fff;
  font-weight: 700;
}

.esg-table tbody th {
  background-color: #F9F9F9;
}

.esg-table th,
.esg-table td {
  /* height: 80px; */
  padding: 20px;
  white-space: nowrap;
}

.esg-table.style02 thead th {
  height: 100px;
}

.governance .esg-table {
  font-size: 16px;
}

.gover-pro .esg-table thead th {
  height: 56px;
}

.esg-table.style02 tbody th {
  text-align: left;
  padding-left: 30px;
}

.esg-table.style02 th,
.esg-table.style02 td {
  height: 68px;
}

.esg-table td span {
  font-size: 16px;
}

.esg-table .is-height {
  height: 110px;
}

.esg-table tr {
  border-bottom: 1px solid #ddd;
}

.esg-table thead tr {
  border-color: #fff;
}

.esg-table tr:last-child {
  border: none;
}

.esg-sec .manage_tit {
  margin-bottom: 80px;
}

.esg-arc {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
}

.esg-arc li {
  position: relative;
}

.esg-arc li button {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  font-size: 22px;
  font-weight: 700;
  background-color: transparent;
  width: 100%;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.governance .esg-arc li button {
  height: 74px;
}

.esg-arc.style02 {
  border: none;
}

.esg-arc.style02 li:not(:last-child) {
  margin-bottom: 10px;
}

.esg-arc.style02 li button {
  background-color: #0b4da2;
  color: #fff;
  justify-content: center;
  gap: 20px;
}

.esg-arc.style02 li button svg {
  transition: transform .3s ease;
}

.esg-arc.style02 li button.active svg {
  transform: rotate(-180deg);
}

.esg-arc.style02 li&gt;div {
  padding: 20px;
}

.esg-arc li:last-child button {
  border-bottom: none;
}

.esg-arc li button span {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}

.esg-arc li button span::before,
.esg-arc li button span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0B4DA3;
}

.esg-arc li button span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.esg-arc li button.active span::after {
  display: none;
}

.esg-arc li&gt;div {
  display: none;
}

.esg-safety__list {
  display: flex;
  gap: 30px;
}

.esg-safety__list&gt;li {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 32px 30px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.esg-safety__list .esg-desc {
  border: none;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 0;
  margin-top: 20px;
}

.esg-safety__list&gt;li figure {
  height: 73px;
  margin: 0 0 20px;
}

.esg-safety__list&gt;li span {
  color: #0b4da2;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
}

.esg-safety__list&gt;li b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.esg-safety__list .esg-desc {
  align-items: start;
}

.esg-safety__list .esg-desc&gt;ul&gt;li {
  line-height: 1.87;
}

.esg-safety__list .esg-desc&gt;ul&gt;li::before {
  top: 0.93em;
}

.esg-safety__list .esg-desc li li {
  font-size: 14px;
  line-height: 1.78;
}

.growth-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 60px;
}

.growth-list li {
  font-size: 18px;
  font-weight: 400;
}

.growth-list li strong {
  font-weight: 700;
}

.growth-program {
  display: flex;
  gap: 50px;
  margin-top: 80px;
}

.growth-program li {
  flex: 1;
}

.growth-program li&gt;p {
  font-size: 16px;
  color: #555;
  margin-top: 20px;
  text-align: center;
}

.growth-program li div {
  position: relative;
  border: 1px solid #efefef;
}

.growth-program li div figure {
  height: 120px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.growth-program li div p {
  background-color: #F7F8FA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 500;
}

.growth-program li div::after {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url('/image/sub/growth_program_plus.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(50%, -50%);
}

.growth-program li:last-child div::after {
  display: none;
}

.sustain-list&gt;li {
  display: none;
}

.sustain-list&gt;li.show {
  display: block;
}

.gover-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.gover-tit {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 26px;
}

.gover-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.gover-box&gt;li {
  border: 1px solid #ddd;
}

.gover-box&gt;li div:first-child {
  background-color: #0B4DA2;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.gover-box&gt;li div:last-child {
  padding: 26px 30px;
  background-color: #F9F9F9;
}

.gover-box&gt;li p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.gover-box&gt;li ul {
  margin-top: 5px;
}

.gover-box&gt;li li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}

.gover-box&gt;li li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0.75em;
  left: 10px;
  transform: translateY(-50%);
}

.manage-info {
  display: flex;
  gap: 140px;
  align-items: center;
}

.manage-info figure {
  flex: 1;
  margin: 0;
}

.manage-info ul {
  flex: 1;
}

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

.manage-info li p:first-child {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 18px;
}

.manage-info li p span {
  margin-top: 5px;
  line-height: 2;
  font-size: 20px;
  font-family: 'Exo', sans-serif;
}

.manage-info li p:last-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.87;
  margin-top: 10px;
  padding-left: 34px;
}

.quality_manage .certi_box {
  display: flex;
  gap: 48px;
}

.quality_manage .certi_box li {
  flex: 1;
  padding: 0;
}

.manage-info__arrow {
  display: block;
  margin: 30px auto 0;
}

.manage-info__result {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  border: 3px solid #0b4da2;
  width: 294px;
  height: 78px;
  font-size: 26px;
  font-weight: 700;
}

/* 25.01.09.esg_c */
.esg-wrap2 {

  margin: 100px 0 80px 0;
}

.link-list {
  display: flex;
}

.link-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.link-item span {
  text-align: center;
  font-size: clamp(16px, calc(1.25rem + 1vw), 28px);
  font-weight: 500;
  line-height: 140%;
}

.btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 142px;
  height: 46px;
  padding: 10px;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #222;
  border-radius: 2em;
  cursor: pointer;
}

.policy-area {
  display: flex;
  padding: clamp(20px, 5vw, 46px) clamp(30px, 6vw, 80px);
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  border: 1px solid #DFE8F3;
  background: #F6F8FC;
}

.policy-area p {
  display: flex;
  align-items: center;
  color: var(--brand_color, #0B4DA2);
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.policy-area .policy {
  display: flex;
  gap: 4px;
}

.policy-area svg {
  margin-right: 20px;
}

/* .policy-area .flex{
  position: relative;
  display: flex;
  gap: 65px;
  align-items: center;
} */
.policy-area .m {
  display: none;
}

.policy-area a {
  color: #0B4DA2;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  /* padding: 0 10px; */
}

.policy-area .flex {
  position: relative;
  display: flex;
  gap: 20px;
}

.policy-area a:nth-of-type(2)::before {
  width: 1px;
  height: 20px;
  background: #0B4DA2;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);

}

.esg-sec2 {
  margin-top: 80px;
  margin-bottom: 153px;
}

/* .esg-sec2 .flex{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
} */
.esg-sec2 .flex a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.esg-sec2 .flex span {
  color: #666;
  font-size: 18px;
  font-weight: 500;
}

.esg-sec2 td.flex:hover span {
  color: #0B4DA2;
}

.esg-sec2 .gray {
  background-color: #F9F9F9;
}

.esg-sec2 .esg-table .left {
  text-align: left;
  white-space: nowrap;
}

.esg-wrap2 {
  padding: 61px 0;
  background-color: #F6F8FC;
}

.esg-wrap2 .m {
  display: none;
}

.esg-wrap3 {
  padding: 125px 0;
}

.link-item {
  position: relative;
}

.link-item:nth-child(1)::after,
.link-item:nth-child(2)::after {
  width: 1px;
  height: 120px;
  background: #ddd;
  display: block;
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.tit {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 53px;
}

.tit span {
  display: flex;
  gap: 5px;
  align-items: center;
}

.tit .blue::before {
  width: 14px;
  height: 14px;
  background: #0B4DA2;
  display: inline-block;
  flex-shrink: 0;
  content: "";
}

.tit .gray::before {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background: #666;
  display: inline-block;
  content: "";
}

.tit .orange::before {
  width: 14px;
  height: 14px;
  background: #191970;
  display: inline-block;
  content: "";
}

.ceo-name {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(20px, calc(1.1rem + 1.5vw), 34px);
  font-weight: 700;
}

.ceo-name .thumb {
  width: 100%;
  max-width: 148px;
  aspect-ratio: 148 / 145;
}

.page_tit2 {
  font-size: 2.8125rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: #1b1b1b;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}

.pop-up {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 680px;
  max-height: 1068px;
  height: 66%;
  overflow-y: auto;
  background-color: #fff;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

.pop-up.show {
  display: block;
}

.pop-up .popup_inner {
  position: relative;
}

.pop-up.a .popup_inner {
  padding: 1.25rem 5.4375rem 0rem 5.4375rem;
}

.btn-close {
  position: sticky;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-self: flex-end;
  margin-left: auto;
  z-index: 99999;
}

.pop-up.a .popup_tit {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 55px 0 11px;
}

.pop-up.a .tit_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pop-up.a .tit_wrap img {
  width: 91px;
  height: 21px;
}

.pop-up.a .tit_wrap .desc {
  margin: 20px 0 50px;
}

.pop-up.a .desc {
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
}

.pop-up.a .txt_wrap3,
.pop-up.a .txt_wrap2,
.pop-up.a .txt_wrap {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: column;
}

.pop-up.a .txt_wrap .desc {
  margin-bottom: 42px;
}

.pop-up.a .title {
  color: #0B4DA2;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
}

.pop-up.a .txt_wrap2 {
  margin-bottom: 50px;
}

.pop-up.a .txt_wrap3 {
  /* margin-bottom: 32px; */
}

.pop-up.a .ceo-name.popup {
  display: flex;
  gap: 5px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 48px;
  padding: 0 20px;

}

.ceo-name.popup .thumb {
  width: 100%;
  max-width: 77.134px;
  height: 76px;
}

.ceo-name.popup .thumb img {
  object-fit: cover;
}

.pop-up.b .popup_inner {
  padding: 55px 41px 37px 41px;
}

.pop-up.b .popup_tit {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

.pop-up.b .popup_tit.a {
  color: #F58220;
}

.pop-up.b .popup_tit.b {
  color: #179CC1;
}

.pop-up.b .popup_tit.c {
  color: #5B914E;
}

.pop-up.b .popup_tit.d {
  color: #C00000;
}

.pop-up.b .title {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
  margin-top: 0;
}

.pop-up.b .tit_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.pop-up.b .tit_wrap .sub {
  color: #666;
  font-size: 16px;
  line-height: 160%;
}

.pop-up.b .tit_wrap .desc {
  color: #333;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 24px;
}

.pop-up.b .title.a {
  color: #F58220;
}

.pop-up.b .title.b {
  color: #179CC1;
}

.pop-up.b .title.c {
  color: #5B914E;
}

.pop-up.b .title.d {
  color: #C00000;
}

.pop-up.c .popup_inner {
  /* padding: 63px 47px 63px 47px; */
  padding: 3.9375rem 2.9375rem 3.9375rem 2.9375rem;
}

.pop-up.c {
  overflow-x: hidden;
}

.pop-up.c .popup_tit {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.pop-up.c .goal_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 16px;
}

.pop-up.c .goal_item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
}

.pop-up.c .goal_item .thumb {
  width: 132px;
  height: 132px;
}

.pop-up.c .goal_item .thumb img {
  width: 100%;
  object-fit: cover;
}

.pop-up.c .goal_item span {
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
}





/* car_parts 250610 */

.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_mark4 {
  top: 0%;
  left: 77%;
  transform: translate(-77%, 0%);
}

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


@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%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .car_parts_box .inner .circle_box .car_parts&gt;img {
    width: 100%;
  }

}

@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-inline: 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: 20%;
  left: 10%;
  transform: translate(-10%, -20%);
}

.parts_item02 {
  top: 70%;
  left: 10%;
  transform: translate(-10%, -70%);
}



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

.parts_item05 {

  top: 70%;
  left: 90%;
  transform: translate(-90%, -70%);
}



.select_parts {
  display: none;
}

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

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

  .parts_list {
    background: #F7F8F9;
  }


  .parts_list li {
    position: static;
    transform: translate(0);
    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;
  }

  .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:640px) {
  .select_parts {
    padding: 15px 20px;
  }


}



/* 부품 디테일 */

.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&gt;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&gt;div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;

}

.parts_detail_info .title_badge {
  width: 103px;
  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%;
}

.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&gt;div {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

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

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

.parts_detail_info .type {
  min-width: 34px;
  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: 100px;
  padding: 28px 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;

}

.depth3-tab .btn-depth3-tab,
.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&gt;div {
  gap: 0;
}



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

  .depth3-tab,
  .parts_detail_tab {
    position: relative;
  }

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

  .depth3-tab .btn-depth3-tab::after,
  .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;
  }

  .depth3-tab .btn-depth3-tab.active::after,
  .parts_detail_tab .btn_detail_tab.active::after {
    transform: rotate(180deg);
  }

  .depth3-tab .btn-depth3-tab,
  .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&gt;div,
.parts_detail_list&gt;div {
  display: none;
}

.tab_contents_box&gt;div.active,
.parts_detail_list&gt;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&gt;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&gt;span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

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



.parts08_box {}

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

.parts08_box&gt;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;
  }
}


.depth3-tab {
  padding-top: 80px;
}

.depth3-tab ul {
  display: flex;
  align-items: center;
  gap: 17px;
}

.depth3-tab ul li {
  flex: 1;
}

.depth3-tab ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* max-width: 187px; */
  height: 74px;
  padding: 10px 10px;
  border: 1px solid #DDD;
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
  box-sizing: border-box;
}

.depth3-tab ul li a.active {
  background: #000;
  color: #FFF;
}



@media screen and (max-width:768px) {

  .depth3-tab .btn-depth3-tab {
    background: #000;
  }

  .depth3-tab ul {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .depth3-tab ul li {
    width: 100%;
    background: #fff;
  }

  .depth3-tab ul li a {
    width: 100%;
    max-width: none;
    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;
  }
}


/* 250620추가 */

.system_wrap .item ul li:first-child {
  margin-top: 0%;
  margin-right: 0%;
}

.system_wrap .item ul.grid4.position-none li {
  display: flex;
  flex-direction: column;

}

.system_wrap .item ul.grid4.position-none li.right-img {
  width: 100%;
  grid-column: 1 / -1;
}

.system_wrap .item ul.grid4.position-none li.right-img .cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.system_wrap .item ul.position-none li .cont {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  box-sizing: border-box;
  padding: 24px 25px;
}

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

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

.system_wrap .item ul.position-none li .cont .img {
  position: static;
  height: auto;
  justify-content: center;
}

.system_wrap ul.box-full .parts_detail_list ul {
  margin-top: 0;
}

.system_wrap .item ul.box-full li {
  width: 100%;
  margin-right: 0%;
  margin-top: 0%;
}

.slick-list.draggable {
  min-height: auto;
}

.system_wrap ul.box-full .parts_detail_list {
  margin: 0;
  margin-top: 0;
  /* padding: 25px 20px; */
  padding: 20px;
  text-align: left;
  box-sizing: border-box;

}

.system_wrap ul.box-full .parts_detail_list .list_thumb {
  min-width: 120px;
  max-width: 120px;
}

.system_wrap ul.box-full .parts_detail_list .vertical_flex .list_thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.system_wrap ul.box-full .parts_detail_list .shaft.vertical_flex .list_thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
}

.system_wrap ul.box-full.parts08_box .parts_detail_list .list_info .parts_detail_text,
.system_wrap ul.box-full.parts08_box .parts_detail_list .list_info .parts_detail_name {
  gap: 10px;
}

.system_wrap ul.box-full .parts_detail_list .list_info .parts_detail_text,
.system_wrap ul.box-full .parts_detail_list .list_info .parts_detail_name {
  gap: clamp(10px, 4vw, 20px);
}

.system_wrap .item ul li .cont {
  border: 1px solid #ddd;
}

.merge-type1 {
  display: grid;
  grid-template-columns: 1fr;
}

.merge-type1 .cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.merge-type1 .cont&gt;div {
  display: grid;
  grid-template-columns: 1fr;
}

.system_wrap .item ul li.merge-type1 .cont .img {
  position: static;
  height: auto;
}

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

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



.grid4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}


.system_wrap .item .grid4 li {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}

.mobility .sec3 .grid4 .item_box .ib_bot p:nth-child(1) {
  font-size: 23px;
}

.mobility .sec3 .grid4 .item_box .ib_bot {
  width: 80%;
  padding: 40px 20px;
}




@media screen and (max-width:1150px) {
  .grid4 {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .mobility .sec3 .grid4 .item_box .ib_top img {
    max-height: 383px;
  }

  .system_wrap .item ul.grid4 li .cont {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .system_wrap .item ul.grid4 li .cont .img {
    position: static;
    height: auto;
    margin-top: 0;
  }
}


@media screen and (max-width:1000px) {
  .merge-type1 .cont {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:768px) {
  .system_wrap .item ul.grid4.position-none li.right-img .cont {
    flex-direction: column;
  }



  .system_wrap .item ul.grid4 li .cont {
    grid-template-columns: 1fr;
  }
}


.simp {}

/* .simp&gt;p {
  text-align: center;
  color: #444;
  font-size: 43px;
  font-weight: 700;
  line-height: 100%;
} */

.simp&gt;p span {
  display: block;
  text-align: center;
  color: #444;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
}

.simp&gt;.img_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 56px 20px; */
  padding: 56px 20px 156px;
  /* margin-top: 56px; */
  margin-bottom: 56px;
  width: 100%;
  height: 650px;
  /* background: url(/image/sub/img_simp.png) no-repeat center, #F6F6FF; */
  background: #F6F6FF;
  box-sizing: border-box;
}

.simp&gt;.img_box .wt_box {
  position: absolute;

  /* top: -65px; */
  bottom: -65px;
  left: 50%;
  padding: 50px 20px;
  width: 100%;
  max-width: 1200px;
  background: #fff;
  text-align: center;
  color: #333;
  font-size: 22px;
  /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.21); */
  transform: translateX(-50%);
  box-sizing: border-box;
}


.simp .info_box {
  display: flex;
  align-items: center;
  gap: 23px;
}

@media screen and (max-width:1000px) {
  .simp .info_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }

  .mobility .info_box .new_box {
    margin-top: 20px;
  }
}

/* //250620END */
/* 20250725 */
.moral-table p{
  font-size: 13px;
}
.moral-table {
  margin-top: 15px;
}
.moral-table table{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: normal;
 
}
.moral-table thead th {
  background-color: #b9d2f3;
  color: #000;
  font-weight: normal !important; 
}
.moral-table tr{
  border-bottom: 1px solid #000;
}
.moral-table tr th:nth-child(1),
.moral-table tr td:nth-child(1){
  border-right: 1px solid #000;
}
.moral-table th, .moral-table td {
  padding: 10px;
  white-space: nowrap;
}
@media (max-width: 1024px) {

  .moral-table {
      overflow-x: scroll;
      font-size: 15px;
  }
  .moral-table th, .moral-table td {
    height: 30px;
}
}

@media (max-width: 768px) {
  .moral-table table{
      font-size: 15px;
  }
}</pre></body></html>