/* en-nav */
.en-nav li {
  flex-basis: 20%;
}

/* TABLE LAYOUT */
#table_style_01 table {
  width: 100%;
  border: 1px solid #eee;
  border-top: 1px solid #000;
}

#table_style_01 table tr {
  border-bottom: 1px solid #eee;
}

#table_style_01 table th {
  background: #f7f7f7;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 15px 0;
}

#table_style_01 table td {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #eee;
}

#subContent {
  padding: 100px 0px;
  position: relative;
}

.sub-title {
  text-align: center;
  margin-bottom: 150px;
}

.sub-title h2 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.sub-title h2:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 45px;
  background: #ccc;
  bottom: -55px;
  left: 50%;
}

#subPointTit {
  margin-bottom: 10px;
}

#subPointTit h2 {
  position: relative;
  font-size: 26px;
  padding-left: 20px;
  color: #222;
  font-weight: 600;
}

#subPointTit h2:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #0097e1;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.greeting-content:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 28rem;
  background: #f5f5f5;
  z-index: -1;
}

.en_greeting-content:before {
  top: 32rem !important;
}

.greeting-con {
  display: flex;
}

.greeting-left-con {
  width: 42%;
}

.greeting-left-con .greeting-tit-con {
  margin-bottom: 50px;
}

.greeting-left-con .greeting-tit-con h4 {
  font-size: 21px;
  color: #0097e1;
  font-weight: 700;
  margin-bottom: 5px;
}

.greeting-left-con .greeting-tit-con h2 {
  font-size: 21px;
  color: #222;
}

.greeting-left-con .greeting-txt-con p {
  font-size: 16px;
  color: #222;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.8;
}

.greeting-right-con {
  width: 55%;
  padding-left: 3%;
}

.greeting-right-con .img-con {
  width: 100%;
  height: 100%;
}

/* 회사개요 */
#subContent.sub-overview {
  padding: 100px 0 0;
}

.overview-sec01 {
  margin-bottom: 120px;
}

.overview-tit {
  display: flex;
  margin-bottom: 20px;
}

.overview-tit h2 {
  width: 25%;
  font-size: 28px;
  color: #222;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}

.overview-tit h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background: #0097e1;
  border-radius: 50%;
}

.overview-tit p {
  font-size: 18px;
  color: #333;
}

/* 비전 */
.vision-con {
  margin-top: 50px;
}

.vision-con .vision-list {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}

.vision-con .vision-item {
  width: 32%;
  text-align: center;
  background: #f7f7f7;
  padding: 50px 40px;
  box-shadow: 2px 5px 5px #ddd;
}

.vision-con .vision-item h4 {
  font-size: 24px;
  color: #0097e1;
  font-weight: 700;
  margin-top: 10px;
}

.vision-con .vision-item strong {
  font-size: 19px;
  color: #111;
}

.vision-con .vision-item p {
  margin-top: 20px;
  font-size: 17px;
  color: #666;
  text-align: left;
  line-height: 1.8;
}

/* 회사 */
.overview-sec02 {
  padding: 100px 0px;
  background: #f4f4f4;
}

.general-facts {
  display: flex;
}

.general-facts .general-tbl-con {
  width: 50%;
}

.general-facts .general-tbl-con table {
  border-top: 2px solid #333;
  width: 100%;
}

.general-facts .general-tbl-con table tr {
  border-bottom: 1px solid #ddd;
}

.general-facts .general-tbl-con table th {
  background: #f4f4f4;
  padding: 25px 10px;
  min-width: 120px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.general-facts .general-tbl-con table td {
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
}

/* 인재상 */
.person-list {
  display: flex;
}

.person-list .person-item {
  width: 20%;
  padding: 50px 20px;
  background: #0094ed;
  border-right: 1px solid #2ba0e7;
}

.person-list .person-item:nth-child(even) {
  background: #35a9ef;
}

.person-list .person-item .tit {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.person-list .person-item .eng {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  color: #aee0ff;
}

.person-list .person-item ul {
  margin-top: 10px;
}

.person-list .person-item ul li {
  position: relative;
  padding-left: 25px;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
}

.person-list .person-item ul li:before {
  position: Absolute;
  left: 0;
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
}

.person-detail-con > .container {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.person-detail-con .person-detail-list {
  display: flex;
  align-items: center;
  background: #f4f4f4;
  padding: 30px;
  border-radius: 100px;
  width: 48%;
  margin: 15px 0;
}

.person-detail-con .person-detail-list dt {
  width: 25%;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 600;
}

.person-detail-con .person-detail-list dt b {
  color: #0097e1;
  font-size: 18px;
  display: block;
}

.person-detail-con .person-detail-list dd {
  padding-left: 20px;
  font-size: 18px;
  color: #1b1b1b;
  font-weight: 300;
  word-break: keep-all;
  width: 75%;
}

/* 인증 및 수상 */
.certifi-list {
  display: flex;
  flex-wrap: wrap;
}

.certifi-list .certifi-item {
  width: 18%;
  margin: 1%;
  text-align: center;
}

.certifi-list .certifi-item .certifi-img {
}

.certifi-list .certifi-item .certifi-img img {
  vertical-align: top;
  width: 100%;
}

.certifi-list .certifi-item .certifi-txt {
  padding: 10px;
}

.certifi-list .certifi-item .certifi-txt p {
  font-size: 18px;
  font-weight: 300;
  color: #333;
}

.certifi-list .certifi-item .certifi-txt .date {
  font-size: 17px;
  color: #aaa;
  font-weight: 300;
}

/* 오시는길 */
.location-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0;
}

.location-left-con {
  width: 30%;
  text-align: center;
}

.location-left-con .logo {
  background: url('../img/logo.png');
  width: 209px;
  height: 44px;
  display: inline-block;
}

.location-left-con .jp-logo {
  background: url('../img/jp_logo.png');
}

.location-right-con {
  width: 70%;
  padding: 20px 40px;
  background: #f7f7f7;
}

.location-right-con dl {
  display: flex;
  margin: 5px 0px;
  padding: 10px;
}

.location-right-con dl dt {
  min-width: 150px;
  font-weight: 600;
  color: #0097e1;
  position: relative;
}

.location-right-con dl dt:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #c7c7c7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.location-right-con dl dd {
  font-weight: 300;
  color: #222;
  padding: 0 30px;
}

/* History */

/****** 연혁 01 ******/
.history-sec {
  display: flex;
}

.history-sec .history-info-con {
  width: 25%;
}

.history-sec .history-info-con h2 {
  font-family: 'Montserrat', 'Pretendard';
  font-size: 48px;
  font-weight: 800;
  color: #333;
  line-height: 1;
}

.history-sec .history-wrap {
  padding-left: 7%;
  width: 100%;
}

.history-list-wrap {
  display: flex;
  margin-bottom: 60px;
}

.history-list-wrap .history-detail-con {
  position: relative;
}

.history-list-wrap:first-child .history-detail-con:before {
  top: 10px;
}

.history-list-wrap .history-detail-con:before {
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% + 60px);
  background: #e0e0e0;
}

.history-list-wrap .history-year-con {
  width: 15%;
}

.history-list-wrap .history-year-con .year {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}

.history-list-wrap .history-detail-con dl {
  position: relative;
  padding-left: 30px;
  display: flex;
  margin-bottom: 15px;
}

.history-list-wrap .history-detail-con dl:after {
  content: '';
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
}

.history-list-wrap .history-detail-con dt {
  font-size: 17px;
  font-weight: 800;
  color: #0097e1;
  padding-right: 20px;
}

.history-list-wrap .history-detail-con dl dd {
  font-size: 16px;
  color: #4e4e4e;
}

.technology-sec02 {
  margin-top: 80px;
}

.technology-sec02 .tech-2col {
  display: flex;
  flex-wrap: wrap;
}

.technology-sec02 .tech-2col .tech-img {
  width: 48%;
  margin: 0 1%;
}

/* 프레스제품소개 */
.sub-products .container {
  max-width: 1200px;
}

.product-sec {
  margin-bottom: 50px;
}

.product-detail-con .product-img-info:first-child {
  margin: 0 0 30px;
}

.product-detail-con .product-img-info:last-child {
  margin: 30px 0 0;
}

.product-detail-con .product-img-info {
  margin: 30px 0;
}

.product-detail-con .product-img-info .tit {
  font-size: 24px;
  color: #0097e1;
  margin-bottom: 10px;
}

.product-detail-con .product-img-info p {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  line-height: 1.8;
}

/* 프레스 섹션 flex */
.product-line {
  display: flex;
}

.product-line #subPointTit {
  width: 30%;
}

.product-line .product-detail-con {
  background: #f4f4f4;
  padding: 20px;
  width: 70%;
}

/* 이미지 공통 */
.border {
  border: 1px solid #eee;
}

/* 이미지 100% */
.product-full-img-con {
  text-align: center;
}

.product-full-img-con img {
  vertical-align: top;
  display: block;
}

/* 이미지 3열 */
.product-3col-img-con {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.product-3col-img-con .product-img-box {
  width: 30%;
}

.product-3col-img-con .product-img-box .img-con {
  padding: 20px;
}

/* 텍스트 박스 */
.product-detail-con .txt-con p {
  padding: 10px 0px;
  font-size: 17px;
  color: #222;
  font-weight: 300;
}

/* 프레스 제품소개 > 라이팅 잭 제품 장점 */
.advantage-list {
  display: flex;
}

.advantage-list .advantage-item {
  background: #f4f4f4;
  width: 31%;
  margin: 0 1%;
}

.advantage-list .advantage-item h4 {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  color: #fff;
  background: #0097e1;
}

.advantage-list .advantage-item .advantage-detail {
  margin-top: 10px;
  padding: 20px;
}

.advantage-list .advantage-item .advantage-detail p {
  position: relative;
  padding-left: 10px;
}

.advantage-list .advantage-item .advantage-detail p:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: #0097e1;
}

/* 프레스 제품소개 > 핸드폰 부품류 공정과정 플로우 */
.rim-flow {
  display: flex;
  flex-wrap: wrap;
}

.rim-flow .flow-step {
  display: table;
  width: 250px;
  height: 250px;
  background: #f4f4f4;
  border-radius: 50%;
  margin: 1% 25px;
  text-align: center;
}

.rim-flow .flow-step:nth-child(even) {
  background: #e0f5ff;
}

.rim-flow .flow-step .step {
  font-size: 19px;
  color: #0097e1;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 2px solid #0097e1;
  display: inline-block;
}

.rim-flow .flow-step p {
  color: #222;
  font-size: 19px;
  font-weight: 600;
}

/* 제품 이미지 배열 */
.product-detail-con > .product-col > .img-2col {
  margin: 10px 0;
}

.product-col {
  display: flex;
  justify-content: start;
}

.product-col > .img-2col {
  width: calc(calc(100% / 2) - 10px);
  margin: 0 5px;
}

.product-col > .img-3col {
  width: calc(calc(100% / 3) - 10px);
  margin: 0 5px;
}

.product-col > .img-4col {
  width: calc(calc(100% / 4) - 10px);
  margin: 0 5px;
}

.product-col img {
  width: 100%;
  vertical-align: middle;
}

.product-col .product-name {
  text-align: center;
  font-size: 15px;
  color: #333;
  margin: 5px 0px;
  display: block;
}

/* 후가공 line 소개 > 레이저 용접 */
.laser-con {
  display: flex;
}

.laser-con .laser-4col {
  width: 23%;
  margin: 1%;
  border: 1px solid #ddd;
  padding: 20px;
}

.laser-con .laser-4col .tit {
  font-size: 21px;
  font-weight: 600;
  color: #222;
}

.laser-con .laser-4col p {
  font-size: 16px;
  color: #333;
  font-weight: 300;
}

.laser-tbl-con {
  margin: 0 1%;
}

.laser-tbl-con table tr {
  border-bottom: 1px solid #ddd;
}

.laser-tbl-con table th {
  background: #0097e1;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
}

.laser-tbl-con table td {
  text-align: center;
  font-size: 15px;
  padding: 10px 0px;
  color: #333;
}

/* 후가공 line 소개 > 후가공 설비현황 */
#tab_style_basic {
  margin-bottom: 60px;
}

#tab_style_basic .tab-area {
  max-width: 1200px;
  margin: 0 auto;
}

#tab_style_basic ul {
  display: flex;
}

#tab_style_basic li {
  width: 25%;
  text-align: center;
  background: #fff;
  margin: 0 -0.03%;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  cursor: pointer;
}

#tab_style_basic li span {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s ease;
}

#tab_style_basic li.active {
  background: #0097e1;
}

#tab_style_basic li.active span {
  color: #fff;
}

#tab_style_basic li:hover {
  background: #0097e1;
}

#tab_style_basic li:hover span {
  color: #fff;
}

/* 설비현황 */
.product-detail-con .fac-tbl table tr {
  border-bottom: 1px solid #d8d8d8;
}

.product-detail-con .fac-tbl table tr:last-child {
  border-bottom: none;
}

.product-detail-con .fac-tbl table th {
  background: #0097e1;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 10px 0px;
}

.product-detail-con .fac-tbl table td {
  text-align: center;
  font-size: 15px;
  padding: 10px 0px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .person-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .person-list .person-item {
    width: 30%;
  }

  .product-full-img-con img {
    width: 100%;
  }

  .rim-flow {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .greeting-con {
    flex-wrap: wrap;
  }

  .greeting-left-con {
    width: 100%;
  }

  .vision-con .vision-item {
    padding: 30px;
  }

  .person-list .person-item {
    width: 50%;
  }

  .location-detail {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
  }

  .location-right-con,
  .location-left-con {
    width: 100%;
  }

  .technology-sec02 .tech-2col .tech-img {
    width: 100%;
  }

  #table_style_01 {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 512px) {
  .overview-tit {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .vision-list {
    flex-wrap: wrap;
  }

  .vision-con .vision-item {
    width: 100%;
  }

  .general-facts {
    flex-wrap: wrap;
  }

  .general-facts .general-tbl-con {
    width: 100%;
  }

  .history-sec {
    flex-wrap: wrap;
  }

  .history-sec .history-info-con {
    width: 100%;
    margin-bottom: 30px;
  }

  .history-sec .history-info-con h2 {
    font-size: 28px;
  }

  .history-list-wrap .history-year-con {
    width: 25%;
  }

  .history-list-wrap .history-year-con .year {
    font-size: 18px;
  }

  .history-list-wrap .history-detail-con {
    width: 75%;
  }

  .history-sec .history-wrap {
    padding-left: 3%;
    width: 100%;
  }

  .history-list-wrap .history-detail-con dl {
    padding-left: 20px;
  }

  .certifi-list .certifi-item {
    width: 48%;
  }

  .person-list .person-item,
  .person-detail-con .person-detail-list {
    width: 100%;
  }

  .person-detail-con .person-detail-list {
    padding: 10px;
  }

  .person-detail-con .person-detail-list dt {
    font-size: 20px;
  }

  .person-detail-con .person-detail-list dt b {
    font-size: 14px;
  }

  .person-detail-con .person-detail-list dd {
    font-size: 16px;
  }

  .location-right-con {
    padding: 10px;
  }

  .location-right-con dl dt {
    min-width: 60px;
  }

  .location-right-con dl dt:after {
    display: none;
  }

  .technology-sec02 .tech-2col .tech-img img {
    width: 100%;
  }

  .product-line {
    flex-wrap: wrap;
  }

  .product-line #subPointTit {
    width: 100%;
    margin-bottom: 30px;
  }

  .product-line .product-detail-con {
    width: 100%;
  }

  .advantage-list {
    flex-wrap: wrap;
  }

  .advantage-list .advantage-item {
    width: 100%;
  }

  .product-col {
    flex-wrap: wrap;
  }

  .product-col > .img-4col {
    width: calc(calc(100% / 2) - 10px);
  }
}
