:root {
flex-direction: colum;
  --primary-color: #ec9429;
  /* --secondary-color: #100b15; */
  --secondary-color: rgb(34,120,154);
  --accent-color: #180d21;
  --accent-color1: #1b1022;
  --white: #fff;
  --lightColor: #e0984329;
  --lightText: #cecece;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}

body {
  font-family: "Noto Sans KR", sans-serif;  
  margin: auto;
  
  position: relative;
  z-index: -999;

  .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    /* height: 100%; */
    width: 100%;
    
    /* opacity: 0.15; */
  }

  .bg-video__content {
    height: 750px;
    width: 100%;
    object-fit: cover;
    /* z-index: 99; */
  }
}

/*****************************************************************************
  headerSection Section
*****************************************************************************/
.headerSection {
  background: var(--secondary-color);
  color: var(--white);
}
.headerSection .headerContainer {
  margin: auto;

  display: flex; 
  justify-content: space-between;
  align-items: center;
  gap: 10px;  

  position: relative;
  width: 1500px;
  height: 70px;
  font-size: 16px;
  font-weight: 800;
}
.headerSection .headerContainer .logo {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerSection .headerContainer .logo a {
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerSection .headerContainer .logo img {
  width: 80px;
  margin-right: 20px;
}
.headerSection .headerContainer nav {
  display: flex;
  gap: 5rem;
}
.headerSection .headerContainer nav a {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
}
.headerSection .headerContainer nav a:hover {
  color: var(--primary-color);
}
.headerSection .headerContainer .menu-toggle {
  display: none;
  cursor: pointer;
  font-size: 2rem;
}
.headerSection .headerContainer .download-btn {
  background: transparent;
  color: var(--primary-color);
  padding: 12px 25px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-size: 14px;
}
.headerSection .headerContainer .download-btn i {
  font-size: 14px;
  padding-right: 5px;
}

.headerSection .headerContainer .download-btn:hover {
  background: var(--primary-color);
  color: var(--white);
}
.headerSection::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/*****************************************************************************
  mapSection Section
*****************************************************************************/
.mapSection {
  margin: auto;
}
.mapSection .headerContainer { 
  margin: auto;
  position: relative;
  padding-bottom: 70px;
  /* height: 10%; */
  /* width: 1600px; */
  /* background-image: url('../images/earth-11595.jpg'); */
  background-size : cover;
  min-width: 1600px;
  filter: grayscale(50%);
}
.mapSection .headerContainer .bodyText {
  color: #fff;
  font-size: 40px;
  padding: 12%;
  padding-bottom: 50px;
  line-height: 100px;
  position: relative;
}
.mapSection .headerContainer .bodyText H1 {
  /* margin-top: 100px; */
  width: 100%;
  font-size: 80px;
}
.mapSection .headerContainer .bodyText span {
  font-weight: 600;
  font-size: 35px;
}
.mapSection .headerContainer .bodyText P {
  color: #fff;
  font-size: 24.5px;
  line-height: 50px;
  opacity: 0.9;
}
.mapSection .headerContainer .bodyText img {
  position: absolute;
  width: 450px;
  border-radius: 15px;
  animation: slideRight2 1.5s ease-in-out infinite alternate;
}
@keyframes slideRight2 {
  from {right: 300px; top: 50px;}
  to{right: 300px; top: 30px;}
}
.mapSection .headerContainer .bodyText .runn {
  position: absolute;
  width: 300px;
  height: 80px;
  background-color: #ec9429;
  border-radius: 40px;
  opacity: 0.8;
  font-size: 30px;
  font-weight: 600;
  line-height: 75px;
  text-align: center;
  animation: slideRight 1s ease-in-out infinite alternate;
}
@keyframes slideRight {
  from {top: 520px; right: 250px;}
  to{top: 520px; right: 255px;}
}
.mapSection .headerContainer .bodyText .runn1 {
  position: absolute;
  width: 500px;
  height: 100px;
  background-color: rgb(34,120,154);
  border-radius: 40px;
  opacity: 0.8;
  font-size: 40px;
  font-weight: 600;
  line-height: 90px;
  text-align: center;
  animation: slideRight1 1s ease-in-out infinite alternate;
}
@keyframes slideRight1 {
  from {right: 250px; top: 40px;}
  to{right: 253px; top: 40px;}
}

/*****************************************************************************
  메인 중간 페이지
*****************************************************************************/
.bodySection {
  margin: auto;
  width: 1600px;
  /* height: 500px; */
  text-align: center;
  /* margin-top: -100px; */
}
.bodySection .title {
  margin-top: 70px;  
  font-size: 1.5rem;
  font-weight: 600;
  /* color: #444; */
  /* color: #fff; */
  line-height: 3rem;
}

/*****************************************************************************
  Typification Section
*****************************************************************************/
.bodySection .typHeader {
  margin-top: 100px;
  padding: 60px 0px;
  /* color: #fff; */
}
.bodySection H1 {
  margin-top: 60px;
  font-size: 34px;
}

.bodySection H1::after {
  position:absolute;
  content: "";
  top: 190px;
  left: 760px;
  width: 80px;
  height: 4px;
}
.bodySection .section {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  /* color: #fff; */
}
.bodySection .section .sec {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
}












.bodySection .section .sec img {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  filter: grayscale(70%);
}
.bodySection .section .sec p {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  padding: 20px 20px;
}
.bodySection .section .sec span {
  height: 1rem;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 20px;
  text-align: left;
  margin-bottom: 50px;
}




















/*****************************************************************************
  Solution Section
*****************************************************************************/
.bodySection .solution {

  display: flex;
  flex-basis: 50% 50% 50%;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.bodySection .solution img {
  width: 750px;
  border-radius: 30px;
  filter: grayscale(80%);
}
.bodySection .solution .left {
  font-size: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  width: 50%;  
}
.bodySection .solution .left .top {
  font-size: 40px;
  font-weight: 600;
  color: rgb(34,120,154);
  text-align: left;
  padding-left: 50px;
}
.bodySection .solution .left .top::after {
  position:absolute;
  content: "";
  top: 70px;
  left: 50px;
  width: 700px;
  height: 1px;
  background-color: #ccc;
}
.bodySection .solution .left .center {
  text-align: left;
  line-height: 170%;
  padding-left: 50px;
  padding-top: 50px;
  font-size: 20px;
}
.bodySection .solution .left .bottom {
  text-align: left;
  line-height: 170%;
  padding-left: 50px;
  padding-top: 50px;
  font-size: 20px;
}
.bodySection .solution .left span {
  display: inline-block;
  height: 40px;
  color: #555;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 16px;
  margin: 0px 5px;
  border: 1px solid #ddd;
}

/*****************************************************************************
  typification Section
*****************************************************************************/
.bodySection .typification {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 100px;
}
.bodySection .typification .left {
  flex: 5;
}
.bodySection .typification .left span {
  font-size: 34px;
  font-weight: 600;
}
.bodySection .typification .center {
  flex: 5;
  text-align: left;
}
.bodySection .typification .center img {
  width: 520px;
  height: 250px;
  border-radius: 20px;
  margin-bottom: 25px;
}
.bodySection .typification .center p {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 20px;  
}
.bodySection .typification .center p:nth-child(3) {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.bodySection .typification .right {
  border: 1px solid red;
  flex: 5;
  
}
.bodySection .typification .right img {
  width: 240px;  
  height: 200px;
  border-radius: 30px;
  filter: grayscale(80%);
}

/*****************************************************************************
  Footer Section
*****************************************************************************/
footer .footerSection {
  /* margin-top: 200px; */
  background-color: rgb(34,120,154);
  height: 120px;
  position: relative;  
  padding: 0rem 3rem;
}
footer .footerSection .topSection {
  margin: auto;
  width: 1600px;
  display: flex;
  padding: 0rem 3rem;  
  justify-content: space-between;
  align-items: center;
  background-color: rgb(34,120,154);
  padding-top: 10px;
}
footer .footerSection .topSection .info {
  justify-content: space-between;
  align-items: center;
}
footer .footerSection .topSection .info a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-right: 60px;
}
footer .footerSection .topSection .sns {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
footer .footerSection .topSection .sns i {
  margin-left: 20px;
}
footer .footerSection .topSection::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: #aaa;
}
footer .footerSection .bottomSection {
  margin: auto;
  width: 1600px;
  padding: 0rem 3rem;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(34,120,154);
}
footer .footerSection .bottomSection .company {
  /* margin: auto; */
}
footer .footerSection .bottomSection .company img {
  width: 60px;
  transform: translate(-15%, 15%);
}
footer .footerSection .bottomSection .company span {
  display: inline-block;
  color: #fff;
  transform: translate(0%, -30%);
}
footer .footerSection .bottomSection .company span:nth-child(3) {
  font-size: 10px;
  color: #fff;
  transform: translate(0%, -55%);
}
footer .footerSection .bottomSection .addr {
  font-size: 15px;
  color: #fff;
  /* display: flex; */
  /* justify-content: space-between; */
}
footer .footerSection .bottomSection .addr span {
  font-size: 12px;
  color: #fff;
  transform: translate(0%, -40%);
}
/* footer .footerSection .bottomSection .addr .top span {
  font-size: 12px;
  color: #fff;
  transform: translate(0%, -40%);
} */


/*****************************************************************************
  companyBodySection Section
*****************************************************************************/
.companyBodySection {
  /* padding-top: 50px;
  padding-bottom: 20px; */
  /* height: 1600px; */
  /* width: 100%; */
  /* height: 400px; */
  /* background: rgb(250,250,250); */
}

.companyBodySection .topImage {
  /* margin: auto; */
  width: 100%;
  height: 400px;
}
.companyBodySection .topImage img {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 1600px; */
  /* filter: grayscale(50%); */
  width: 100%;
  height: 400px;
  /* object-fit: contain; */
  /* clip-path: ellipse(130px 140px at 100% 20%); */
}


 

.companyBodySection  .bg-video {
    position: absolute;
    top: 70px;
    left: 0;
    /* height: 100%; */
    width: 100%;
    /* height: 300px; */
    
    /* opacity: 0.15; */
  }

.companyBodySection  .bg-video__content {
    height: 600px;
    width: 100%;
    object-fit: cover;
    /* z-index: 99; */
  }

.companyBodySection  .small {
    height: 300px;
  }

.companyBodySection .ceoGreet  {  
/*  background: rgb(250,250,250); */
  display: flex;
  /* justify-content: center; */
  /* justify-content: space-around; */
  flex-direction: column;
  padding: 2rem 2rem;
  padding-top: 400px;
  text-align: center;
}
.companyBodySection .ceoGreet .titleHeader {
  font-size: 30px;
  text-align: center;
}

.companyBodySection .ceoGreet .greet {
  margin: auto ;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  min-width: 1600px;
  padding: 60px;
  position: relative;
}
.companyBodySection .ceoGreet .greet .image {
  background-color: #ddd;
  width: 500px;
  height: 500px;
  border-radius: 300px;
}

.companyBodySection .ceoGreet .greet .background {
  position: absolute;  
  transform: translate;
  /* left: 12rem; */
  /* top: 7.5rem; */
  top: 110px;
  left: 225px;
  width: 400px;
  height: 400px;
  background-color: #555;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
}

.companyBodySection .ceoGreet .greet .background img {
  /* transform: translate(100%, 100%); */
  width: 150px;
}

.companyBodySection .ceoGreet .greet p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  padding-left: 100px;
}

.companyBodySection .ceoGreet .greet span {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}
.companyBodySection .ceoGreet .greet span:nth-of-type(2) {
  font-size: 18px;
}

.companyBodySection .ceoGreet .ment {
  width: 700px;
}

/*****************************************************************************
  companyInfo Section
*****************************************************************************/
.companyBodySection .companyInfo {
  padding: 2rem 2rem;
  padding-top: 100px;
  min-width: 1600px;
  padding-bottom: 150px;
  background: rgb(250,250,250);
}
.companyBodySection .companyInfo .tables {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
.companyBodySection .companyInfo .tables .titleHeader {
  font-size: 30px;
  font-weight: 600;
  width: 250px;
  /* transform: translate(0%, -800%); */
}


.companyBodySection .companyInfo .tables {
  margin-top: 60px;
  font-size: 14px;
}
.companyBodySection .companyInfo .tables table {
  /* border-collapse: separate; */
  border-spacing: 0;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
}

.companyBodySection .companyInfo .tables thead {
  border-bottom: 5px solid red;
  background-color: #fafafa;
  height: 60px;
}
.companyBodySection .companyInfo .tables tbody {
  border-top: 5px solid red;
  height: 60px;
}
.companyBodySection .companyInfo .tables th {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
/*
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
*/
}
.companyBodySection .companyInfo .tables th:nth-of-type(1) {
  border-left: 0px solid #e6e6e6;
}
.companyBodySection .companyInfo .tables td {
  width: 300px;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.companyBodySection .companyInfo .tables .none {
  border-left: 0px solid #e6e6e6;
}

.companyBodySection .companyInfo .tables td:nth-of-type(2) {
  border-left: 1px solid #e6e6e6;
  width: 700px;
}

.companyBodySection .companyInfo .tables tr img {
  padding-right: 10px;
  width: 160px;
}























/*****************************************************************************
  companyYard Section
*****************************************************************************/
.companyBodySection .companyYard {
  padding: 2rem 2rem;
  padding-top: 100px;
  min-width: 1600px;
}

.companyBodySection .companyYard .titleHeader {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}

.companyBodySection .companyYard .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.companyBodySection .companyYard .body .top {
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.companyBodySection .companyYard .body .top span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  color: #666;
}

.companyBodySection .companyYard .body .top img {
  width: 400px;
  height: 250px;
  border-radius: 15px;
}

/*****************************************************************************
  companyHistory Section
*****************************************************************************/
.companyBodySection .companyHistory {
  /* width: 1600px; */
  padding: 2rem 2rem;
  padding-top: 100px;
  min-width: 1600px;
  


  /* background: rgb(250,250,250); */
  padding: 2rem 2rem;
  padding-top: 100px;
  min-width: 1600px;
  margin-bottom: 100px;
}
.companyBodySection .companyHistory .titleHeader {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  /* position: relative; */
  margin-bottom: 80px;
}

.companyBodySection .companyHistory .body {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* width: 1600px; */
  
}

.companyBodySection .companyHistory .body .left img {
  /* text-align: left; */
}

.companyBodySection .companyHistory .body .right {  
  width: 700px;
  padding-left: 250px;
}
























.companyBodySection .companyHistory .body .right h2 {
  position: relative;
  font-size: 23px;
  color: #000;
  line-height: 1;
}
.companyBodySection .companyHistory .body .right h2:before {
    content:"";
    position: absolute;
    left:-48px;
    top:50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background:#fff;
    border: 4px solid #ff5a2b;
    box-sizing: border-box;
  }

.companyBodySection .companyHistory .body .right div {
  position: relative;
  padding: 0 0 0 48px;
}
.companyBodySection .companyHistory .body .right div:before {
  content:"";
  position:absolute;
  left:8px;
  top:0;
  width: 2px;
  height:100%;
  background:#ddd;
}
.companyBodySection .companyHistory .body .right div:first-child:before {
  top:10px;
  height:calc(100% - 10px);
}
.companyBodySection .companyHistory .body .right ol {
  padding: 10px 0 20px;
}
.companyBodySection .companyHistory .body .right li {
  font-size: 16px;
  font-weight: 600;
  color:#000;
  line-height: 30px;
  list-style-type: none;
}
.companyBodySection .companyHistory .body .right li:nth-last-of-type(odd) {
  font-size: 14px;
  color:#666;
}

























/*****************************************************************************
  organBodySection Section
*****************************************************************************/
.organBodySection {
}
.organBodySection .organChart {
  /* margin: auto; */
  width: 1600px;
  margin: 100px auto;

}
.organBodySection .organChart .titleHeader {
  font-size: 30px;
  text-align: center;
}

.organBodySection .organChart .organ {
  display: flex;
  justify-content: center;
  align-items: center;

}

.organBodySection .organChart .organ .Step01 {
  margin-top: 80px;
  width: 80px;
  height: 26px;
  border: 2px solid #888;
  /* border-radius: 5px; */
  text-align: center;
  position: relative;
  background-color: rgb(163,206,237);
}
.organBodySection .organChart .organ .Step01::after {
  content: " ";
  position: absolute;
  border: 2px solid #888;
  box-sizing: border-box;
  top: 22px;
  left: 0px;
  width: 80px;
  height: 26px;
  background-color: rgb(255,255,0);

}












    .organ {
      margin-top: 80px;
      position: relative;
      width: 1600px;
      /* height: 631px; */
      /* background: url(bg_system.png) no-repeat center 70px; */
      /* font-family: dotum; */
      /* font-family: dotum; */
      color: #000;
    }

    .organ p {
      display: table;
      width: 120px;
      margin: 0 auto;
      background: #fff;
      /* padding-bottom: 20px; */
      background: #ededed;
    }

    .organ .box {
      /* padding: 18px 0 0; */
      width: 120px;
      height: 30px;
      border: 1px solid #d3d3d3;
      border-top: none;
      background: #fff;
      line-height: 26px;
      text-align: center;

      margin: 0 auto 40px;
      padding-bottom: 20px;
      font-size: 11px;     
    }
    
    /* .organ .box::before {
      content: '';
      position: absolute;
      margin-left: -4px;
      top: 9.4%;
      width: 8px;
      height: 8px;
      border-top: 2px solid #d3d3d3;
      border-right: 2px solid #d3d3d3;
      transform: rotate(135deg);
    }

    .organ .box::after {
      content: "";
      position: absolute;
      top: 60px;
      height: 39px;
      border: 0.5px solid #d3d3d3;
      border-radius: 100%;
    } */






    .organ b {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 30px;
      border: 1px solid #d3d3d3;
    }

    .organ em {
      display: block;
      font-weight: normal;
    }

    .organ span {
      position: absolute;
      right: 0;
      top: 260px;
      display: table;
      width: 100px;
      height: 40px;
      background: #ededed;
      border: 1px solid #d3d3d3;
    }

    .organ .depth {
      margin-top: 60px;
      /* margin-bottom: 200px; */
    }   

    .organ .depth strong {
      display: inline-block;
      width: 150px;
      height: 40px;
      line-height: 40px;
      border: 1px solid #d3d3d3;
      background: #ededed;
      text-align: center;
    }

    .organ .depth div {
      /* padding: 18px 0 0; */
      width: 150px;
      height: 30px;
      border: 1px solid #d3d3d3;
      border-top: none;
      background: #fff;
      line-height: 26px;
      text-align: center;
      margin-bottom: 80px;
    }

    /* .organ .line2 {
      position: relative;
    } */

    .organ .depth2>li:nth-child(1) {
      position: absolute;
      left: -590px;
    }
    .organ .depth2>li:nth-child(2) {
      position: absolute;
      left: -360px;
    }
    .organ .depth2>li:nth-child(3) {
      position: absolute;
      left: -130px;
    }
    .organ .depth2>li:nth-child(4) {
      position: absolute;
      left: 100px;
    }
    .organ .depth2>li:nth-child(5) {
      position: absolute;
      left: 330px;
    }
    .organ .depth2>li:nth-child(6) {
      position: absolute;
      left: 560px;
    }



    .organ .depth3>li:nth-child(1) {
      position: absolute;
      left: 200px;
    }
    .organ .depth3>li:nth-child(2) {
      position: absolute;
      top: 550px;
      left: 200px;
    }
    .organ .depth3>li:nth-child(3) {
      position: absolute;
      top: 640px;
      left: 200px;
    }
    .organ .depth3>li:nth-child(4) {
      position: absolute;
      top: 730px;
      left: 200px;
    }
    .organ .depth3>li:nth-child(5) {
      position: absolute;
      top: 820px;
      left: 200px;
    }
    .organ .depth3>li:nth-child(6) {
      position: absolute;
      left: 610px;
    }
    .organ .depth3>li:nth-child(7) {
      position: absolute;
      right: 320px;
    }















    .organ .depth3 {
      margin-top: 200px;
    }
    .organ .depth3 div {
      font-size: 12px;
    }

    .organ .depth4 {
      margin-top: 340px;
      padding-bottom: 340px;
    }   
    .organ .depth4 div {
      font-size: 12px;
    }

    .organ .depth4>li:nth-child(1) {
      position: absolute;
      right: 1010px;
    }
    .organ .depth4>li:nth-child(2) {
      position: absolute;
      right: 840px;
    }
    .organ .depth4>li:nth-child(3) {
      position: absolute;
      right: 670px;
    }
    .organ .depth4>li:nth-child(4) {
      position: absolute;
      right: 490px;
    }
    .organ .depth4>li:nth-child(5) {
      position: absolute;
      right: 320px;
    }
    .organ .depth4>li:nth-child(6) {
      position: absolute;
      right: 150px;
    }



.line1::before {
  position: absolute;
  content: "|";
  top: 0;
  left: 800px;
  height: 290px;
  background-color: #d3d3d3;
  z-index: -999;
  font-size: 7px;
}

.line2 {
  position: relative;
}
.line2::before {
  position: absolute;
  content: "";
  top: -30px;
  left: -515px;
  right: -515px;
  height: 1px;
  background-color: #d3d3d3;
  /* background-color:#000; */
  z-index: -999;
  font-size: 2290px;
}

.line3 {
  position: relative;
}

.line3::before {
  position: absolute;
  content: "|";
  top: -70px;
  /* left: 78px; */
  left: 50%;
  height: 90px;
  background-color: #d3d3d3;
  z-index: -999;
  font-size: 6px;
  color: #d3d3d3;
}

.line4 {
  position: relative;
}
.line4::before {
  position: absolute;
  content: "|";
  top: -70px;
  /* left: 80%; */
  height: 130px;
  background-color: #d3d3d3;
  z-index: -999;
  /* font-size: 6px; */
  color: #d3d3d3;
}
.line4::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 75px;
  right: -446px;
  height: 1px;
  background-color: #d3d3d3;
  z-index: -999;
  /* font-size: 0px; */
}

.line5::before {
  position: absolute;
  content: "|";
  top: -40px;
  left: 50%;
  height: 200px;
  background-color: #d3d3d3;
  z-index: -999;
  font-size: 6px;
  color: #d3d3d3;
}
.line6::before {
  position: absolute;
  content: "";
  top: 25%;
  left: 0;
  right: -245px;
  height: 1px;
  background-color: #d3d3d3;
  z-index: -999;
}
.line7 {
  position: relative;
}
.line7::after {
  position: absolute;
  content: "";
  top: -4px;
  left: 0px;
  right: -350px;
  height: 1px;
  background-color: #d3d3d3;
  z-index: -999;
  /* font-size: 100px; */
}
.line8 {
  position: relative;
}
.line8::before {
  position: absolute;
  content: "|";
  top: -400px;
  left: 50%;
  height: 400px;
  background-color: #d3d3d3;
  z-index: -999;
  font-size: 6px;
  color: #d3d3d3;
}
/* .line5::after {
  position: absolute;
  content: "";
  top: 60px;
  left: -105px;
  right: -250px;
  height: 1px;
  background-color: #d3d3d3;
  z-index: -999;
  font-size: 2290px;
} */
/* .line5::before {
  position: absolute;
  content: "|";
  top: 60px;
  left: -105px;
  height: 50px;
  background-color: #d3d3d3;
  z-index: -999;
  font-size: 6px;
  color: #d3d3d3;
} */

/*****************************************************************************
  manpower Section
*****************************************************************************/
.organBodySection .manpower {
  /* padding: 2rem 2rem; */
  padding-top: 100px;
  padding-bottom: 150px;
  /* background: rgb(250,250,250); */
}
.organBodySection .manpower .tables {
  /* width: 1600px; */
  min-width: 1600px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
.organBodySection .manpower .titleHeader {
  font-size: 30px;
  font-weight: 600;
  /* width: 250px; */
  text-align: center;
  /* transform: translate(0%, -800%); */
  height: 100px;
}


.organBodySection .manpower .tables {
  margin-top: 20px;
  font-size: 14px;
}
.organBodySection .manpower .tables table {
  /* border-collapse: separate; */
  border-spacing: 0;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
}

.organBodySection .manpower .tables thead {
  border-bottom: 5px solid red;
  background-color: #fafafa;
  height: 60px;
}
.organBodySection .manpower .tables tbody {
  border-top: 5px solid red;
  height: 60px;
}
.organBodySection .manpower .tables th {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
/*
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
*/
}
.organBodySection .manpower .tables th:nth-of-type(1) {
  border-left: 0px solid #e6e6e6;
}
.organBodySection .manpower .tables td {
  width: 470px;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.organBodySection .manpower .tables .none {
  border-left: 0px solid #e6e6e6;
}

.organBodySection .manpower p {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  /* margin-left: 40px; */
  width: 1500px;
  padding: 0;
}



/*****************************************************************************
  maxManpower Section
*****************************************************************************/
.organBodySection .maxManpower {
  /* padding: 2rem 2rem; */
  padding-top: 100px;
  padding-bottom: 150px;
  /* background: rgb(250,250,250); */
}
.organBodySection .maxManpower .tables {
  /* width: 1600px; */
  min-width: 1600px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
.organBodySection .maxManpower .titleHeader {
  font-size: 30px;
  font-weight: 600;
  width: 1600px;
  text-align: center;
  /* transform: translate(0%, -800%); */
  height: 100px;
}
.organBodySection .maxManpower p {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  /* margin-left: 40px; */
  width: 1510px;
  padding: 0;
}

.organBodySection .maxManpower .tables {
  margin-top: 20px;
  font-size: 14px;
}
.organBodySection .maxManpower .tables table {
  /* border-collapse: separate; */
  border-spacing: 0;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
}

.organBodySection .maxManpower .tables thead {
  border-bottom: 5px solid red;
  background-color: #fafafa;
  height: 60px;
}
.organBodySection .maxManpower .tables tbody {
  border-top: 5px solid red;
  height: 60px;
}
.organBodySection .maxManpower .tables tr {
  text-align: right;
}
.organBodySection .maxManpower .tables th {
  width: 70px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  text-align: center;
}
.organBodySection .maxManpower .tables th:nth-of-type(1) {
  width: 150px;
}
.organBodySection .maxManpower .tables td {
  width: 70px;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  /* text-align: right; */
}

.organBodySection .maxManpower .tables th:nth-of-type(1) {
  border-right: 1px solid #474747;
  text-align: left;
}

.organBodySection .maxManpower .tables td:nth-of-type(1) {
  border-right: 1px solid #474747;
}
.organBodySection .maxManpower .tables td:nth-of-type(18) {
  width: 150px;
}


.organBodySection .maxManpower .tables .none {
  border-left: 0px solid #e6e6e6;
}

.organBodySection .maxManpower p {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
}

.leftAlign {
  text-align: left;
}

.centerAlign {
  text-align: center;
}

.rightAlign {
  text-align: right;
}

.textBold {
  font-weight: bold;
}

.colSz {
  width: 300px;
}

.topLine {
  /* border-top: 1px solid double #474747; */
  border-top: 3px double #474747;
}

.bottomLine {
  /* border-top: 1px solid double #474747; */
  border-top: 1px solid #474747;
}

.rightLine {
  /* border-top: 1px solid double #474747; */
  border-right: 1px solid #474747;
}
.yellowColor {
  background-color: rgb(247, 247, 143);
}




.organBodySection .commentTables .tables {
  margin-top: 20px;
  font-size: 14px;
}
.organBodySection .commentTables .tables table {
  /* border-collapse: separate; */
  border-spacing: 0;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
}

.organBodySection .commentTables .tables thead {
  border-bottom: 5px solid red;
  background-color: #fafafa;
  height: 60px;
}
.organBodySection .commentTables .tables tbody {
  border-top: 5px solid red;
  height: 60px;
}
.organBodySection .commentTables .tables th {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
/*
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
*/
}
.organBodySection .commentTables .tables th:nth-of-type(1) {
  border-left: 0px solid #e6e6e6;
}
.organBodySection .commentTables .tables td {
  width: 465px;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.organBodySection .commentTables .tables .none {
  border-left: 0px solid #e6e6e6;
}

.organBodySection .commentTables p {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  /* margin-left: 40px; */
  width: 1500px;
  padding: 0;
}


/*****************************************************************************
  strategySection Section
*****************************************************************************/
.strategySection .strategy {
  /* padding: 2rem 2rem; */
  padding-top: 100px;
  min-width: 1600px;
  /* background: rgb(250,250,250);   */
  padding-top: 100px;
  min-width: 1600px;
  padding-bottom: 250px;
  /* margin: 0 auto; */
}
.strategySection .strategy .titleHeader {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}

.strategySection .strategy .topBody {
  margin: auto;
  /* background: rgb(34,120,154); */
  text-align: center;
  height: 300px;
}

.strategySection .strategy .topBody .backRound {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 1200px;
  height: 120px;
  border-radius: 120px;
  transform: translateY(100%);
  /* background: #fff; */
  background: rgb(34,120,154);
  color: #fff;
}


.strategySection .strategy .topBody .backRound img {
  position: absolute;
  width: 70px;
  top: 24px;
  left: 25px;
}



.strategySection .strategy .topBody .backRound .roundAll {
  width: 400px;
  height: 150px;
  position: relative;
}
.strategySection .strategy .topBody .backRound .roundAll .round {
  margin: auto 35%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-40%);
  background-color: rgb(0, 75, 119);
}
.strategySection .strategy .topBody .backRound .roundAll .round img {
  position: absolute;
  width: 70px;
  top: 24px;
  left: 25px;
}

.strategySection .strategy .topBody .backRound .roundAll p {
  width: 400px;
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 85px;
}





.strategySection .strategy .comment {
  margin: auto;
}
.strategySection .strategy .comment .body {
  padding: 2rem 0rem;
  margin: auto;
  width: 1200px;

  display: flex;
  justify-content: space-around;
  gap: 30px;
}
.strategySection .strategy .comment .body .contents {
  width: 350px;
  height: 300px;
  border: 1px solid #ccc;
  border-radius: 30px;
  text-align: center;
}
.strategySection .strategy .comment .body .contents span {
  display: block;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  color: #444;
  padding: 1rem;
  margin-top: -50px;
}
.strategySection .strategy .comment .body .contents span:nth-of-type(2) {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 60px;
}
.strategySection .strategy .comment .body .contents strong {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  transform: translate(0%, 315%);
  background-color: #ec9429;
  border-radius: 30px;
  color: #fff;
  font-size: 22px;
}
.strategySection .strategy .comment .strong {
  padding: 2rem 0rem;
  margin: auto;
  width: 1200px;

  display: flex;
  justify-content: space-around;
  gap: 30px;
}
.strategySection .strategy .comment .tables {
  width: 1180px;
  padding-top: 60px;
  padding-bottom: 120px;
  font-size: 14px;
  margin: auto;
}
.strategySection .strategy .comment .tables table {
  border-spacing: 0;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
.strategySection .strategy .comment .tables thead {
  border-bottom: 5px solid red;
  background-color: #fafafa;
  height: 60px;
}
.strategySection .strategy .comment .tables tbody {
  border-top: 5px solid red;
  height: 60px;
}
.strategySection .strategy .comment .tables th {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 60px;
  font-size: 20px;
}
.strategySection .strategy .comment .tables th:nth-of-type(1) {
  border-left: 0px solid #e6e6e6;
}
.strategySection .strategy .comment .tables td {
  width: 470px;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.strategySection .strategy img {
  margin: auto;
  width: 1200px;
  display: flex;
  margin-bottom: 120px;
}
.strategySection .strategy .newAndOld {
  font-size: 16px;
  margin: auto;
  width: 1200px;
  display: flex;
}
.strategySection .strategy .newAndOld table {
  border-spacing: 0;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
.strategySection .strategy .newAndOld thead {
  border-bottom: 5px solid red;
  background-color: #fafafa;
  height: 60px;
}
.strategySection .strategy .newAndOld tbody {
  border-top: 5px solid red;
  height: 60px;
}
.strategySection .strategy .newAndOld th {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 60px;
  font-size: 20px;
}
.strategySection .strategy .newAndOld th:nth-of-type(1) {
  border-left: 0px solid #e6e6e6;
}
.strategySection .strategy .newAndOld td {
  width: 600px;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}


/*****************************************************************************
  sectorSection Section
*****************************************************************************/
.sectorSection .create {
  padding-top: 100px;
  padding-bottom: 150px;
  min-width: 1600px;
  margin: 0 auto;
}
.sectorSection .create .titleHeader {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}

.sectorSection .create .tables {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
.sectorSection .create .tables .titleHeader {
  font-size: 30px;
  font-weight: 600;
  width: 250px;
  /* transform: translate(0%, -800%); */
}


.sectorSection .create .tables {
  margin-top: 60px;
  font-size: 14px;
}
.sectorSection .create .tables table {
  /* border-collapse: separate; */
  border-spacing: 0;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
}

.sectorSection .create .tables tbody {
  border-top: 5px solid red;
  height: 60px;
}

.sectorSection .create .tables td {
  width: 300px;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.sectorSection .create .tables .none {
  border-left: 0px solid #e6e6e6;
}

.sectorSection .create .tables td:nth-of-type(1) {
  /* border-left: 1px solid #e6e6e6; */
  width: 300px;
  /* font-size: 22px; */
}
.sectorSection .create .tables td:nth-of-type(2) {
  /* border-left: 1px solid #e6e6e6; */
  width: 900px;
  /* font-size: 22px; */
}



.sectorSection .createShip {
  padding-top: 100px;
  padding-bottom: 150px;
  min-width: 1600px;
  margin: 0 auto;
  /* width: 1600px; */
}
.sectorSection .createShip .image {
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
  /* width: 1600px; */
}


.sectorSection .createShip .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.sectorSection .createShip .body .top {
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sectorSection .createShip .body .top span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  color: #666;
  padding: 1rem 0rem;
  
}

.sectorSection .createShip .body .top p {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.sectorSection .createShip .body .top img {
  width: 600px;
  height: 350px;
  border-radius: 15px;
}

.sectorSection .sector {
  padding-top: 100px;
  padding-bottom: 150px;
  min-width: 1600px;
  margin: 0 auto;
}
.sectorSection .sector .titleHeader {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}



.sectorSection .sector .hanBus H2 {
  font-size: 25px;
  color: #444;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.sectorSection .sector .hanBus {
  margin: auto;
  width: 1200px;
  margin-bottom: 200px;
  text-align: center;
}


.sectorSection .sector .hanBus table {
  border-spacing: 0;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  margin-bottom: 50px;
  text-align: left;
}
.sectorSection .sector .hanBus td {
  /* width: 600px; */
  padding: 12px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.sectorSection .sector .hanBus .bold {
  font-weight: 600;
  font-size: 20px;
}

.sectorSection .sector .hanBus td:nth-of-type(1) {
  width: 200px;
  background-color: rgb(34,120,154);
  color: #fff;
  text-align: center;
}
.sectorSection .sector .hanBus td:nth-of-type(2) {
  width: 1000px;
  /* font-weight: 300; */
}

.sectorSection .sector .hanBus img {
  width: 280px;
  border-radius: 20px;
  /* padding: 1rem 1rem; */
  margin-bottom: 50px;
}
.sectorSection .sector .hanBus .image {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  gap: 25px;
  /* justify-content: space-between; */
}
.sectorSection .sector .hanBus .bottomImage {
  display: block;
  width: 1200px;
}

.sectorSection .sector .hanBus .image {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  /* width: 600px; */
}



.sectorSection .sector .hanBus .image01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.sectorSection .sector .hanBus .image01 img {
  width: 100%;
  border-radius: 20px;
}





















.sectorSection .sector .offshore {
  margin: auto;
  width: 1200px;
  margin-bottom: 100px;
}







.sectorSection .sector .offshore {
  /* margin-top: 10px; */
  font-size: 14px;
}
.sectorSection .sector .offshore table {
  border-spacing: 0;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
}

.sectorSection .sector .offshore thead {
  border-bottom: 5px solid red;
  background-color: #fafafa;
}
.sectorSection .sector .offshore tbody {
  border-top: 5px solid red;
}
.sectorSection .sector .offshore th {
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.sectorSection .sector .offshore th:nth-of-type(1) {
  border-left: 0px solid #e6e6e6;
}
.sectorSection .sector .offshore td {
  /* width: 100%; */
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.sectorSection .sector .offshore td:nth-of-type(1) { width: 100px; text-align: center; }
.sectorSection .sector .offshore td:nth-of-type(2) { width: 340px; }
.sectorSection .sector .offshore td:nth-of-type(3) { width: 340px; }
.sectorSection .sector .offshore td:nth-of-type(4) { width: 170px; }
.sectorSection .sector .offshore td:nth-of-type(5) { width: 125px; text-align: center; }
.sectorSection .sector .offshore td:nth-of-type(6) { width: 125px; text-align: center; }

.sectorSection .sector .offshore .middleTitle {
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  margin: 100px 0px 30px 0px;
}
.sectorSection .sector .offshore .middleTitle span {
  color: rgb(108,188,232);
  padding-right: 10px;
}

.sectorSection .sector .offshore .image01 {
}
.sectorSection .sector .offshore .image01 img {
  border-radius: 20px;
  width: 1200px;
}
.sectorSection .sector .offshore .image01 .top {
  position: relative;
  z-index: -1;
}
.sectorSection .sector .offshore .image01 .top .inTop {
  position: absolute;
  top: 0;
  right: 50px;
  width: 300px;
  height: 300px;
  z-index: 1;
}
.sectorSection .sector .offshore .image01 .top .inTop img {
  width: 350px;
}


.sectorSection .sector .offshore .image02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.sectorSection .sector .offshore .image02 img {
  width: 600px;
  /* height: 100%; */
  height: 350px;
  border-radius: 20px;
}

.sectorSection .sector .offshore .image03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
/* .sectorSection .sector .offshore .image03 .top {
  width: 100%;
} */
.sectorSection .sector .offshore .image03 img {
  width: 390px;
  height: 300px;
  border-radius: 20px;
}

.sectorSection .sector .offshore .image04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.sectorSection .sector .offshore .image04 img {
  width: 600px;
  /* height: 100%; */
  border-radius: 20px;
}
.sectorSection .sector .offshore .bottomImage {
  width: 1230px;
  height: 400px;
  border-radius: 20px;
  margin-top: 20px;
}
.sectorSection .sector .offshore .image05 {
  display: flex;
  justify-content: space-between;
  /* flex-direction: column; */
  /* align-items: center; */
  gap: 30px;
}
.sectorSection .sector .offshore .image05 img {
  width: 600px;
  height: 350px;
  border-radius: 20px;
}
.sectorSection .sector .offshore .image05 .bottomImage {
  margin-top: 57px;
  height: 725px;
  border-radius: 20px;
}

