.type01 table {
  border-top: 3px solid #14255b;
}
.mt-50 {
  margin-top: 50px;
}

section .box {
  max-width: 800px;
  margin: 0 auto;
}
/* 인사말 */

section.company h3.company_h3 {
  font-size: 24px;
  font-family: "NanumSquare";
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}

section.company.company_01 .ceo-box {
  position: relative;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  border-radius: 30px 0 30px 0;
  background-size: cover;
  overflow: hidden;
  background-position: center -200px;
}

section.company.company_01 .ceo-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

section.company.company_01 .ceo-box .text {
  position: relative;
  font-size: 34px;
  line-height: 46px;
  font-family: "NanumSquare";
  margin-left: 161px;
  color: #fff;
  margin-top: 105px;
  z-index: 2;
}

section.company.company_01 .ceo-box .text p {
  font-size: 19px;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  display: inline-block;
  font-family: "NanumSquare";
}

section.company.company_01 .ceo-box .text p::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  margin-top: 36px;
}

section.company .about_text {
  margin-top: 80px;
}

section.company .about_text .row {
  display: flex;
  gap: 50px;
}

section.company .about_text h1 {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  font-family: "Noto Sans KR";
  line-height: 46px;
}

section.company .about_text h1 span {
  position: relative;
  z-index: 0;
}

section.company .about_text h1 span::before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 12px;
  background: #14255b;
  /* background: rgba(255, 234, 93, 1); */
  content: "";
  margin-top: 52px;
}

section.company .about_text .text {
  line-height: 33px;
  font-size: 18px;
  word-spacing: -0.03em;
  white-space: pre-line;
  word-break: keep-all;
}

section.company .overview {
  margin-top: 120px;
}

/* 인사말 마감 */

/* 회사소개 */
section.company.company_02 .ceo-box {
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
}

section.company.company_02 .ceo-box .text {
  right: 0;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: right;
  padding-right: 50px;
  padding-bottom: 30px;
}

section.company.company_02 .ceo-box .text p {
  color: #fff;
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}

section.company.company_02 .table_wrap {
  margin-top: 80px;
}

section.company.company_02 .table_wrap .table {
  border-top: 3px #000 solid;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 20px 18px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e3e3e3;
}

section.company_03 #tab_wrap {
  border: 0;
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 80px;
}

section.company_03 .history-left h2 {
  font-size: 47px;
  color: #000;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  float: left;
}

section.company_03 .history-left h2 span {
  font-size: 49px;
  color: #000;
  font-family: "Noto Sans KR";
  font-weight: 800;
  padding-left: 0;
  margin-left: 0;
}

section.company_03 .history-left span {
  font-size: 26px;
  line-height: 68px;
  padding-left: 20px;
}

section.company_03 .history-left p.text {
  color: #484848;
  font-family: "Noto Sans KR";
  margin-top: 30px;
}

section.company_03 .history-left .image {
  margin-top: 70px;
}

section.company_03 .history-right {
  background: url("../../img/company/dot_back.png") 9px 0% repeat-y;
  margin-top: 10px;
  margin-left: 80px;
}

section.company_03 .history-right .box {
  background: url("../../img/company/dot.png") 0 14px no-repeat;
  margin-bottom: 30px;
  border-bottom: 0;
  padding-left: 60px;
  font-size: 30px;
  font-weight: 900;
}

section.company_03 .history-right .box h2 {
  font-weight: 900;
  font-family: "Noto Sans KR";
  margin-bottom: 20px;
  color: #000;
}

section.company_03 .history-right dl {
  display: flex;
  margin-bottom: 8px;
}

section.company_03 .history-right dl dt span {
  background: #efefef;
  display: block;
  border-radius: 1em;
  text-align: center;
  font-size: 15px;
  color: #a1a1a1;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 50px;
  margin-right: 12px;
  font-weight: 600;
}

section.company_03 .history-right dl dd {
  font-size: 18px;
  color: #686868;
  font-weight: 400;
}

/* 회사소개 마감 */

/* 조직도 */
section.organization .img {
  max-width: 1000px;
  margin: 0 auto;
}

section.organization .img img {
  width: 100%;
}
section.organization .inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1500px;
}

section.organization .item {
  padding: 20px 40px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 231px;
  border-radius: 15px;
  background-color: #4e7986;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

section.organization .organ__chairman {
  background-color: #14255b;
}

section.organization .item::before {
  content: "";
  width: 1px;
  height: 45px;
  background-color: #a9a9a9;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.organization .organ__boss {
  top: 105px;
}

section.organization .item.right::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}

section.organization .organ_list.list02 {
  position: absolute;
  top: 29px;
  right: 35px;
}

section.organization .organ_list.list02::before {
  content: "";
  position: absolute;
  bottom: 45px;
  left: -24px;
  width: 1px;
  height: 151px;
  background: #a9a9a9;
}

section.organization .organ__branch.right::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}

section.organization .organ_list .organ__tit {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 30px;
  min-width: 231px;
  font-size: 15px;
  border-radius: 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #afafaf;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  color: #757575;
}

section.organization .organ_list .organ__tit::before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  left: -25px;
  top: 50%;
  background: #a9a9a9;
  transform: translateY(-50%);
}

section.organization .organ__branch.branch1 {
  top: 210px;
}

section.organization .organ__branch.branch1::before {
  bottom: -200px;
  height: 200px;
}

section.organization .organ__branch.branch2 {
  top: 315px;
}
section.organization .organ__branch.branch2::before {
  height: 85px;
  background-color: #a9a9a9;
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
}

section.organization .organ_list.list02.type02 {
  top: 345px;
  right: 155px;
}

section.organization .organ_list.list02.type02::before {
  display: none;
}
section.organization .organ_list.list02.type02 .organ__tit::before {
  width: 115px;
  left: -115px;
}

section.organization .organ_list.list02.type02 .organ__tit {
  background: #889480;
  border-color: #889480;
  color: #fff;
}

section.organization .flex {
  position: absolute;
  top: 460px;
  width: 100%;
  gap: 20px;
  display: flex;
  justify-content: space-between;
}

section.organization .flex > .organ__branch {
  flex: 1;
  top: 55px !important;
  left: auto;
  right: auto;
  position: relative;
  transform: none;
}

section.organization .flex > .organ__branch::before {
  bottom: auto;
  top: -45px;
}

section.organization .flex::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 765px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #a9a9a9;
}

section.organization .organ__branch.branch3 {
  top: 0px;
  left: 0;
  transform: none;
}
section.organization .organ__branch.branch4 {
  top: 0px;
}
section.organization .organ__branch.branch5 {
  left: auto;
  right: 0px;
  transform: none;
}
section.organization .organ__branch.branch3-1 {
  top: 105px;
  left: 0;
  transform: none;
}
section.organization .organ__branch.branch3-2 {
  top: 210px;
  left: 0;
  transform: none;
}
section.organization .organ__branch.branch3-3 {
  top: 315px;
  left: 0;
  transform: none;
}

section.organization .organ__branch.branch3-3::before,
section.organization .organ__branch.branch4-1::before,
section.organization .organ__branch.branch5-2::before {
  display: none;
}

section.organization .organ__branch.branch4-1 {
  top: 105px;
}
section.organization .organ__branch.branch5-1 {
  top: 105px;
  left: auto;
  right: 0px;
  transform: none;
}
section.organization .organ__branch.branch5-2 {
  top: 210px;
  left: auto;
  right: 0px;
  transform: none;
}

section.organization .depth2 .item {
  background: #fff;
  font-size: 15px;
  border: 1px solid #afafaf;
  color: #757575;
}
/* 조직도 마감 */

/* 기업인증 */
section.company.certified .img {
  max-width: 660px;
  margin: 0 auto;
}

section.company.certified .img img {
  max-width: 100%;
}
/* 기업인증 마감*/

/* CI/BI소개 */
section.company.ci .word-mark {
  max-width: 800px;
  margin: 0 auto;
}

section.company.ci .img {
  border: 1px solid #000;
}

section.company.ci .img img {
  max-width: 100%;
}

section.company.ci .word-mark {
  margin-top: 80px;
}

section.company.ci .txt {
  margin-bottom: 50px;
  font-size: 19px;
  line-height: 33px;
}

section.company.ci .txt .tit {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
}

section.company.ci .color-list ul {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

section.company.ci .color-list li {
  min-height: 100px;
  flex: 1;
  padding: 15px;
  color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.18);
}

section.company.ci .color-list li .label {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

section.company.ci .color-list li .code {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

section.company.ci .color-list li.blue {
  background: rgb(41, 58, 145);
}
section.company.ci .color-list li.sky {
  background: rgb(35, 143, 206);
}
section.company.ci .color-list li.gray {
  background: rgb(125, 127, 129);
}
/* CI/BI소개 마감*/

/* 오시는 길 */

section.location #map .customoverlay {
  position: relative;
  top: -120px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0px 1px 2px #888;
}

section.location #map .customoverlay a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  text-align: left;
  border-radius: 0px;
  padding: 25px;
  overflow: hidden;
  background: #fff;
}

section.location #map .customoverlay a .logo {
  position: absolute;
  bottom: 25px;
  right: 20px;
  width: 100px;
}
section.location #map .customoverlay a .logo img {
  max-width: 100%;
}
section.location #map .customoverlay a .tit {
  display: block;
  text-align: left;
  margin-right: 35px;
  line-height: 1.5;
  font-size: 18px;
}
section.location #map .customoverlay a .address {
  display: block;
  text-align: left;
  margin-right: 35px;
  line-height: 1.5;
  padding: 0px 0 10px 0;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
section.location #map .customoverlay a .btn22 {
  background: #14255b;
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  border-radius: 0px;
  border: none;
}
section.location #map .customoverlay a .btn22 i {
  margin-left: 10px;
}

section.company_04 #map .root_daum_roughmap {
  width: 100%;
}

section.company_04 .table_wrap {
  margin-top: 60px;
}

section.company_04 .table_wrap .title h2 {
  font-size: 33px;
  font-weight: 900;
  color: #000;
  margin-bottom: 24px;
  font-family: "Noto Sans KR";
}

section.company_04 .table_wrap .title span {
  font-size: 22px;
  font-weight: 100;
  color: #868686;
  font-family: "Open Sans", sans-serif;
  padding-left: 12px;
}

section.company_04 .table_wrap .title a.btn {
  font-size: 16px;
  color: #000;
  border: 1px #000 solid;
  border-radius: 0;
}

section.company_04 .table_wrap .table {
  border-bottom: 1px #ddd solid;
}

section.company_04 .table_wrap .table {
  border-top: 3px #000 solid;
}

section.company_04 .table_wrap .table th,
section.company_04 .table_wrap .table td {
  font-size: 19px;
  line-height: 32px;
}

section.company_04 .table_wrap .table span.blue {
  background: #7182f5;
  line-height: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0.2em;
  margin-right: 6px;
}

/* 오시는 길 마감 */

section.partner .txt .tit {
  margin-bottom: 30px;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  color: #000;
}

section.partner .con {
  margin-bottom: 80px;
}

section.partner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

section.partner ul li {
  width: calc(10% - 15px);
}

section.partner ul li img {
  border: 1px #e6e6e6 solid;
  width: 100%;
}

@media (min-width: 992px) {
  section.company .about_text .text {
  }

  section.company.company_02 .table_wrap .table tbody th,
  section.company.company_04 .table_wrap .table tbody th {
    width: 170px;
    padding-left: 40px;
  }

  section.company_03 .history-right {
    margin-left: 80px;
  }

  section.company_04 .table_wrap .table th,
  section.company_04 .table_wrap .table td {
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  section.company h3.company_h3 {
    font-size: 16px;
    font-family: "NanumSquare";
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 35px;
    margin-top: 30px;
  }

  section.company.company_01 h3.company_h3 {
    padding-bottom: 20px;
    word-break: keep-all;
  }

  section.company .about_text .row {
    flex-direction: column;
    gap: 20px;
  }

  section.company .overview {
    margin-top: 20px;
  }

  section.company .about_text .text {
    font-size: 16px;
    line-height: 28px;
  }

  section.company .type01 table th {
    white-space: nowrap;
  }

  section.company.ci .word-mark {
    margin-top: 30px;
  }

  section.company.ci .txt .tit {
    margin-bottom: 10px;
  }

  section.ci .word-mark .desc {
    line-height: 28px;
  }

  section.company.company_01 .ceo-box {
    background-repeat: no-repeat;
    height: 250px;
    display: flex;
    align-items: center;
    background-position: 60% 0%;
    background-size: cover;
  }

  section.company.company_01 .ceo-box .text {
    font-size: 16px;
    line-height: 22px;
    font-family: "NanumSquare";
    margin-left: 20px;
    color: #000;
    margin-top: 42px;
    font-weight: 600;
  }

  section.company.company_01 .ceo-box .text p {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
    color: #333333;
    position: relative;
    display: inline-block;
    font-family: "NanumSquare";
  }

  section.company.company_01 .ceo-box .text p::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
    margin-top: 20px;
  }

  section.company .about_text {
    margin-top: 40px;
    line-height: 26px;
    font-size: 14px;
  }

  section.company .about_text h1 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: "Noto Sans KR";
    line-height: 28px;
    margin-bottom: 26px;
  }

  section.company .about_text h1 span {
    position: relative;
    z-index: 0;
  }

  section.company .about_text h1 span::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 6px;
    background: rgba(255, 234, 93, 1);
    content: "";
    margin-top: 22px;
  }

  /* 회사소개 */
  section.company.company_02 .ceo-box {
    background-repeat: no-repeat;
    height: 180px;
    position: relative;
    /* margin-top: 42px; */
    background-size: cover;
  }

  section.company.company_02 .ceo-box .text {
    right: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  section.company.company_02 .ceo-box .text p {
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
  }

  section.company.company_02 .table_wrap {
    margin-top: 40px;
  }

  section.company.company_02 .table_wrap .table {
    border-top: 2px #000 solid;
  }

  section.company.company_02 .table_wrap .table tbody th {
    min-width: 90px;
  }

  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 16px 18px;
    line-height: 1.22857143;
    vertical-align: top;
    border-top: 1px solid #e3e3e3;
  }

  /* 회사소개 마감 */
  /* 연혁 */
  section.company_03 #tab_wrap {
    border: 0;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  section.company_03 .history-left {
    padding-top: 25px;
  }

  section.company_03 .history-left h2 {
    font-size: 20px;
    color: #000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
  }

  section.company_03 .history-left h2 span {
    font-size: 20px;
    color: #000;
    font-family: "Noto Sans KR";
    font-weight: 800;
    padding-left: 0;
    margin-left: 0;
  }

  section.company_03 .history-left span {
    font-size: 16px;
    line-height: 40px;
    padding-left: 12px;
    letter-spacing: 0;
  }

  section.company_03 .history-left p.text {
    color: #484848;
    font-family: "Noto Sans KR";
    margin-top: 6px;
    text-align: left;
  }

  section.company_03 .history-left .image {
    margin-top: 30px;
  }

  section.company_03 .history-right {
    margin-top: 35px;
    margin-left: 0;
  }

  section.company_03 .history-right .box {
    background: url("http://theme06.wiztheme.co.kr/theme/theme06/img/sub/dot.png")
      0 8px no-repeat;
    margin-bottom: 20px;
    border-bottom: 0;
    padding-left: 40px;
    font-size: 26px;
    font-weight: 900;
  }

  section.company_03 .history-right .box h2 {
    font-weight: 900;
    font-family: "Noto Sans KR";
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
  }

  section.company_03 .history-right dl {
    display: flex;
    margin-bottom: 8px;
  }

  section.company_03 .history-right dl dt span {
    background: #efefef;
    display: block;
    border-radius: 1em;
    text-align: center;
    font-size: 13px;
    color: #a1a1a1;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 42px;
    margin-right: 12px;
    font-weight: 600;
  }

  section.company_03 .history-right dl dd {
    font-size: 14px;
    color: #686868;
    font-weight: 400;
    padding-top: 2px;
  }

  /* 연혁 마감 */
  /* 오시는 길 */
  section.company_04 #map p.sky {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 28px 12px;
  }

  section.company_04 .table_wrap {
    margin-top: 30px;
    border: 0;
  }
  section.company_04 .table_wrap .table {
    border-left: 1px #ddd solid;
  }
  section.company_04 .table_wrap .title {
    margin-bottom: 20px;
  }
  section.company_04 .table_wrap .title h2 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
  }

  section.company_04 .table_wrap .title span {
    font-size: 13px;
    font-weight: 100;
    color: #868686;
    padding-left: 6px;
  }

  section.company_04 .table_wrap .title a.btn {
    font-size: 13px;
    color: #000;
    border: 1px #000 solid;
    border-radius: 0;
  }
  section.company_04 .table_wrap .table {
    border-top: 2px #000 solid;
  }

  section.company_04 .table_wrap .table th {
    width: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  section.company_04 .table_wrap .table th,
  section.company_04 .table_wrap .table td {
    font-size: 13px;
    line-height: 20px;
  }

  section.company_04 .table_wrap .table span.blue {
    background: #7182f5;
    line-height: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0.2em;
    margin-right: 6px;
  }
  section.company_04 .embed-container {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }

  section.company_04 .embed-container iframe,
  section.company_04 .embed-container object,
  section.company_04 .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* 오시는 길 마감  */
}
