@charset "utf-8";

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

}

.page_tit:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  margin: 25px auto 30px;
  background: #1b1b1b;

}

.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: 20px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 85px;
  color: #000;
}

.sub_tit {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 800;
  padding: 85px 0 55px;
  text-align: center;
}

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

* {
  word-break: keep-all;
}

/* .bg_has_pattern {background: url(/image/sub/gray_bg.png) no-repeat center /cover;} */

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

/* 공통 탭 */
.tab {
  text-align: center;
  margin-bottom: 60px;
}

.tab li {
  margin: 0 5px;
  margin-bottom: 10px;
}

.tab li a {
  width: 240px;
  height: 63px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  color: #777;
  font-size: 20px;
  /* background: #f8f8f8; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab li.on a {
  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;
}

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


/* 회사소개 > 개요 > 기업소개*/
.company_intro {
  color: #000;
}

.company_intro .page_bg {
  width: 100%;
  position: relative;
  height: 450px;
}

.company_intro .page_bg p {
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  font-size: 80px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.company_intro .page_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
}

.company_intro .page_desc_box {
  justify-content: space-between;
  margin-top: 110px;
}

.company_intro .page_desc_box .page_desc_L p {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #232323;
  line-height: 1.4em;
}

.company_intro .page_desc_box .page_desc_R {
  width: 45%;
  font-size: 18px;
  line-height: 1.4em;
  color: #6a6a6a;
}

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

.company_intro .section0102,
.company_intro .section0304 {
  padding-bottom: 175px;
}

/* 회사소개 > 비전 및 경영이념 */
.company_vision .section01 .vision_bg {
  height: 580px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.company_vision .section01 .vision_list {
  justify-content: center;
  text-align: center;

}

.company_vision .section01 .vision_list li {
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.company_vision .section01 .vision_list li:not(:last-child) {
  margin-right: 20px;
}

.company_vision .section01 .vision_list li .img {
  min-height: 70px;
}

.company_vision .section01 .vision_list li .tit {
  font-size: 20px;
  font-weight: bold;
  color: #0b4da2;
  margin: 35px 0 20px;
}

.company_vision .section01 .vision_list li .sub {
  font-size: 16px;
  color: #232323;
  line-height: 1.4em;
}

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

}

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

.company_vision .section02 .item_box.no_border {
  border: none;
}

.company_vision .section02 .item_box .item_L {
  width: 50%;
}

.company_vision .section02 .item_box .item_L img {
  width: 100%;
}

.company_vision .section02 .item_box .item_R {
  width: 60%;
  padding-left: 6%;
  box-sizing: border-box;
  margin-left: 5%;
}


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

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

}

.company_vision .section02 .item_box .item_R p:nth-child(2) {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;

}

.company_vision .section02 .item_box .item_R p:nth-child(3) {
  font-size: 18px;
  color: #232323;
}

/* 서한의 역사 */
.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;
}

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

.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;
  margin: 40px auto 200px;
  position: relative;

}

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

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

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

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

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

.ci_box ul {
  text-align: center;
  padding: 35px 40px;
  background: url(/image/sub/box_bg.png);
  background-color: #f4f5f6;
}

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

.ci_box ul li img {}

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

}

/* 고객센터 */
.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: 75px 0 40px;
  text-align: left;
}

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

.map_table_box .flex {
  padding: 40px 0;

  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: 30px;
  width: 16%;
  padding-left: 40px;
}

.map_table_box .desc {
  font-size: 20px;
  color: #666;
  padding-left: 20px;
}
#mqp {
  max-width: 1200px;
  margin: auto;
} 
#map .root_daum_roughmap, #map .root_daum_roughmap .map {
  width: 100%;
  height: 585px;
}

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

/* 사업 개요 */
.overview_box {
  width: calc((100% - 40px) / 3);
  height: 600px;
  padding: 60px 30px;
  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);
}

/* 기자재 */
.hover_wrap {
  padding: 90px 0;
  position: relative;
}

.hover_wrap img {
  width: 100%;
}

.hover_wrap ul {
  position: absolute;
  width: 100%;
  height: calc(100% - 180px);
  /* background: pink; */
  left: 0;
  top: 90px;
}

.hover_wrap ul li {
  cursor: pointer;
  width: 25px;
  height: 25px;
  /* background: yellow; */
  position: absolute;


}

.mate .li01 {
  left: 34%;
  top: 16%;
}

.mate .li02 {
  left: 34%;
  top: 21%;
}

.mate .li03 {
  left: 34%;
  top: 35%;
}

.mate .li04 {
  left: 34%;
  top: 51%;
}

.mate .li05 {
  left: 36%;
  top: 60%;
}

.mate .li06 {
  left: 32%;
  top: 76%;
}

.mate .li07 {
  left: 57%;
  top: 74%;
}

.mate .li08 {
  left: 77.5%;
  top: 74%;
}

.hover_wrap ul li .dot {
  width: 250px;
  height: 120px;
  background: url(/image/sub/bm_icon.png) no-repeat center / contain;
  transform: translate(0, 10%);
  text-align: center;
  font-family: 'Exo';
  font-size: 22px;
  line-height: 110px;
  font-weight: 600;
  /* display: none; */
  opacity: 0;

  position: absolute;
  left: -115px;
  top: -100px;


}

.hover_wrap ul li:hover .dot {
  display: block;
  opacity: 1;
  transform: translate(0, 0%);
  transition: all 0.3s linear;
}

.material_tit {
  padding: 110px 0 60px;
  font-size: 26px;
  font-weight: 600;
  color: #232323;

}

.materialKind {
  width: calc((100% - 50px) / 3);
  height: 315px;
  background: #f1f1f1;
  margin-bottom: 100px;
  margin-right: 25px;
}

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

.kind_img {
  width: 100%;
  height: 235px;
  overflow: hidden;
  text-align: center;
  position: relative;


}

.kind_img img {
  max-height: 215px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.kind_name {
  padding: 40px 0;
  margin: 0 20px;
  margin-top: 25px;
  background: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);

}

/* wind */

.wind .li01 {
  left: 18%;
  top: 52%;
}

.wind .li02 {
  left: 22%;
  top: 61%;
}

.wind .li03 {
  left: 30%;
  top: 43%;
}

.wind .li04 {
  left: 37%;
  top: 43%;
}

.wind .li05 {
  left: 76%;
  top: 68%;
}

.wind .li06 {
  left: 76%;
  top: 88%;
}

/* plant */
.plant_wrap .sub_tit {
  color: #fff;
  padding: 180px 0;
  font-weight: 400;
  line-height: 1.4em;
}

/* 생산 프로세스 */
.process_wrap {
  padding: 90px 0 150px;
  background: #f5f6f7;
}

.process_box {
  width: 1100px;
  padding: 40px;
  background: #fff;
  margin: 0 110px;
  box-sizing: border-box;
}

.process_product {
  width: 50%;
  float: left;
}

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

.process_info {
  width: 50%;
  float: left;
}

.process_sub_tit {
  font-size: 17px;
  padding: 30px 0 15px;
}

.process_tit {
  font-size: 30px;
  font-weight: 600;
}

.process_tit::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  margin: 25px 0 30px;
  background: #0b4da2;
}

.process_desc {
  font-size: 17px;
  color: #343434;
  line-height: 1.4em;
  margin-bottom: 40px;
}

.process_wrap .slick-arrow {
  width: 56px;
  height: 56px;
  position: absolute;
  background: red;
  color: transparent;
  left: 50%;
  top: 320px;
  z-index: 99;
  cursor: pointer;

}

.process_wrap .slick-prev {
  background: url(/image/sub/prev.png) no-repeat center;
  left: calc(50% - 550px - 56px - 20px);
}

.process_wrap .slick-next {
  background: url(/image/sub/next.png) no-repeat center;
  left: calc(50% + 550px + 20px);
}

/* -------------------- */
.process_dots_wrap {
  width: 1100px;
  margin: auto;
  position: relative;
  top: -95px;
}

.process_dots_wrap_MO {
  width: 100%;
  position: relative;
  top: 150px;
}

.process_dots {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.process_dots>li {
  width: 20px;
  position: relative;
  z-index: 2;
}

.process_dots>li>button {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #999;
  text-align: center;
  font-size: 12px;
  font-family: 'Exo';
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 2;
  cursor: pointer;
}


.process_dots>li.active>button {
  background-color: #0b4da2;
  color: #fff;
}

.process_dots>li.current>button {
  background-color: #0b4da2;
  color: #fff;
}

.process_dots>li.current>button span {
  z-index: 2;
  position: relative;
}

.process_dots>li.current>button::before {
  display: block;
  content: "";
  width: 39px;
  height: 39px;
  background: url(/image/sub/on_icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}


.process_dots>li.current>p {
  color: #0b4da2;
  font-weight: 600;
}


.process_dots>li>p {
  text-align: center;
  position: absolute;
  width: 170px;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  color: #999;
}

.process_dots .dots_bar {
  position: absolute;
  top: 15px;
  width: 100%;
  background-color: #ddd;
  height: 2px;
  left: 0;
  z-index: 1;
  overflow: hidden;
}


.process_dots .dots_bar .bar_fill {
  width: 0%;
  height: 100%;
  background-color: #0b4da2;
  transition: all 300ms ease-out;
}




/* 생산설비 */
.bg_has_pattern .inner {
  padding: 105px 0 110px;
}

.processBox {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.processBox .process-Thumb {
  width: 50%;
  padding-right: 70px;
}

.processBox .process-Thumb img {
  width: 100%;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.processBox .process-info {
  width: 50%;
  padding-top: 90px;
}

.processBox .process-info .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 35px;
}

.processBox .process-info .desc {
  font-size: 17px;


}

.processBox .process-info .desc p {
  background: url(/image/sub/blue_txt.png) no-repeat center left;
  padding-left: 20px;
  color: #454545;
  line-height: 2em;
}

/* R&D */
.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;
}

.rnd_wrap {
  margin-top: 70px;
}

.rnd_wrap li {
  width: calc(100%/4);
  height: 517px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;

}

.rnd_wrap li:nth-child(1) {
  background-image: url(/image/sub/rnd01.png);
}

.rnd_wrap li:nth-child(2) {
  background-image: url(/image/sub/rnd02.png);
}

.rnd_wrap li:nth-child(3) {
  background-image: url(/image/sub/rnd03.png);
}

.rnd_wrap li:nth-child(4) {
  background-image: url(/image/sub/rnd04.png);
}

.rnd_wrap li .txt_wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.rnd_wrap p {
  color: #fff;
  line-height: 1.4em;
}

.rnd_wrap .num {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 35px;
}

.rnd_wrap .tit {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.rnd_wrap .desc {
  font-size: 16px;
  opacity: 0;
  transform: translateY(100%);
  min-height: 150px;


}

.rnd_wrap li:hover .desc {
  opacity: 1;
  transition: all 1s linear;
  transform: translateY(0);

}

.rnd_bg {
  height: 400px;
}

.rnd_bg .txt {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  padding: 190px 0;
  text-align: center;
  line-height: 1.4;
}

.rnd_inner {
  margin-top: -50px;
  background: #fff;
  padding-top: 65px;
}

.rnd_wrap02 {
  margin-bottom: 135px;
}

.rnd_wrap02 li {
  width: calc((100% - (12px * 3)) / 4);
  background: #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  padding: 50px 0;
  margin-right: 12px;


}

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

.rnd_wrap02 li .icon {
  min-height: 90px;
  position: relative;

}

.rnd_wrap02 li .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rnd_wrap02 li .tit {
  font-size: 21px;
  font-weight: 500;
  margin: 25px 0 15px;
}

.rnd_wrap02 li .desc {
  font-size: 17px;
  color: #565656;
}

.rnd_wrap02 li .tit02 {
  font-size: 20px;
  margin: 60px 0 15px;
}


.gray_bg {
  background: #f7f8f9;

}

.RndKind_wrap {
  padding: 50px 0 100px;
}

.RndKind {
  width: calc((100% - 50px) / 3);
  height: 285px;
  margin-bottom: 100px;
  margin-right: 25px;
}

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

.Rndkind_img {
  width: 100%;
  height: 230px;
  text-align: center;


}

.Rndkind_img img {
  width: 100%;
}

.Rndkind_name {
  padding: 35px 0;
  margin: 0 20px;
  margin-top: -35px;
  background: #fff;
  text-align: center;

  position: relative;

}

.Rndkind_name .tit {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4em;

}

.Rndkind_name .desc {
  font-size: 16px;
  color: #333;
}

.rnd_table {
  margin-top: 80px;
}

.rnd_table .rnd_title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}

.rnd_table .rnd_head {
  border-top: 2px solid;
}

.rnd_table .rnd_box {
  padding: 40px 35px;
  border-bottom: 1px solid #efefef;

}

.rnd_table .rnd_box .tit {
  font-size: 18px;
  color: #333;
  padding-left: 30px;
  position: relative;

}

.rnd_table .rnd_box .tit::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  line-height: 4px;
  background: #626262;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 10px;
}

.rnd_table .rnd_box .sub {
  font-size: 15px;
  color: #656565;
  padding-left: 30px;

}

/* navigatior */
#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;
      display: flex;
      align-items: center;
      justify-content: center;
}

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

#nav nav a .txt {
  background: #0b4da2;
  border-radius: 30px;
  width: 140px;
  height: 50px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;

}

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

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

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

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

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

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

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

  /* text-decoration: underline;
  text-decoration-thickness: 15px;
  text-decoration-color: #ccddfc;
  line-height: 1.2; */
}

.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;
  min-height: 375px;
  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: 90px 0;
}

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

.certi_box li {
  width: 49%;
  display: flex;
  background: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.certi_box li .img {
  width: 40%;
  padding-right: 30px;
}

.certi_box li .txt {
  width: 60%;

}

.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 프랜지 > 사이버 홍보 */
.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: 7% 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>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: 70px;
  cursor: pointer;

  overflow: hidden;
}

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


/* 계열사 전체보기  - 캄텍 그룹사 동일*/
/* 회사소개 > 캄텍소개 > 그룹사 - 국내 */
.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;
  width: 350px;

}

.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: "Seoul";
  transform: translateY(-120%);
  font-weight: 500;
  color: #444;
  font-size: 18px;
}

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

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

.intro_group .item_box.li03 .dot {
  left: calc(99% + 134px);
  top: calc(-93%);
}

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

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

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

.intro_group .item_box.li07 .dot {
  left: -112%;
  top: -124%;
}

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

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

}

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

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

}

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

}

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

.intro_group .item_box.li07 .dot::after {
  content: "Hwaseong";
  transform: translate(-84px, 10px);
}

.intro_group .item_box.li08 .dot::after {
  content: "Ulsan";
  transform: translate(23px, -4px);

}

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

.intro_group .item_L .item_box.li02::before {
  width: 38%;
  transform: rotate(337deg);
  top: 36%;
}

.intro_group .item_L .item_box.li03::before {
   width: 73%;
   top: 17%;
    transform: rotate(304deg);
}

.intro_group .item_L .item_box.li04::before {
  width: 142.5%;
 top: 22%;
  transform: rotate(322deg);
}

.intro_group .item_R .item_box.li05::before {
  width: 112%;
  top: 47%;
  transform: rotate(323deg);
}

.intro_group .item_R .item_box.li06::before {
width: 88%;
top: 67%;
transform: rotate(10deg);
}

.intro_group .item_R .item_box.li07::before {
width: 134%;
top: 36%;
transform: rotate(36deg);
}

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

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

/*  회사소개 > 캄텍소개 > 사업장소개 > 해외*/
.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: -399px;
}

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

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

.intro_group02 .item_box.li04 .dot {
  left: 950px;
  top: -551px;
}

.intro_group02 .item_box.li05 .dot {
  left: -2px;
  top: -577px;
  display: block;
}

.intro_group02 .item_box.li06 .dot {
  left: -430px;
  top: -630px;
}

.intro_group02 .item_box.li07 .dot {
  left: 999px;
  top: -902px;
}

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

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

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

.intro_group02 .item_box.li03 .dot::after {
  content: "Chicago";
  transform: translate(-363%, -21%);
}

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

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

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

.intro_group02 .item_box.li07 .dot::after {
  content: "Irabama Urban";
  transform: translate(-99%, -21%);
  width: 139px;
}

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


/* 부정비리제보 */
.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: 65px;
}

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

.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>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>p {
  font-size: 17px;
  line-height: 1em;
}

.form--style01 .form__header>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;


}

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

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

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

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

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

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

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

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

.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;
}
.tit{
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 53px;
}




/* 20251202 추가 */




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



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

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


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

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

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

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

}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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




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

@media (max-width:540px) {

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

  }


}



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



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


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



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

.parts_info .parts_name span {
  display: none;
}

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

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

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


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

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

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

.parts_list li.active .parts_info .parts_name {

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

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

  100% {
    transform: translateX(0)
  }
}

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

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

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

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

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

.parts_item05 {

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

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

.select_parts {
  display: none;
}

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

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

  .parts_list {
    background: #F7F8F9;
  }


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

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

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

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


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

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



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

  .parts_info .parts_name span {
    display: block;
  }

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


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

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

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

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


} */



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

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

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

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


.detail_parts li {
  display: none;
}

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

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

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

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

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

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



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

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



@media (max-width:1300px) {


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

  }

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

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

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

  .detail_close {
    display: none;
  }

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

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

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

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

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






/* 부품 상세페이지 */

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

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

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

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

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

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

}

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

}

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

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

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

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

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

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

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

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

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

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





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

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

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

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

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

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

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

}

.parts_detail_tab .btn_detail_tab {
  display: none;
}

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

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

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

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

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

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



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

  .parts_detail_tab {
    position: relative;
  }

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

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

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

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

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

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


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



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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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




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

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

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

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

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

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

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

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

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



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


}

@media (max-width:600px) {

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

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

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









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

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

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

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

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



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

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


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

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

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

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

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

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

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

}
/* 조선 */


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

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

.car_parts_box.type05 .parts_item03 {
  top: 90%;
  left: 12%;
  transform: translate(-4%, -60%);
}
.car_parts_box.type05 .parts_item04 {
  top: 33%;
  left: 74%;
  transform: translate(-10%, -100%);
}

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

.car_parts_box.type05 .parts_item06 {

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


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

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

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

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

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

}
}











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



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


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

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

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

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

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

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


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

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

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

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

.busi_group_btn {
  margin-top: 15px;
}

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

.busi_group_btn a:hover {
  background: #0b4da2 url('/image/sub/link.png') no-repeat center right 20px;
  color: #fff;
}
.car_parts_box.type04 .img_parts img{
  max-width: 100%;
}

.busi_slide,
.busi_slide_col02 {
  margin: 45px -15px 0;
}

.busi_slide .item,
.busi_slide_col02 .item {
  text-align: Center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0 15px;
}

.busi_slide .item .img,
.busi_slide_col02 .item .img {
  displaY: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 330px;
}

.busi_slide .item .img img,
.busi_slide_col02 .item .img img {
  margin: 0 auto;
}

.busi_slide .item .text,
.busi_slide_col02 .item .text {
  color: #0b4da2;
  font-size: 20px;
  line-height: 75px;
  border-top: 1px solid #ddd;
  font-weight: bold;
}

.busi_slide .slick-arrow,
.busi_slide_col02 .slick-arrow {
  position: absolute;
  top: 40%;
  width: 65px;
  height: 65px;
  border: 0;
  text-indent: -9999em;
  z-index: 9;
  cursor: pointer;
}

.busi_slide .slick-prev,
.busi_slide_col02 .slick-prev {
  background: url('/image/sub/busi_prev.png') no-repeat center / 100%;
  left: -80px;
}

.busi_slide .slick-next,
.busi_slide_col02 .slick-next {
  background: url('/image/sub/busi_next.png') no-repeat center / 100%;
  right: -80px;
}

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

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

.busi_group_btn {
  margin-top: 15px;
}

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

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

.car_bg.free_bg {
  background: url('/image/sub/free_bg.jpg') no-repeat center / cover;
}

.car_bg.free_bg:after {
  displaY: none;
}
.car_bg {
  background: #f3f4f5;
  position: relative;
  text-align: center;
  padding: 30px 0 180px;
  box-sizing: border-box;
}
.busi_slide .slick-prev,
.busi_slide_col02 .slick-prev {
  background: url('/image/sub/busi_prev.png') no-repeat center / 100%;
  left: -80px;
}

.busi_slide .slick-next,
.busi_slide_col02 .slick-next {
  background: url('/image/sub/busi_next.png') no-repeat center / 100%;
  right: -80px;
}
