@charset "utf-8";

/* 공통 */
.page_tit {
	background: #f3f4f5;
	padding: 80px 0 120px;
	text-align: center;
}
.page_tit.board_page { 
	height: 120px;
}
.page_tit.bg_none {
	background: none;
	padding: 80px 0 40px;
}
.page_tit p {
	font-size: 43px;
	font-weight: bold;
	line-height: 1.1;
	color: #444;
}
.page_tit p:after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	margin: 20px auto 0;
	background: #0b4da2;
}
.page_sub {
	font-size: 25px;
	text-align: center;
	line-height: 1.4;
	margin-top: 30px;
}
.content {
	margin: -60px 0 170px;
	position: relative;
}
.content.board_content {
	margin: -165px 0 170px;
}
* {
	word-break: keep-all; 
}

/* 서한소개 */
.intro_tit {
	font-size: 40px;
	margin: 85px 0;
	line-height: 1.4;
	font-weight: 300;
}
.intro_sub {
	font-size: 16px;
	line-height: 1.5;
}

/* 서한의 역사 */
.history_top {
	position: relative;
	padding: 80px 0;
}
.history_tab {
	padding: 0 20px;
}
.history_tab li {
	width: 33.333%;
	vertical-align: middle;
}
.history_tab li a {
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 1.3em;
}
.history_tab li a img {
	margin: 0 15px;
}
.history_tab li.on a {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

.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: 0px;
    border: 1px dashed #ddd;
	margin: 0 auto;
	z-index: 0;
}
.history li {
	position: relative;
	padding: 30px 0;
}
.history li:before {
	content: '';
	display: block;
	background: #0b4da2;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	margin: 0 auto;
	z-index: 9;
}
.history li:after {
	content: '';
	display: block;
	clear: both;
}
.history li .wrap {
	width: 50%;
	position: relative;
	box-sizing: border-box;
	padding: 0 50px;
}
.history li .wrap:before {
	content: '';
	display: inline-block;
	border: 1px dashed #ddd;
	position: absolute;
	top: 15px;
	width: 30px;
}
.history li.right .wrap:before {
	left: 0;
}
.history li.left .wrap:before {
	right: 0;
}
.history li.right .wrap {
	float: right;
}
.history li.left .wrap {
	float: left;
	text-align: right;
}
.history li .wrap .year {
	font-size: 30px;
	font-weight: bold;
}
.history li .wrap .sub {
	margin: 20px 0;
}
.history li .wrap .sub p {
	font-size: 18px;
	position: relative;
	padding: 5px 0 5px 15px;
	displaY: inline-block;
}
.history li .wrap .sub p:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    background: #333;
    border-radius: 100%;
    width: 3px;
    height: 3px;
}
.history li .wrap .img {
	font-size: 0;
}
.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%;
}

/* 비전 */
.vision_tit {
	font-size: 74px;
	line-height: 1;
	margin-bottom: 50px;
	font-weight: bold;
}
.vision_tit .fw500 {
	font-size: 64px;
}
.mission_tit {
	box-sizing: border-box;
	height: 500px;
}
.mission {
	margin-top: -200px;
}
.mission .img {
	height: 320px;
}
.mission .wt_box {
	background: #fff;
	width: 90%;
	position: relative;
	top: -65px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 60px 0;
	text-align: center;
}
.loadmap {
	background: url('/image/sub/loadmap_pc_en2.jpg') no-repeat center / cover;
	height: 758px;
}
.core {
	background: url('/image/sub/core_bg.jpg') no-repeat center / cover;
	padding: 140px 0;
	margin-top: 50px;
}
.core ul {
	margin: 0 -8px;
}
.core ul li {
	width: 25%;
}
.core ul li > div {
	margin: 0 8px;
	border: 1px solid #fff;
	height: 290px;
	padding: 55px 0;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}
.core ul li .eg {
	font-size: 18px;
	margin: 20px 0 10px;
}
.core ul li .ko {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
}

/* ci 소개 */
.ci_bg {
	background: url('/image/sub/ci_bg.jpg') no-repeat center;
	padding: 100px 0;
	text-align: center;
	margin: 40px 0 140px;
	position: relative;
}
.ci_bg .sub_txt {
	font-size: 18px;
	margin: 65px 0 0;
}
.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/down.png') no-repeat center right 30px;
	box-sizing:border-box;
	padding: 0 35px;
	font-size: 16px;
}
.ci_box {
	background-color: #f4f5f6;
	margin: 30px 0;
	height: 250px;
	padding: 35px 40px;
	box-sizing: border-box;
}
.ci_box .tit {
	font-sizE: 20px;
	font-weight: 500;
	color: #444;
	margin-bottom: 10px;
}
.ci_box ul {
	padding-left: 180px;
	text-align: center;
}
.ci_box ul li {
	text-align: Center;
	vertical-align: middle;
}

/* 계열사 소개 */
.tab {
	text-align: center;
	margin: 0 -7px;
}
.tab li {
	width: 255px; 
	text-align: center;
}
.tab li a {
	display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5em;
    height: 55px;
    margin: 0 5px;
    background: #f0f1f2;
    font-size: 16px;
    border: 1px solid #ddd;
}
.tab li.on a {
	color: #fff;
	background: #0b4da2;
	border: 1px solid #0b4da2;
}
.cp_bg {
	background-repeat: no-repeat; 
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding-top: 100px;
    height: 400px;
    box-sizing: border-box;
}
.cp_bg .tit {
	font-sizE: 40px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
}
.cp_logo {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 65px 50px 0;
	background: #fff;
	position: relative;
	top: -90px;
}
.cp_logo > ul > li {
	width: 48.5%;
	margin-right: 3%;
}
.cp_logo > ul > li:last-child {
	margin-right: 0;
}
.cp_logo > ul > li .tit {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
}
.cp_logo > ul > li .tit:after {
	content: '';
	displaY: inline-block;
	vertical-align: middle;
	width: 180px;
	height: 3px;
	background: #0e3565;
	margin-left: 10px;
}
.cp_logo > ul > li .col02 {
	margin: 0 -10px;
}
.cp_logo > ul > li .col02 li {
	text-align: center;
	margin-bottom: 12px;
}
.cp_logo > ul > li .col02 li > div {
	margin: 0 10px;
	cursor: pointer;
}
.cp_logo > ul > li .col02 li .img {
	background: #fff;
	height: 70px;
	display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.cp_logo > ul > li .col02 li .img img {
	vertical-align: top;
	    max-width: 70%;
}
.cp_logo > ul > li .col02 li .fz16 {
	margin-top: 5px;
}
.cp_col02 {
	font-size: 0;
}
.cp_col02 > div {
	width: 50%;
	displaY: inline-block;
	vertical-align: top;
}
.cp_col02 .cp_bg .tit {
	font-size: 30px;
	font-weight: bold;
}
.cp_col02 .cp_logo > ul > li {
	width: 100%;
}

/* 계열사 소개 리스트 */
.group_wrap {
	position: relative;
	margin: 70px 0 0;
}
.group_menu {
	position: absolute;
	left: 50%;
    margin-left: -600px;
	top: 0; 
	transition: 0.3s ease-in-out;
}
.group_menu.fix {
	position: fixed;
	top: 130px;
}
.group_menu li .tit {
	font-size: 18px;
	font-weight: 500;
	color: #0e3565;
	margin-bottom: 15px;
}
.group_menu li .tit:after {
    content: '';
    displaY: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 3px;
    background: #0e3565;
    margin-left: 10px;
}
.group_menu li a {
	display: block;
	color: #999;
	font-size: 15px;
	line-height: 35px;
}
.group_menu li a.active {
	color: #000;
}
.group_content {
	padding-left: 280px;
}
.group_box .group_name {
	font-weight: bold;
	font-size: 26px;
	color: #0b4da2;
	line-height: 1;
	margin-bottom: 20px;
}
.group_box > li {
	border-bottom: 1px solid #ddd;
	padding: 40px 0;
}
.group_box > li:first-child {
	padding-top: 0;
}
.group_box > li > div {
	display: table-cell;
	vertical-align: top;
}
.group_box > li .img {
	width: 360px;
}
.group_box > li .img img {
	width: 100%;
}
.group_btn {
	margin-top: 15px;
	font-size: 0;
}
.group_btn a {
	displaY: inline-block;
	vertical-align: top;
	width: 49.5%;
	margin-right: 1%;
	font-size: 14px;
	background: #0b4da2 url('/image/sub/link.png') no-repeat center right 15px;
	color: #fff;
	border: 2px soliD #0b4da2;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 25px;
}
.group_btn a.pdf {
	background: #fff url('/image/sub/down2.png') no-repeat center right 15px;
	margin-right: 0;
	color: #0b4da2;
	font-weight: 500;
}
.group_box > li .text {
	padding-left: 50px;
}
.group_logo img {
	vertical-align: top;
}
.group_tag {
	margin-top: 15px;
}
.group_tag li {
	background: #e8edf4;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 30px;
	line-height: 35px;
	text-align: center;
	font-sizE: 14px;
	padding: 0 20px;
}

/* R&D 소개 */
#nav {
	position: absolute;
	right: 50px;
	top: 10%;
	z-index: 99;
	transition: 0.5s ease;
}
#nav.fix {
	position: fixed;
	top: 20%;
}
#nav nav a {
	displaY: block;
	margin-bottom: 10px;
}
#nav nav a > span {
	display: table-cell;
	vertical-align: middle
}
#nav nav a .txt {
	background: #0b4da2;
	border-radius: 30px;
	line-height: 1.4em;
	width: 170px;
	color: #fff;
	font-size: 12px;
	height: 55px;
	text-align: center;
}
#nav nav a .dots {
	width: 10px;
	height: 10px;
	margin-left: 10px;
	text-align: Center;
	padding-left: 5px;
}
#nav nav a .dots:after {
	content: '';
	background: #b8b8b8;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	transition: all 0.3s ease;
	display: block;
	margin: 0 auto;
}
#nav nav a.active .dots:after {
	width: 10px;
	height: 10px;
	background: #0b4da2;
}

.target {
	padding: 100px 0;
}
.target .page_tit {
	padding: 0 0 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: 15px;
  width: calc(100% - 60px);
  /* margin-right: 60px; */
	padding-left: 12px;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.5;
}
.rnd_history .item .txt li:before {
	content: '';
	displaY: block;
	position: absolute;
	left: 0; top: 12px;
	background: #999;
	border-radius: 100%;
	width: 3px;
	height: 3px;
}
.rnd_history .item .img {
	margin-top:  30px;
 

}
.rnd_history .slick-arrow {
	position: absolute;
	top: -80px;
	width: 52px;
	height: 52px;
	border: 0;
	text-indent: -9999em;
	z-index: 9;
	cursor: pointer;
}
.rnd_history .slick-prev {
	background: url('/image/sub/rnd_prev.png') no-repeat center;
	right: 60px; 
}
.rnd_history .slick-next {
	background: url('/image/sub/rnd_next.png') no-repeat center;
	right: 0; 
}
/* 조직 및 현황 */
.member_img {
	margin: 50px 0 80px;
}
.study_list li {
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.study_list li .tit {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.study_list li .box {
	border: 1px solid #ddd;
	border-top: 1px solid #000;
	height: 300px;
	box-sizing: border-box;
	displaY: table-cell;
	width: 1%;
	vertical-align: middle;
}
.study_list li .box .icon {
	margin-bottom: 10px;
}
/* 연구 개발 분야 */
.system_tab {
	background: #0b4da2;
	padding: 30px 0;
	color: #fff;
}
.system_tab:before {
	content: '';
	display: block;
	position: absolute;
	height: 60px;
    left: 33.33%;
	top: 30px;
	border-left: 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 > .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;
}
/* 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>p {
  font-size: 16px;
  padding: 0 0 5px 12px;
  position: relative;
}

.system_wrap .item ul.position-none li .cont div>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>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;
  }
}








.system_wrap .item ul li .tit {
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 55px;
}
.system_wrap .item ul li .cont {
	height: 430px;
	box-sizing: border-box;
	padding: 40px 15px 40px 25px;
	text-align: left;
	position: relative;
}
.system_wrap .item ul li .cont > p {
	font-size: 16px;
	padding: 0 0 5px 12px;
	position: relative;
}
.system_wrap .item ul li .cont > p:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 11px;
	background: #a7a7a7;
	border-radius: 100%;
	width: 4px;
	height: 4px;
}
.system_wrap .item ul li .cont .img {
	position: absolute;
	bottom: 30px;
	left: 0; right: 0;
	height: 215px;
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
    justify-content: start;
}


/* 연구 성과 */
.study_result {
	background: url('/image/sub/study_result.jpg') no-repeat center / cover;
	padding: 100px 0;
	color: #fff;
}
.topic_tit {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.1;
}
.sr_list {
	text-align: center;
	padding-top: 40px;
}
.sr_list li {
	width: 25%;
	padding: 0 20px;
	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: 20px;
	    height: 3em;
    line-height: 1.4em;
}
.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;
}

/* R&D 소개 - 캄텍기술연구소 */
.rndGreen .tab li.on a {
	background: #006c79;
	border: 1px solid #006c79;
}
.rndGreen #nav nav a .txt,
.rndGreen #nav nav a.active .dots:after,
.rndGreen .system_tab,
.rndGreen .page_tit p:after {
	background: #006c79;
}
.rndGreen .study_result {
	background: url('/image/sub/study_result2.jpg') no-repeat center / cover;
}

/* 사업영역 */
.busi_intro_wrap {
	background: url('/image/sub/busi_intro.jpg') no-repeat center / cover;
	padding: 130px 0 230px;
}
.busi_intro {
	width: 100%;
	/* display: table; */
	/* table-layout: fixed; */
  display: flex;
}
.busi_intro li {
	/* displaY: table-cell; */
	vertical-align: top;
	position: relative;
	/* width: 25%; */
  width: 240px;
  /* margin-right: 20px; */
	box-sizing: border-box;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
  overflow: hidden;
  cursor: pointer;
}
.busi_intro li.active{
  flex: 1;
}

.busi_intro li .img img {
	/* width: 100%;
	height: 580px;
	vertical-align: top; */
  max-width: none;
  display: block;
  pointer-events: none;
}

.busi_intro li .text_wrap {
	position: absolute;
	top: 0;
	left: 0; right: 0;
	bottom: 0;
	padding: 45px 40px;
	color: #fff;
}
.busi_intro li .tit {
	font-size: 23px;
	font-weight: 500;
	line-height: 1.1;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
.busi_intro li .sub,
.busi_intro li .btn {
	opacity: 0;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
  transform: translateY(100px);
}
.busi_intro li .sub:before {
	content: '';
	display: block;
	background: #fff;
	width: 80px;
	height: 2px;
	margin: 20px 0 40px;
}
.busi_intro li .sub {
	font-size: 16px;
	word-break: keep-all;
	padding-bottom: 40px;
}
.busi_intro li .btn a {
    displaY: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    font-sizE: 15px;
    background: url('/image/sub/link_arw.png') no-repeat center right 15px;
    width: 215px;
    line-height: 1.5em;
    height: 55px;
    box-sizing: border-box;
    padding: 0 20px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
/* .busi_intro li:hover {
	width: 45%;
} */
/* .busi_intro li:hover .tit {
	font-size: 43px;
	font-weight: bold;
}
.busi_intro li:hover .sub,
.busi_intro li:hover .btn {
	opacity: 1;
} */
.busi_intro li .btn a:hover {
	background: #0b4da2 url('/image/sub/link_arw.png') no-repeat center right 15px;
	border: 1px solid #0b4da2;
}
/* .busi_intro li:hover .text_wrap {
	background: url('/image/sub/busi_hover.png') no-repeat center / cover;
} */

.busi_intro li .tit.on {
	font-size: 43px;
	font-weight: bold;
}
.busi_intro li .sub.on,
.busi_intro li .btn.on {
	opacity: 1;
  transform: translateY(0);
}
/* .busi_intro li .btn a.on {
	background: #0b4da2 url('/image/sub/link_arw.png') no-repeat center right 15px;
	border: 1px solid #0b4da2;
} */
.busi_intro li .text_wrap.on {
	background: url('/image/sub/busi_hover.png') no-repeat center / cover;
}
.busi_sub {text-align: center; word-break: initial; width: 80%; margin: 0 auto;}

/* 미래모빌리티 */
.mobility .sec1{
  background: linear-gradient(to bottom, #fff, #fff, #fff, #f3f5f7) ;
}
.mobility .new_box{
  max-width: 1045px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.21); 
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.21);
}
.mobility .tit {
  height: 55px;
  line-height: 55px;
  background: #103564;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.mobility .desc{
  padding: 40px 0 ;
  line-height: 1.4em;
  background: #fff;
}
.mobility .sec2{
  position: relative;
  background: #fff;
  padding-bottom: 0 !important;
}
.mobility .sec2 .img{
  width: 100%;
  height: 550px;
  background: url(/image/sub/new_img021.png) no-repeat center;
}
.mobility .sec2 .wt_box {
  position: absolute;
  text-align: center;
  color: #333;
  font-size: 22px;
  /* top: -65px; */
  bottom: -65px;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  background: #fff;
  padding: 50px 20px;
  transform: translateX(-50%);
  box-sizing: border-box;
}
/* .mobility .sec3{
  background: #f7f8f9 ;
}
.mobility .sec3 .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mobility .sec3 .item_box {
  width: 48%;

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


}
.mobility .sec3 .item_box .ib_bot p:nth-child(1){
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}
.mobility .sec3 .item_box .ib_bot p:nth-child(2){
  font-size: 18px;
  font-weight: 600;
  color: #0b4da2;
  margin-bottom: 35px;
} */
.mobility .sec3 {
  background: #fff;
  padding: 165px 0 100px;
}

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

.mobility .sec3 .item_box {}

.mobility .sec3 .item_box .ib_top {}

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

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


}

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

.mobility .sec3 .item_box .ib_bot p:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  color: #0b4da2;
  margin-bottom: 35px;
}
.simp>p span {
  display: block;
  text-align: center;
  color: #444;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
}

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

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

.mobility .sec4 {
  height: 830px;
  background: url(/image/sub/new_img07.png) no-repeat center ;
  padding: 0;
}
.mobility .sec4 .page_tit{
  padding-top: 100px;
}
.mobility .sec4 .page_tit p,
.mobility .sec4 .page_tit div{
  color: #fff;
}
.mobility .sec5 { background: #f7f8f9; padding:0;}
.mobility .sec5 .img{
  width: 100%;
  height: 470px;
  background: url(/image/sub/new_img08.png) no-repeat center /  cover;
}
.mobility .sec5 .wt_box{
  text-align: center;
  color: #333;
  font-size: 22px;
  top: -65px;
  background: #fff;
  padding: 50px 0;
}

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

}
.mobility .sec5 .item_box .item_L{
  width: 50%;
  text-align: center;
}
.mobility .sec5 .item_box .item_R{
  width: 50%;
  box-sizing: border-box;
  padding-right: 6%;
}
.mobility .sec5 .item_box .item_R p:nth-child(1) {
  font-size: 28px;
  font-family: 'Exo';
  font-weight: 600;
  margin-bottom: 30px;
}
.mobility .sec5 .item_box .item_R p:nth-child(2) {
  font-size: 17px;
  color: #333;
  padding-bottom: 35px;
  /* background: pink; */
  border-bottom: 1px solid #dedede;
  /* border: 1px solid #000; */
  margin-bottom: 25px;

}
/* 
.mobility .sec5 .item_box .item_R p:nth-child(3) {
  font-size: 15px;
  color: #333;
  font-family: 'Exo';
}
 */
.mobility .sec5 .item_box .item_R p.list {
  padding-left: 20px;
  background: url(/image/sub/new_img09.png) no-repeat left center;
}
.mobility .sec6 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.mobility .sec6 .img{
  width: 100%;
  height: 550px;
  background: url(/image/sub/new_img13.png) no-repeat center / cover;
}
.mobility .sec5 .bg_fff{
  background: #fff;
  padding-top: 100px;
}



/* 부품 상세 내용 */
.car_bg {
	background: #f3f4f5;
	position: relative;
	text-align: center;
	padding: 30px 0 180px;
	box-sizing: border-box;
}
.car_bg:after {
	content: '';
	background: url('/image/sub/car_bg.png') no-repeat center;
	height: 419px;
	position: absolute;
	bottom: -100px;
	left: 0; right: 0;
}
.car_bg.pr_bg:after {
	background: url('/image/sub/pr_bg.png') no-repeat center;
	height: 695px;
	bottom: -240px;
}
.car_bg.free_bg { 
	background: url('/image/sub/free_bg.jpg') no-repeat center / cover;
}
.car_bg.free_bg:after {
	displaY:none;
}
.car_bg.mu_bg { 
	height: 845px;
	background: url('/image/sub/mu_bg.jpg') no-repeat center / cover;
}
.car_bg.mu_bg:after {
	displaY:none;
}
.car_bg .tab {
	position: relative;
	top: -60px;
}
.busi_title {
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
	padding: 40px 0;
}
.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;
}

/* 서한 뉴스룸 */
.board_list_g {
	margin-top: 100px;
}
.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 > div {
	display: table-cell;
	vertical-align: middle;
}
.board_list_g li .img {
	border: 1px solid #ddd;
	width: 320px;
}
.board_list_g li .img img {
	vertical-align: top;
	width: 100%;
}
.board_list_g li .txt {
	padding-left: 30px;
}
.board_list_g li .tit {
	font-size: 22px;
}
.board_list_g li .sub {
	margin: 15px 0 30px;
}
.board_list_g li .num {
	color: #bbb;
}

/* 홍보 영상 */
.video_wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.video_tab {
	margin: 40px -5px 0;
}
.video_tab li {
	width: 25%;
}
.video_tab li a {
	display: block;
	margin: 0 5px;
	border: 1px solid #ddd;
	background: #f0f1f2;
	padding: 20px 25px;
}
.video_tab li a > div {
	displaY: table-cell;
	vertical-align: middle;
}
.video_tab li .img {
	width: 50px;
}
.video_tab li .img img {
	vertical-align: top;
}
.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;
}

/* 채용 정보 */
.recruit_bg {
	background: #f6f6f6;
	padding: 70px 0;
}
.recruit_tit {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 35px;
	text-align: center;
} 

/* 복리후생 */
.wel_bg {
	/* background: url('/image/sub/wel_bg.jpg') no-repeat center / cover; */
  background: #f7f8f9;
	padding: 100px 0;
  border-bottom: 1px solid #ededed;
}
.wel_box {
	margin: 0 -7px;
}
.wel_box li {
	width: 25%;
}
.wel_box li > div {
	margin: 15px 7px;
	text-align: center;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	/* background: rgba(255,255,255,0.1); */
  background: #fff;
	box-sizing: border-box;
	height: 310px;
	padding: 70px 0;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.14); 
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.14);
}
.wel_box li .icon {
	margin-bottom: 15px;
}
.wel_box li .txt {
	font-sizE: 18px;
  font-weight: 500;
	line-height: 1.5;
}

/* 인재상 */
.ct_tit {
	font-size: 74px;
	font-weight: bold;
	line-height: 1; 
}
.ct_eg {
	font-size: 30px;
	line-height: 1.5;
	margin: 45px 0 25px;
}
.competent_bg {
	background: url('/image/sub/competent_bg.jpg') no-repeat center / cover;
	padding: 100px 0;
	margin-top: 80px;
}
.wel_box li .eg {
	font-size: 18px;
	font-weight: 300;
}
.competent_bg .tit {
  font-size: 74px;
  color: #fff;
  font-family: 'Exo';
  font-weight: 800;
  text-align: center;
  line-height: 1.4em;

}
.competent_bg .desc {
  color: #fff;
  font-size: 33px;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 60px;
}
.competent_bg .wel_box li > div {
	background: none;
	border: 1px solid #fff;
	padding: 50px 0;
}
.com_box li > div{
  color: #fff;
}

/* 나눔경영 */
.nanum_list li {
	border-bottom: 1px solid #ddd;
	padding: 90px 0 70px;
}
.nanum_list li:last-child {
	border-bottom: 0;
}
.nanum_list li > div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}
.nanum_list li .txt {
	padding-left: 30px;
}
.nanum_list li .txt .tit {
	font-size: 28px;
	line-height: 1.5;
}
.nanum_list li .txt .sub {
	font-size: 14px;
	line-height: 1.6;
	margin: 20px 0 30px;
}

/* 준법경영 */
.manage_wrap {
	position: relative;
	padding: 100px 0;
	border-top: 1px dotted #ddd;
}
.manage_tit {
	position: relative;
	padding-left: 50px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.manage_tit > span {
	position: absolute;
	font-size: 80px;
	font-family: 'Exo', sans-serif;
	color: #f1f1f1;
	left: 0; top: -35px;
	line-height: 1;
	letter-spacing: -1px;
}
.manage_tit > div {
	displaY: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 9;
}
.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: 15px;
	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: 380px;
	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;
}

/* 찾아오시는 길 */
.location_txt {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.location_select {
	text-align: center;
	position: relative;
	width: 420px;
	height: 60px;
	margin: 0 auto;
}
.location_select:before {
	content: '';
	display: block;
	background: #fff url('/image/sub/map_icon.png') no-repeat center;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 18px;
	left: 20px;
}
.location_select select {
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	height: 60px;
	border: 2px solid #0b4da2;
	background: #fff url('/image/common/lnb.png') no-repeat center right 20px;
	padding: 0 20px 0 45px;
	box-sizing: border-box;
} 
.map_name {
	width: 100%;
}
.map_name th,
.map_name td {
	vertical-align: top;
}
.map_name th {
	font-size: 30px;
    width: 290px;
    text-align: left;
    padding-left: 50px;
    box-sizing: border-box;
    line-height: 1.2em;
}
.map_name td {
	font-size: 20px;
	line-height: 1.8;
	padding-left: 60px;
}

/* 인재육성제도 */
.devel_title {
	text-align:Center; 
	font-size: 35px;
	line-height: 1.1;
	margin-bottom: 30px;
}
.devel_sub {
	text-align:Center; 
	font-size: 18px;
	font-weight: 500;
}
.devel_box {
	border-bottom: 1px solid #ddd;
	padding-bottom: 70px;
	margin-bottom: 70px;
}
.devel_box li {
	width: 31.3333%;
	margin-right: 3%;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: #f9f9f9;
}
.devel_box li:after {
	content: '';
	display: block;
	background: url('/image/sub/devel_arw.png') no-repeat center;
	width: 17px;
	height: 17px;
	position: absolute;
    top: 49%;
    right: -27px;
}
.devel_box li.mr0:after {
	display: none;
}
.devel_box li .tit {
	background: #0b4da2;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 50px;
}
.devel_box li .sub {
	padding: 20px;
	height: 165px;
	box-sizing: border-box;
}
.core.devel_bg {
    background: url('/image/sub/devel_bg.jpg') no-repeat center / cover;
    padding: 55px 0 90px;
	margin-top: 70px;
}
.core.devel_bg ul {
	margin: 0 -20px;
}
.core.devel_bg ul li {
	width: 33.333%;
}
.core.devel_bg ul li > div {
	height: 390px;
	padding: 65px 0;
	margin: 0 20px;
}
.core.devel_bg ul li .num {
	font-weight: bold;
	font-size: 25px;
	line-height: 1.7;
	border-bottom: 2px solid #fff;
	display: inline-block;
	margin-bottom: 20px;
}
.core.devel_bg ul li .ko { 
	font-sizE: 20px;
	margin: 30px 0 5px;
}
.core.devel_bg ul li .eg {
	font-sizE: 16px;
	margin: 0;
}
.devel .item_box{
  display: flex;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #ededed;

}
.devel .item_box.no_border{
  border: none;
}
.devel .item_box .item_L{
  width: 40%;
}
.devel .item_box .item_R{
  width: 60%;
  padding-left: 6%;
  box-sizing: border-box;
}
.devel .item_box .item_R p:nth-child(1) {
  font-size: 80px;
  font-family: 'Exo';
  color: #f5f5f5;
  font-weight: 800;
  margin-left:-70px;
}
.devel .item_box .item_R p:nth-child(2) {
  font-size: 30px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;

}
.devel .item_box .item_R p:nth-child(3) {
  font-size: 16px;
  color: #666;
}
.devel .hasbg {
  background: #f7f8f9;
  padding: 100px 0 ;
  border-bottom: 1px solid #ededed;
}
.devel .hasbg .devel_title {
  margin-bottom: 70px;
}
.devel .hasbg .item_box{
  background: #fff;
  padding: 0;
  border: none;
  margin-bottom: 40px;
}
.devel .hasbg .item_box img{
  display: block;
  width: 100%;
}

.devel .hasbg .item_box .item_R{
  padding-left: 9%;
  padding-right: 6%;
}
/* 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%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .car_parts_box .inner .circle_box .car_parts>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: 0;
  left: 10%;
  transform: translate(-10%, 0);
}

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

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

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

.parts_item05 {

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

.parts_item06 {
  top: 90%;
  left: 85%;
  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);
    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;
  }


}



/* 부품 디테일 */
.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_info .flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.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%;
}

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

}

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

.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: 17px;
  font-weight: 700 !important;
  line-height: 100%;
}

.parts_detail_list .list_info .parts_detail_name p>span {
  font-size: 14px !important;
}

.parts_detail_list .list_info .parts_detail_text {
  color: #000;
  font-size: 17px;
  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: "Product Name";
}

.parts_detail_list .list_info .parts_detail_text::before {
  content: "Features";
}

.parts_detail_list .list_info .parts_detail_name::before,
.parts_detail_list .list_info .parts_detail_text::before {
  min-width: 70px;
  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 {}

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