@charset "utf-8";

.sub-content-tit {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 15px;
}
.ceo-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ceo-top-left {
  position: relative;
  width: 50%;
}
.ceo-top-right {
  position: relative;
  width: 46%;
}
.ceo-top-right h4 {
  font-size: 43px;
  color: #262626;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 50px;
}
.ceo-top-right p {
  margin-top: 25px;
  color: #262626;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.2em;
}

.ceo-middle {
  margin-top: 60px;
}
.process-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.process-box {
  flex: 1;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  margin: 10px;
  padding: 20px 20px 40px 20px;
  text-align: center;
}

.number-badge {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #7d63a1;
  color: #ffffff;
  font-weight: 400;
  border-radius: 2px 0 2px 0;
  text-align: center;
  font-size: 1.2em;
}

.image-wrapper {
  width: 177px;
  height: 114px;
  margin: 0 auto 10px auto;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.process-content h5 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #262626;
  font-weight: 500;
}

.process-content p {
  font-size: 1.2em;
  color: #707070;
  line-height: 1.4;
  margin: 0;
  font-weight: 300;
}

.process-content .arrow {
  margin: 0 10px;
  user-select: none;
}
.ceo-bottom {
  position: relative;
  margin-top: 60px;
}

.ceo-bottom-inner {
  position: relative;
}
.ceo-bottom-text {
  position: absolute;
  right: 10%;
  top: 10%;
  background: rgba(255, 255, 255, 0.6);
  padding: 60px;
}
.ceo-bottom-text p {
  line-height: 1.6;
  font-size: 1.4em;
}

.history-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.history-area .photo {
  width: 33.333%;
}
.history-area .history-cont {
  width: 62%;
}
.history-point {
  margin-bottom: 40px;
}
.history-point-item {
  border-top: 1px solid #d0c6e0;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.history-point-item:last-child {
  border-bottom: 1px solid #d0c6e0;
}
.history-point-item .info {
  flex: 1;
  font-size: 25px;
  color: #262626;
}
.history-area .history-cont li {
  position: relative;
  padding: 2px 0 2px 10px;
  color: #595959;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 300;
}
.history-area .history-cont li:before {
  display: block;
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.sitemap_flex {
  display: flex;
  flex-wrap: wrap;
}
.sitemap_item {
  width: 24%;
  margin: 0.5%;
  padding: 0px;
}
.sitemap_item h3 {
  font-weight: 500;
  padding: 15px;
  border-bottom: 1px solid var(--bs-menu);
  color: var(--bs-primary);
}
.sitemap_item ul {
  margin: 15px 0;
}
.sitemap_item li {
  padding: 7px 16px 7px 25px;
  position: relative;
}
.sitemap_item li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--bs-primary);
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  top: 50%;
}
.root_daum_roughmap,
.root_daum_roughmap .wrap_map {
  width: 100% !important;
}
.root_daum_roughmap .cont {
  display: none;
}

.tableA {
  clear: both;
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0;
  border-top: 1px solid #222;
}

.tableA tbody th {
  padding: 20px 10px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #e1dbd4;
  text-align: left;
  line-height: 1.5em;
  background: #fff;
  width: 20%;
}
.tableA tbody td {
  border-bottom: 1px solid #e1dbd4;
  padding: 20px 10px;
  background: #fff;
  color: #666666;
  line-height: 1.5em;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.tabs_item {
  width: 100%;
  max-width: 150px;
  text-align: center;
  border: 1px solid #959595;
  margin-left: -1px;
}
.tabs_item a {
  display: block;
  padding: 15px 0px;
}
.tabs_item.active a {
  font-weight: 500;
  color: #fff;
  background: #959595;
}
