@charset "utf-8";

/* 공통 */
.content {
  padding: 60px 0;
  position: relative;
}
.page_tit {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
}
.page_sub {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 45px;
  color: #333;
}
.sectionTit {
  line-height: 1.4;
  font-size: 43px;
  padding: 110px 0 25px;
  position: relative;
  text-align: center;
  font-weight: 600;
}
.sectionDesc {
  text-align: center;
  font-size: 22px;
  margin-top: 22px;
  margin-bottom: 50px;
  line-height: 1.8;
}
.inner img {
  margin: auto;
}
.mainColor {
  color: #0b4da2;
}
* {
  word-break: keep-all;
}

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

.tab.mt {
  margin-top: 25px;
}

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

.tab li a {
  width: 240px;
  line-height: 1.6em;
  box-sizing: border-box;
  border: 1px solid #333;
  font-size: 16px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 10px;
}

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

.tab02 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab02 li {
  margin: 0 60px;
}

.tab02 li a {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  display: block;
}

.tab02 li.on a {
  border-bottom: 1px solid #0b4da2;
  color: #0b4da2;
}

.tab03 li {
  margin: 0 5px 10px;
}

.tab03 li a {
  width: 400px;
  line-height: 50px;
  box-sizing: border-box;
  border: 1px solid #333;
  font-size: 16px;
  background: #f8f8f8;
  display: block;
  text-align: center;
}

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

.tab.location-tab {
  display: flex;
  width: 750px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

/* 비전 */
.vision_bg {
  height: 355px;
  background-image: url('/image/sub/vision_bg01.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 0 5%;
}

.vision_bg p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
}

.vision_bg p strong {
  font-weight: 500;
}

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

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

.vision_list li {
  border-bottom: 1px solid #ddd;
  padding: 22px 0;
  display: flex;
  align-items: center;
}

.vision_list li .img {
  padding: 0 54px;
}

.vision_list li .tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
  width: 26%;
}

.vision_list li .sub {
  font-size: 18px;
  color: #444;
  flex: 1;
}

/* 회사소개 > ceo인사말 */
.ceo .sec01 {
  background-image: url(/image/sub/ceo_sec01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  margin: 70px 0;
}
.ceo .sec01 .text {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
}
.ceo .hi {
  width: 95%;
  margin: 40px auto;
  text-align: center;
  font-size: 28px;
  line-height: 1.2em;
}
.ceo .flex {
  align-items: center;
  justify-content: space-between;
}
.ceo .flex .img {
  width: 45%;
}
.ceo .flex .txt {
  flex: 1;
  text-align: left;
  font-size: 16px;
  padding-left: 40px;
}
.ceo .flex .txt p {
  line-height: 1.4em;
  margin-bottom: 30px;
}
.ceo .flex .txt .bold {
  font-weight: 600;
  font-size: 19px;
}
.ceo .flex .txt .name {
  margin-top: 130px;
  margin-bottom: 0;
}
.ceo .flex .txt .name span {
  font-size: 25px;
  margin-left: 10px;
}

/*  회사소개 > 연혁 */
.history .history_top {
  background: url(/image/sub/history_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  max-width: 1600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.history .history_top .page_sub {
  color: #fff;
  text-align: center;
  width: 95%;
  margin-bottom: 0;
  height: 50%;
}

.history .history_tab {
  justify-content: center;
  border-top: 1px solid #666;
  width: 100%;
}
.history .history_tab li {
  width: 20%;
  vertical-align: middle;
}
.history .history_tab li a {
  display: block;
  color: #d4cdcd;
  padding: 30px 0;
  font-size: 24px;
  text-align: center;
  font-family: 'Exo';
}
.history .history_tab li a img {
  margin: 0 15px;
}
.history .history_tab li.on a {
  font-weight: bold;
}
.history .history_tab li.on a {
  border-bottom: 8px solid #fff;
  color: #fff;
}
.history_cotent {
  margin-top: 100px;
  position: relative;
}
.history_cotent:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0px;
  border: 1px solid #ddd;
  margin: 0 auto;
  z-index: 0;
}

.history {
  position: relative;
}

.history_cotent: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-wrap{
  display: flex;
  flex-direction: column;
  width: 50%;
}

.history li .wrap .sub {
  margin: 5px 0;
  width: 100%;
}

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

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

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


.history li .wrap .sub p {
  font-size: 17px;
  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: 50%;
  margin-top: -50px;
}

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

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

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

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

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



/* 회사소개 > ci 소개 */
.ci .sec01 .img {
  background: #f4f5f6;
  padding: 80px 0 0;
  text-align: center;
  height: 363px;
}
.ci .sec01 .txt {
  text-align: center;
  margin: 0px 75px;
  padding-top: 45px;
  background: #fff;
  margin-top: -100px;
}
.ci .sec01 .txt h3 {
  font-size: 25px;
  font-weight: 600;
}
.ci .sec01 .txt .desc {
  width: 67%;
  font-size: 17px;
  line-height: 1.6em;
  color: #555;
  margin: 30px auto 50px;
}
.ci_btn {
  text-align: center;
    margin: 50px 0 100px 0;
}
.ci_btn a {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  width: 285px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-align: left;
  background: #283445 url('/image/sub/sub_icon_download.png') no-repeat center right 30px;
  box-sizing: border-box;
  padding: 0 35px;
  font-size: 16px;
}
.ci .sec02 h3 {
  margin-top: 130px;
  font-weight: 600;
}
.ci_box {
  margin: 30px 0;
  height: 300px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.ci_box .tit {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
.ci_box ul {
  text-align: center;
  padding: 90px 0px;
  background-color: #f4f5f6;
}
.ci_box ul li {
  text-align: Center;
  vertical-align: middle;
  margin: 0 2%;
  width: 46%;
}
.ci_box ul li:last-child {
  padding-top: 0px;
}
.ci_box ul li p {
  font-size: 20px;
  color: #333;
  padding: 50px 0 0;
}

/*  회사소개 > 주요고객사 */
.customer .content_wrap > .flex {
  flex-wrap: wrap;
}

.customer .content_wrap .item_title {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
}
.customer .content_wrap .item_box {
  flex-direction: column;
  justify-content: center;
  padding: 10px 10px;
  border: 1px solid #dcdcdc;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.customer .content_wrap .item_box:nth-child(3n) {
  margin-right: 0;
}
.customer .content_wrap .item_box .item_thumb {
  text-align: center;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer .content_wrap .item_box .item_thumb img {
}
.customer .content_wrap .item_box .item_desc {
  font-size: 16px;
  color: #333333;
  text-align: center;
}

/*  회사소개 > 찾아오시는 길 */
.map_box {
  max-width: 1200px;
  margin: auto;
}
.map_box img {
  width: 100%;
}
.map_box .root_daum_roughmap .wrap_map {
  height: 550px;
}
.map_table_box .sub_tit {
  font-size: 23px;
  color: #222;
  font-weight: 600;
  padding: 10px 0;
  text-align: left;
  line-height: 1;
  margin-bottom: 0;
}

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

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

.map_table_box .icon {
  width: 3%;
}

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

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

/* 개요 */
.prod_intro_eg {
  font-size: 32px;
  line-height: 1.3em;
  margin-bottom: 25px;
  font-weight: bold;
}
.prod_intro_sub {
  font-size: 20px;
}
.prod_intro_img {
  margin-top: 60px;
}
.prod_intro_txt {
  font-size: 17px;
  line-height: 1.6em;
  margin: 40px 0 60px;
}
.prod_link {
  margin: 0 -15px;
}
.prod_link > li {
  width: 50%;
}
.prod_link > li > a {
  display: block;
  margin: 0 15px;
  color: #fff;
  position: relative;
  font-size: 24px;
  padding: 0px 55px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 140px;
  line-height: 140px;
}
.prod_link > li > a b {
  font-size: 28px;
  font-weight: 600;
}
.prod_link > li > a:after {
  content: '';
  display: block;
  position: absolute;
  right: 40px;
  top: 45px;
  background: url('/image/sub/link_arw.png') no-repeat center;
  width: 48px;
  height: 48px;
}

/* 제품 */
.prod_wrap {
  padding: 110px 0;
}
.gray_bg {
  background: #f9f9f9;
}
.blue_bg {
  background: #f8f9fe;
}
.prod_wrap .inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.prod_wrap .inner > div {
  width: 50%;
  box-sizing: border-box;
}
.prod_wrap .inner > div.prod_txt {
  width: 45%;
}
.prod-img-zoom .item {
  text-align: center;
  height: 500px;
  line-height: 440px;
  font-size: 0;
}
.prod-img-zoom .item img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  display: inline-block !important;
}
.prod-thumbs {
  text-align: center;
  height: 70px;
}
.prod-thumbs .item {
  cursor: pointer;
  margin: 0 5px;
  width: 100px;
  height: 70px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.prod-thumbs .item img {
  height: 100%;
  margin: auto;
}
.prod-thumbs .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.prod-thumbs .item span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ddd;
}
.prod-thumbs .item.slick-current span:after {
  border: 3px solid #000;
}
.prod-thumbs .item span img {
  vertical-align: top;
  padding: 8px;
  max-height: 80px;
  max-width: 80px;
  box-sizing: border-box;
}
.prod_txt .small_eg {
  font-size: 20px;
  color: #b8b8b8;
}
.prod_txt .prod_name {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 45px;
}
.prod_txt .prod_sub {
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
}
.prod_txt .prod_cont li {
  margin-top: 25px;
  position: relative;
  padding-left: 17px;
  background: url('/image/sub/blue_txt.png') no-repeat left 11px;
}
.prod_txt .prod_cont li .tit {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0b4da2;
}
.prod_btn {
  margin-top: 50px;
}
.prod_btn a {
  display: inline-block;
  width: 205px;
  line-height: 58px;
  box-sizing: border-box;
  border: 1px solid #333;
  text-align: center;
}
.prod_btn a.down_btn {
  color: #fff;
  background: #0b4da2;
  border: 1px solid #0b4da2;
}
.prod_btn a.down_btn img {
  margin-left: 10px;
  vertical-align: middle;
}

/* 연구개발 > 연구소소개 */
.researchDesc {
  text-align: center;
  background: #fff;
  padding: 55px 0 60px;
  margin: 0 auto;
  margin-top: -70px;
  width: 90%;
  z-index: 9;
  position: relative;
}

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

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

.researchDesc > div {
  color: #5d5d5d;
  font-size: 17px;
  width: 90%;
  margin: auto;
}

.researchOuter {
  background: #f6f6f6;
  height: auto;
  margin-top: 250px;
}

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

.researchSlide .slick-dots {
  position: absolute;
  right: 60px;
  bottom: 80px;
}
.researchSlide .slick-dots li {
  display: inline-block;
  font-size: 0;
  background-color: #747171;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: 10px;
  cursor: pointer;
}
.researchSlide .slick-dots li.slick-active {
  background-color: #0b4da2;
}

.researchRnd {
  background: url(/image/sub/researchBg.jpg) no-repeat center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 110px;
  text-align: center;
}

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

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

.manage_tit {
  position: relative;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.sustain1 .manage_tit {
  text-align: left;
  padding-left: 33px;
}

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

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

.manage_sub {
  font-size: 15px;
  line-height: 1.7em;
  text-align: center;
  width: 90%;
  margin: auto;
}
.manage_line {
  border-top: 1px solid #ddd;
  padding: 65px 0 170px;
}
.manage_line li {
  width: 55%;
}
.manage_line li.manage_list {
  padding-left: 50px;
  width: 45%;
}
.manage_line li.manage_list .text {
  margin-top: 30px;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}
.manage_line li.manage_list .text em {
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: #0b4da2;
  border-radius: 100%;
  font-family: 'Exo', sans-serif;
}
.sub_wrap {
  padding: 95px 0;
}
.z_bg {
  background: url('/image/sub/z_bg.jpg') no-repeat center;
  height: auto;
  box-sizing: border-box;
}
.certi_box li {
  margin: 20px 30px;
  width: 300px;
}
.certi_box li .img {
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding: 40px 0;
}
.certi_box li .img img {
  vertical-align: top;
}
.certi_box li .txt {
  font-size: 20px;
  font-weight: 600;
}

.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: 1.1em;
}

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

/* 지속가능경영 > 품질경영 */
.manage_bg {
  height: 355px;
  background-image: url(/image/sub/vision_bg02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.manage_cont {
  position: relative;
  margin-top: -100px;
  z-index: 9;
}
.manage_cont > .inner {
  background: #fff;
}

/* 지속가능경영 > 동반성장 */
.sustain3 .online_form_write {
  max-width: 1200px;
  margin: auto;
}

.sustain .manage_wrap {
  padding: 75px 0 45px;
}

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

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

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

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

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

.sustain .online_form_write td {
  width: calc(100% - 150px);
}
.online_form_write p {
  padding: 15px 25px;
  box-sizing: border-box;
  text-align: left;

}

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

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

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

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

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

.online_form {
  padding-top: 50px;
}

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

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

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

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

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

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

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

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

/* 고객문의 */
.form_box {
  border: 1px solid #ddd;
  padding: 50px 10px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.form_box li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_box li:last-child {
  border-left: 1px solid #ddd;
}
.form_box li .icon {
  width: 30%;
  text-align: center;
  padding: 0;
}
.form_box li .txt {
  font-size: 20px;
}
.online_form {
  padding-top: 50px;
}
.online_form .form_tit {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}
.online_form_write {
  border-top: 1px solid #000;
  width: 100%;
}
.online_form_write th,
.online_form_write td {
  padding: 15px 25px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.online_form_write th {
  font-weight: 500;
  width: 250px;
  font-size: 16px;
}
.online_form_write td input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 15px;
  box-sizing: border-box;
  height: 50px;
}
.online_form_write td textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  box-sizing: border-box;
  resize: none;
}
.online_form_btn {
  margin-top: 65px;
  text-align: Center;
}
.online_form_btn a {
  font-size: 16px;
  color: #fff;
  width: 185px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin: 0 auto;
  background: #0b4da2;
}

/* 인재상 */
.cpt_wrap {
  margin-top: 200px;
}
.cpt_wrap li {
  width: 31%;
  margin-right: 3.5%;
}
.cpt_wrap li .tit {
  font-size: 22px;
  margin: 30px 0 25px;
}

/* 복리후생 */
.welfare_wrap {
  display: flex;
  flex-wrap: wrap;
}
.welfare_wrap li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #f6f6f6;
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 270px;
  padding: 40px 10px;
  display: flex;
  align-items: center;
}
.welfare_wrap li:nth-child(2n) {
  margin-right: 0;
}
.welfare_wrap li > div {
  display: table-cell;
  vertical-align: middle;
}
.welfare_wrap li .icon {
  width: 43%;
  text-align: right;
  padding-right: 20px;
}
.welfare_wrap li .text .eg {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
}
.welfare_wrap li .text > p {
  font-size: 16px;
  color: #666;
  position: relative;
  padding-left: 15px;
}
.welfare_wrap li .text > p:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #0b4da2;
  position: absolute;
  left: 0;
  top: 12px;
}

/* 연구 개발 */
.research_fac,
.research_field {
  position: relative;
}

.research_outer.hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.research_wrap .total {
  font-size: 20px;
  margin-bottom: 15px;
}
.research_wrap .box {
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 45px 60px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 40px;
}
.research_wrap .prod_img {
  font-size: 0;
}
.research_wrap .prod_img .wrap {
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  font-size: 15px;
}
.research_wrap .prod_img .wrap:first-child {
  border: 1px solid #ddd;
  width: 45%;
}
.research_wrap .prod_img .wrap:last-child {
  width: 55%;
  padding-left: 5%;
}
.research_wrap .prod_img .slider-for .item {
  box-sizing: border-box;
  text-align: center;
  height: auto;
  font-size: 0;
}
.research_wrap .prod_img .slider-for .item img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: inline-block !important;
}
.research_wrap .prod_img .slider-nav .item {
  width: 100px;
  cursor: pointer;
  margin: 0 5px;
}
.research_wrap .prod_img .slider-nav .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 65px;
  box-sizing: border-box;
  position: relative;
}
.research_wrap .prod_img .slider-nav .item span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ddd;
}
.research_wrap .prod_img .slider-nav .item.slick-current span:after {
  border: 2px solid #0b4da2;
}
.slider-nav .slick-arrow {
  position: absolute;
  top: 40%;
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  z-index: 1;
  cursor: pointer;
}
.slider-nav .slick-prev {
  background: url('/image/sub/small_prev.png') no-repeat center;
  left: -30px;
}
.slider-nav .slick-next {
  background: url('/image/sub/small_next.png') no-repeat center;
  right: -30px;
}
.research_wrap .system_text {
  position: absolute;
  top: 45px;
  left: 45%;
  right: 60px;
  padding: 15px 0 0 5%;
  height: 200px;
}
.research_wrap .system_text .tit {
  font-size: 30px;
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  line-height: 1;
}
.research_wrap .system_text .sub {
  margin: 25px 0;
}
.research_wrap .system_text .sub p {
  font-size: 16px;
  color: #666;
  position: relative;
  padding-left: 12px;
}
.research_wrap .system_text .sub p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  background: #000;
  width: 3px;
  height: 3px;
  border-radius: 100%;
}

.research_table {
  border-top: 2px solid #000;
}
.faq-q {
  padding: 25px 40px;
  font-size: 22px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7 url('/image/sub/ac_slide01.png') no-repeat center right 40px;
}
.faq-q.on {
  background: #f7f7f7 url('/image/sub/ac_slide02.png') no-repeat center right 40px;
}
.faq-a {
  display: none;
}
.faq-a table {
  width: 100%;
}
.faq-a table th,
.faq-a table td {
  padding: 45px 35px;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.faq-a table th {
  font-weight: 500;
  color: #0b4da2;
  width: 90px;
}

.job_bg {
  background: url('/image/sub/job_bg.jpg') no-repeat center / cover;
  padding: 120px 0;
  height: auto;
  box-sizing: border-box;
  color: #fff;
}
.job_tit {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
.job_tit:after {
  content: '';
  display: block;
  margin: 20px auto 35px;
  background: #4489e2;
  height: 3px;
  width: 50px;
}
.job_box {
  margin: 0 -7px;
}
.job_box li {
  width: 33.333%;
}
.job_box li span {
  display: block;
  margin: 7px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 25px;
  font-size: 17px;
  height: 85px;
  display: flex;
  align-items: center;
}
.job_box li span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #4489e2;
  margin-right: 10px;
}

.joint_tit {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.joint_box {
  margin: 0 -17px 85px;
}
.joint_box > li > div {
  margin: 0 17px 35px;
  border: 1px solid #ddd;
  height: 485px;
  box-sizing: border-box;
  padding: 15px;
}
.joint_box > li > div .img {
  border-bottom: 1px solid #ddd;
}
.joint_box > li > div .text {
  padding: 0 10px;
}
.joint_box > li > div .text .name {
  margin: 20px 0 10px;
  font-size: 18px;
}

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

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

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

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

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

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

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

  top: 50%;
}

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

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

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

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

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

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

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

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

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

.intro_group .item_box.li06 .dot {
  left: -94%;
  top: 69%;
}

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

.intro_group .item_box.li08 .dot {
  left: -27%;
  top: -138%;
}

.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(-63px, 64%);
}

.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(-57px, 14px);
}

.intro_group .item_box.li08 .dot::after {
  content: 'Ulsan';
  transform: translate(24px, -4px);
}

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

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

.intro_group .item_R .item_box.li06::before {
  width: 77%;
  top: 47%;
  transform: rotate(362deg);
}

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

.intro_group .item_R .item_box.li08::before {
  width: 80%;
  top: 47%;
  transform: rotate(72.5deg);
}

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

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

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

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

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

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

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

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

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

.intro_group .item_box .item_desc {
  padding: 15px 30px;
  background: #fff;
  width: 310px;
}

.intro_group .item_box .item_desc .desc_box {
}

.intro_group .item_box .item_desc .desc_box .s_tit {
  font-size: 17px;
  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/intro_group_icon01.png) no-repeat left top;
}

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

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

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

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

.intro_group02 .item_box.li03 .dot {
  left: 168px;
  top: -389px;
}

.intro_group02 .item_box.li04 .dot {
  left: 952px;
  top: -549px;
}

.intro_group02 .item_box.li05 .dot {
  left: -6px;
  top: -573px;
  display: block;
}

.intro_group02 .item_box.li06 .dot {
  left: -432px;
  top: -619px;
}

.intro_group02 .item_box.li07 .dot {
  left: 996px;
  top: -889px;
}

.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(-215%, -130%);
}

.intro_group02 .item_box.li03 .dot::after {
  content: 'Chicago';
  transform: translate(-355%, -20%);
}

.intro_group02 .item_box.li04 .dot::after {
  content: 'Monterrey';
  transform: translate(-447%, -23%);
}

.intro_group02 .item_box.li05 .dot::after {
  content: 'Zhangjiagang';
  transform: translate(50%, 90%);
}

.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(-72%, -19%);
  width: 190px;
}

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

/* 개인정보처리방침 */
.privacy .inner {
  margin-top: 100px;
  margin-bottom: 100px;
}
.privacy .inner h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 30px;
}
.privacy .inner > div {
  margin-bottom: 25px;
}

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

.target {
  padding: 60px 0;
}
.target .page_tit {
  padding: 0 0 20px;
}
.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 .icon img {
  display: inline-block;
}
.rnd_history .item .num {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 30px 0 15px;
}
.rnd_history .item .txt li {
  font-size: 17px;
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
}
.rnd_history .item .txt li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  background: #999;
  border-radius: 100%;
  width: 3px;
  height: 3px;
}
.rnd_history .item .img {
  margin-top: 30px;
}
.rnd_history .slick-arrow {
  position: absolute;
  top: -80px;
  width: 52px;
  height: 52px;
  border: 0;
  text-indent: -9999em;
  z-index: 9;
  cursor: pointer;
}
.rnd_history .slick-prev {
  background: url('/image/sub/rnd_prev.png') no-repeat center;
  right: 60px;
}
.rnd_history .slick-next {
  background: url('/image/sub/rnd_next.png') no-repeat center;
  right: 0;
}
/* 조직 및 현황 */
.member_img {
  margin: 50px 0 80px;
}
.study_list li {
  width: 32%;
  margin-right: 2%;
  text-align: center;
}
.study_list li .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.study_list li .box {
  border: 1px solid #ddd;
  border-top: 1px solid #000;
  height: 300px;
  box-sizing: border-box;
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}
.study_list li .box .icon {
  margin-bottom: 10px;
}
/* 연구 개발 분야 */
.system_tab {
  background: #0b4da2;
  padding: 10px 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: 22px;
  opacity: 1;
}
.system_tab .slick-arrow {
  position: absolute;
  top: 17px;
  width: 45px;
  height: 45px;
  border: 0;
  text-indent: -9999em;
  z-index: 9;
  cursor: pointer;
}
.system_tab .slick-prev {
  background: url('/image/sub/system_prev.png') no-repeat center;
  left: 30px;
}
.system_tab .slick-next {
  background: url('/image/sub/system_next.png') no-repeat center;
  right: 30px;
}
.system_wrap {
  background: #f7f7f7;
  text-align: center;
  padding: 90px 110px;
}
.system_wrap .item .title {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Exo', sans-serif;
  display: inline-block;
  border-bottom: 2px solid #000;
}
.system_wrap .item .sub {
  font-size: 20px;
  line-height: 1.7;
}
.system_wrap .item > .img {
  margin-top: 65px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px 25px;
  text-align: center;
}
.system_wrap .item .img img {
  margin: 0 auto;
}
.system_wrap .item ul {
  margin-top: 45px;
}
.system_wrap .item ul li {
  width: 49%;
  margin-right: 2%;
  margin-top: 2%;
  border: 1px solid #ddd;
  background: #fff;
}
.system_wrap .item ul li .tit {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 17px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system_wrap .item ul li .cont {
  height: 390px;
  box-sizing: border-box;
  padding: 40px 15px 40px 25px;
  text-align: left;
  position: relative;
}
.system_wrap .item ul li .cont > p {
  font-size: 16px;
  padding: 0 0 5px 12px;
  position: relative;
}
.system_wrap .item ul li .cont > p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #a7a7a7;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}
.system_wrap .item ul li .cont .img {
  /* position: absolute;
	bottom: 30px;
	left: 0; right: 0; */
  height: 215px;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  /* justify-content: start; */
}

/* 연구 성과 */
.study_result {
  background: url('/image/sub/study_result.jpg') no-repeat center / cover;
  padding: 100px 0;
  color: #fff;
}
.topic_tit {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.1;
}
.sr_list {
  text-align: center;
  padding-top: 40px;
}
.sr_list li {
  padding: 0 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.sr_list li .icon img {
  vertical-align: top;
}
.sr_list li .num {
  font-size: 28px;
  line-height: 1;
  margin: 25px 0 15px;
}
.sr_list li .num b {
  font-size: 55px;
  font-weight: 600;
  font-family: 'Exo', sans-serif;
}
.sr_list li .sub {
  font-size: 22px;
}
.topic {
  margin-top: 90px;
}
.topic ul {
  border-top: 2px solid #000;
}
.topic ul li {
  border-bottom: 1px solid #ddd;
  padding: 35px 145px 35px 30px;
  position: relative;
}
.topic ul li .text {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
}
.topic ul li .text:before {
  content: '';
  background: #555;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 12px;
}
.topic_btn {
  position: absolute;
  top: 25px;
  right: 0;
}
.topic_btn a {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  font-size: 14px;
  text-align: left;
  background: #0b4da2 url('/image/sub/link.png') no-repeat center right 15px;
  line-height: 45px;
  height: 45px;
  box-sizing: border-box;
  padding: 0 15px;
  color: #fff;
}

/* 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;
}

/* 20221004 추가 */
.tab_box {
  text-align: center;
  margin-bottom: 65px;
  justify-content: center;
}

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

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

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

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

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

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

.overview-banner {
  font-size: 28px;
  color: #fff;
  padding: 190px 5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-weight: 300;
  text-align: center;
  line-height: 1.2em;
}

.overview-banner strong {
  font-weight: 500;
}

.overview-desc {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.overview-desc img {
  margin-left: 0;
  margin-top: 0;
  margin-right: 90px;
}

.overview-desc p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.4em;
}

.item_wrap {
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-between;
}

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

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

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

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

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

.item_wrap .item_info li {
  display: flex;
}

.item_wrap .item_info li:not(:last-child) {
  margin-bottom: 12px;
}

.item_wrap .item_info li h5 {
  font-size: 16px;
  font-family: 'Exo';
  font-weight: 600;
  padding-left: 24px;
  width: 86px;
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.item_wrap .item_info li p {
  font-size: 15px;
  color: #444;
  flex: 1;
}

.intro_group.content {
  margin-bottom: 0;
}

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

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

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

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

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

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

  top: 50%;
}

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

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

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

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

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

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

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

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

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

.intro_group .item_box.li06 .dot {
  left: -95%;
  top: 70%;
}

.intro_group .item_box.li07 .dot {
  left: -128%;
  top: -76%;
}

.intro_group .item_box.li08 .dot {
  left: -40%;
  top: -38%;
}

.intro_group .item_box.li01 .dot::after {
  content: 'Seoul';
}

.intro_group .item_box.li02 .dot::after {
  content: 'Ansan';
  transform: translate(-37px, 7px);
}

.intro_group .item_box.li03 .dot::after {
  content: 'Pyeongtaek';
  transform: translate(-36px, 64%);
}

.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(-57px, 14px);
}

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

.intro_group .item_L .item_box.li01::before {
  width: 64%;
  top: 41%;
}

.intro_group .item_L .item_box.li02::before {
  width: 37%;
  transform: rotate(353deg);
  top: 40%;
}

.intro_group .item_L .item_box.li03::before {
  width: 59%;
  top: 36%;
  transform: rotate(321deg);
}

.intro_group .item_L .item_box.li04::before {
  width: 119%;
  top: 37%;
  transform: rotate(342deg);
}

.intro_group .item_R .item_box.li05::before {
  width: 120%;
  top: 38%;
  transform: rotate(321deg);
}

.intro_group .item_R .item_box.li06::before {
  width: 93%;
  top: 34%;
  transform: rotate(-13deg);
}

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

.intro_group .item_R .item_box.li08::before {
  width: 48%;
  top: 45%;
  transform: rotate(39deg);
}

.intro_group .item_box .item_thumb {
  padding: 6px 10px;
  text-align: center;
  color: #fff;
  background: #103564;
  font-size: 16px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

.intro_group .item_box .item_desc .desc_box {
}

.intro_group .item_box .item_desc .desc_box .s_tit {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Exo';
  padding-left: 35px;
  margin-right: 12px;
}

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

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

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

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

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

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

.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: 49px;
  top: -394px;
}

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

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

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

.intro_group02 .item_box.li05 .dot {
  left: -415px;
  top: -325px;
  display: block;
}

.intro_group02 .item_box.li06 .dot {
  left: 390px;
  top: -680px;
}

.intro_group02 .item_box.li07 .dot {
  left: 589px;
  top: -641px;
}

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

.intro_group02 .item_box.li01 .dot::after {
  content: '아리세슈티';
  transform: translate(-100%, -120%);
}

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

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

.intro_group02 .item_box.li04 .dot::after {
  content: '몬테레이';
  transform: translate(-352%, -24%);
}

.intro_group02 .item_box.li05 .dot::after {
  content: '장가항';
  transform: translate(-25%, -120%);
}

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

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

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

.vision-img {
  margin-top: 50px;
  margin-bottom: 20px;
}
/* 서한 뉴스룸 */
.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;
}

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

.personal-section {
  padding: 25px 0;
}

.personal-section.gray {
  background-color: #f8fafc;
}

.personal-tit {
  font-size: 32px;
  line-height: 1em;
  text-align: center;
  font-weight: 500;
}

.personal-para {
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
  margin-top: 40px;
}

.personal-para span {
  color: #0b4da2;
}

.personal-img {
  margin-top: 45px;
}

.personal-img img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

@media all and (max-width: 1200px) {
  .overview-desc {
    margin-top: 75px;
  }
  .overview-desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .overview-desc div {
    margin-top: 45px;
  }
  .overview-desc p {
    margin-bottom: 25px;
  }
  .item_wrap .item_box .item_desc {
    padding: 20px;
  }
  .item_wrap .item_box .item_desc p.tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .item_wrap .item_info li h5 {
    font-size: 16px;
    padding-left: 20px;
    background-size: auto 15px;
    width: 100px;
  }
  .item_wrap .item_info li p {
    font-size: 16px;
  }
  .item_wrap .item_info li:not(:last-child) {
    margin-bottom: 7px;
  }
  .personal-para br {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .tab_box .tab__style01 a {
    width: 200px;
    height: 55px;
  }
  .overview-banner {
    padding: 20% 5%;
    font-size: 4vw;
  }
  .overview-desc p br {
    display: none;
  }
  .vision_bg p {
    font-size: 26px;
  }
  .personal-tit {
    font-size: 28px;
  }
  .personal-para {
    font-size: 17px;
  }
}

@media all and (max-width: 768px) {
  .tab_box {
    flex-wrap: wrap;
  }
  .page_sub br {
    display: none;
  }
  .overview-desc img {
    width: 190px;
  }
  .overview-desc p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .overview-desc {
    margin-top: 45px;
  }
  .overview-desc div {
    margin-top: 30px;
  }
  .item_wrap .item_info li {
    flex-direction: column;
  }
  .item_wrap .item_info li:not(:last-child) {
    margin-bottom: 8px;
  }
  .item_wrap .item_box .item_desc p.tit {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .vision_bg {
    height: 250px;
  }
  .vision_bg p {
    font-size: 26px;
  }
  .personal-section {
    padding: 60px 0;
  }
}

@media all and (max-width: 640px) {
  .tab_box .tab__style01 {
    width: 47%;
  }
  .tab_box .tab__style01 a {
    width: auto;
    height: 45px;
    font-size: 13px;
    line-height: 1;
  }
  .tab_box {
    margin-bottom: 30px;
    justify-content: center;
    box-sizing: border-box;
  }
  .overview-banner {
    padding: 15% 5%;
    font-size: 6.5vw;
  }
  .overview-desc p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .overview-desc div {
    margin-top: 25px;
  }
  .overview-desc img {
    width: 150px;
  }
  .tab02 li {
    margin: 0 15px;
  }
  .tab02 li a {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
  }
  .item_wrap .item_box {
    width: 100%;
  }
  .vision_bg {
    height: auto !important;
    padding: 15% 5%;
  }
  .vision_bg p {
    font-size: 6vw;
  }
  .vision-img.mb {
    margin-bottom: 0;
  }
  .personal-section {
    padding: 45px 0;
  }
  .personal-para {
    font-size: 15px;
    margin-top: 30px;
  }

  /* 뉴스룸 */
  .board_list_g li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .board_list_g {
    margin-top: 70px;
  }
  .board_list_g li .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .board_list_g li .txt {
    padding-left: 15px;
  }
}

@media all and (max-width: 425px) {
  .tab_box .tab__style01 {
    width: 30%;
  }
}
