/* common */
.h1_tit {
  font-size: 36px;
  color: #000;
  font-weight: 500;
  letter-spacing: -1px;
  position: relative;
  margin: 30px 0 20px 0;
}
.h1_tit:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 36px;
  height: 8px;
  background: #2374ec;
}

.h3_tit {
  font-size: 28px;
  color: #000;
  font-weight: 500;
  letter-spacing: -1px;
  position: relative;
  margin: 30px 0 20px 0;
}

.h3_tit:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 24px;
  height: 4px;
  background: #2374ec;
}

.h4_tit {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  letter-spacing: -1px;
  position: relative;
  margin: 0px 0 20px 0;
}

/* table */
.table_type1 {
  width: 100%;
  padding-bottom: 30px;
}
.table_type1 table {
  border-top: 2px #536886 solid;
}
.table_type1 td,
.table_type1 th {
  font-size: 17px;
  border-bottom: 1px #ddd solid;
  padding: 4px 12px;
}
.table_type1 th {
  background: #f4f6f9;
  color: #445058;
  vertical-align: middle;
  font-weight: 500;
  line-height: 25px;
  height: 55px;
}
.table_type1 td {
  padding: 15px 12px;
  line-height: 28px;
  text-align: center;
}

/**************************** responsive main ****************************/

/* 인사말 */
.greeting {
  width: 100%;
}
.greeting_top {
  position: relative;
  height: 395px;
  background: url(../img/sub/greeting_top.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.greeting_top:after {
  position: absolute;
  bottom: 0;
  right: 150px;
  content: "";
  display: inline-block;
  width: 576px;
  height: 431px;
  background: url(../img/kor/sub/greeting_top.jpg) no-repeat;
  background-size: contain;
}
.director_txt {
  position: absolute;
  top: -28px;
  left: 92px;
  display: inline-block;
  width: 400px;
  height: auto;
  padding: 85px 45px 75px;
  background: #2d4478 url(../img/kor/sub/sub06/sub0601_toptxt_bg.png) right top
    no-repeat;
}
.director_entxt {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  font-family: "ttl";
  line-height: 1.3;
  margin-bottom: 45px;
  letter-spacing: 0;
  word-break: keep-all;
}
.director_tit {
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
  font-weight: 300;
  word-break: keep-all;
}

.director_cont {
  padding: 100px 100px 60px 100px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
}
.director_cont b {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 2em;
  margin-bottom: 35px;
}
.director_cont p {
  margin-bottom: 35px;
  font-size: 18px;
}
.greeting_sign {
  display: block;
  text-align: right;
  font-weight: 400;
  color: #999;
  font-size: 16px;
  padding-right: 20px;
}
.greeting_sign span {
  color: #555;
  font-weight: 700;
  font-size: 18px;
}

/* 연혁 */
.history_top {
  position: relative;
  height: 395px;

  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/sub/history_top.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.history_wrap {
  display: flex;
  margin-top: 40px;
  width: 100%;
  padding: 0 40px;
}
.history_title {
  width: 50%;
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.history_title .year {
  font-weight: 700;
  color: #fff;
  font-size: 65px;
  font-family: sans-serif;
}
.history_title .year2 {
  margin: -40px 0 0 0;
  text-align: right;
}
.history_title .goal_tit {
  font-size: 20px;
  padding-top: 60px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.his_year_list {
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
}
.his_year_list li {
  width: 100%;
  float: left;
  padding: 0 0 10px 0;
}

.his_year_list li:first-child {
  border-top: 0;
}
.his_year_list li:after {
  content: "";
  display: block;
  clear: both;
}
.his_year_list h4 {
  float: left;
  font-family: sans-serif;
  width: 14%;
  font-size: 30px;
  display: inline-block;
  margin: 0;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  color: #203c92;
  line-height: normal !important;
}
.his_year_list li.tabmenu_ul {
  position: relative;
  float: left;
  width: 88%;
  padding: 10px 0 15px 0;
  margin-top: -3px;
}

.his_year_list .year_wrap {
  float: left;
  width: 85%;
  position: relative;
  margin-bottom: 55px;
}
.his_year_list .year_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 7px;
  height: 100%;
  background: #efefef;
}

.his_year_list .year_wrap dl dt.month {
  font-family: sans-serif;
  color: #203c92;
  display: inline-block;
  vertical-align: top;
  width: 12%;
  font-weight: bold;
  float: left;
  font-size: 20px;
  line-height: 34px;
}
.his_year_list .year_wrap dl dd.text {
  display: inline-block;
  width: 88%;
  vertical-align: top;
  float: left;
  font-size: 18px;
  line-height: 34px;
  text-align: left;
}

/* 조직도 */

.organization-top {
  position: relative;
  height: 395px;
  background: url(../img/sub/organization-top.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.organization-top:after {
  position: absolute;
  bottom: 0;
  right: 150px;
  content: "";
  display: inline-block;
  width: 576px;
  height: 431px;
  background: url(../img/kor/sub/organization-top.jpg) no-repeat;
  background-size: contain;
}

.organization-top2 {
  position: relative;
  height: 395px;

  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/sub/organization-top.jpg) no-repeat 50% 50%;
  background-size: cover;
}
/* .history_wrap {
  display: flex;
  margin-top: 40px;
  width: 100%;
  padding: 0 40px;
} */
.organization-title2 {
  width: 70%;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.organization-txt1 {
  font-weight: 700;
  color: #fff;
  font-size: 65px;
  text-align: center;
}
.organization-txt2 {
  font-size: 20px;
  padding-top: 60px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.organization-full {
  margin: 20px auto;
  padding: 120px 0px;
  max-width: 1180px;
}
.organization-img {
  width: 100%;
  height: auto;
  background-image: url(../img/organization_en.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid gray;
  border-radius: 10px;
}

.organization-txt {
  position: absolute;
  top: -28px;
  right: 92px;
  display: inline-block;
  width: 400px;
  height: auto;
  padding: 85px 45px 75px;
  background: #2d4478 url(../img/kor/sub/sub06/sub0601_toptxt_bg.png) right top
    no-repeat;
}

.organization {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}

.organization::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  background: #ddd;
  width: 1px;
  height: 75px;
  transform: translate(-50%);
  z-index: -1;
}
.organization::before {
  content: "";
  position: absolute;
  top: 29.3%;
  left: 50%;
  z-index: -1;
  background: #ddd;
  width: 82%;
  height: 1px;
  transform: translate(-50%);
}
.organization .head_org {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #203c92;
  margin: 0 auto;
}
.organization .head_org span {
  line-height: 180px;
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.organization .org_list {
  margin-top: 64px;
}
.organization .org_list li {
  float: left;
  width: 18%;
  margin-right: 2.5%;
}
.organization .org_list li:last-child {
  margin-right: 0;
}
.organization .org_list li .org_depth1 {
  position: relative;
  text-align: center;
  background: #3d88c3;
  color: #fff;
  border: 0;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.organization .org_list li .org_depth1:after {
  content: "";
  position: absolute;
  top: -48%;
  left: 50%;
  background: #ddd;
  width: 1px;
  height: 35px;
  transform: translate(-50%);
  z-index: -1;
}
.organization .org_list li .org_depth1:hover {
  background: #203c92;
  transition: all 0.5s;
}

.organization .org_list li p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  color: #666;
  margin-top: -1px;
  padding: 0 20px;
  font-size: 17px;
  height: 65px;
  text-align: center;
}
.organization .org_list li p:hover {
  background-color: #333;
  color: #fff;
  transition: all 0.5s;
}

/* 비전 및 목표 */
.vision_wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
}
.vision_wrap .vision_tit {
  width: 100%;
  padding: 130px 12px 100px 12px;
  text-align: center;
  border-radius: 30px;
  font-size: 32px;
  color: #203c92;
  letter-spacing: -1px;
}
.vision_wrap .vision_txt {
  width: 100%;
  text-align: center;
  border: 4px solid #2d4478;
  border-radius: 150px;
}
.vision_wrap .vision_txt strong {
  display: inline-block;
  text-align: center;
  padding: 10px 30px 12px 30px;
  background: #2d4478;
  border-radius: 0 0 30px 30px;
  font-size: 17px;
  color: #fff;
}
.vision_wrap .vision_txt p {
  font-size: 28px;
  color: #000;
  text-align: center;
  padding: 15px 0 35px 0;
}

.vision-top {
  position: relative;
  height: 395px;

  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/sub/vision_top.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.vision-top-title {
  width: 70%;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.vision-top-title-txt1 {
  font-weight: 700;
  color: #fff;
  font-size: 65px;
  text-align: center;
}
.vision-top-title-txt2 {
  font-size: 20px;
  padding-top: 60px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.vision_txt {
  position: relative;
}
.bs_value {
  position: relative;
  margin: 0 auto;
}
.bs_value ul {
  display: flex;
  padding: 40px 0;
}
.bs_value ul li {
  width: 25%;
  text-align: center;
  border-right: 1px dotted #ccc;
  font-size: 17px;
  letter-spacing: 0;
}
.bs_value ul li:last-child {
  border: none;
}
.bs_value span {
  display: block;
  color: #000;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -1px;
}

.strategy li {
  display: flex;
  padding-bottom: 30px;
}
.strategy_title {
  border-radius: 50%;
  width: 230px;
  height: 230px;
  background: #f8f8f8;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strategy_title span.num {
  position: absolute;
  top: 20px;
  left: 0;
  width: 45px;
  height: 45px;
  font-size: 17px;
  font-weight: bold;
  background: #2d4478;
  line-height: 45px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: block;
}
.strategy_title p {
  padding: 0 20px;
  text-align: center;
  font-size: 24px;
  letter-spacing: -1px;
}
.strategy_text {
  width: calc(100% - 230px);
  padding-left: 40px;
}
.strategy_text ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border: 4px solid #ddd;
  border-radius: 200px;
  padding: 0 80px;
  font-size: 20px;
  line-height: 35px;
  min-height: 230px;
}
.strategy_text li {
  padding-bottom: 0;
}

.vision_txt {
  position: relative;
}

/* 변경으로 추가 240703 */

.vs_container {
  position: relative;
  margin: 0 auto;
}
.vs_container ul {
  display: flex;
  padding: 80px 0;
  justify-content: space-around;
  gap: 10px;
}

.vs_container .vs_text ul {
  display: flex;
  padding: 30px 0;
  justify-content: space-around;
}

.vs_container ul li {
  /* width: 25%; */
  text-align: center;
  /* border-right: 1px dotted #ccc; */
  font-size: 15px;
  letter-spacing: 0;
  line-height: 2;
  position: relative;
  flex: 1;
}
.vs_container ul li:hover {
  -webkit-transition: all 0.5s;
  scale: 1.05;
  transition: all 0.5s;
}

.vs_container span {
  display: block;
  color: #000;
  font-weight: normal;
  letter-spacing: -1px;
}
.vs_container .vs_title {
  position: relative;
  margin: 5px 5px;

  text-align: center;
  font-size: 26px;

  letter-spacing: -1px;
  border-radius: 10px;
  background: #f8f8f8;
  margin-bottom: 40px;
}
.vs_container .vs_text {
  /* width: 100%;
  padding-left: 0px; */
  margin: 5px 5px;
  border: 4px solid #ddd;
  border-radius: 10%;
  height: 300px;
  line-height: 300px;
}

.vs_container span.num {
  position: absolute;
  top: -40px;
  left: 0px;
  width: 45px;
  height: 45px;
  font-size: 17px;
  font-weight: bold;
  background: #2d4478;
  line-height: 45px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: block;
}
.vs_container .vs_sub {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 오시는길 */
.map_wrap {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.map {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}
.map_item {
  flex: 1 1 0;
}
.address_item {
  flex: 1 1 0;
}
.map_box {
  margin: 0 auto;
  position: relative;
}
.map_pos {
  position: absolute;
  top: 0;
  left: 0;
}

.location_box {
  background: rgba(255, 255, 255, 0.9);
  /* position: absolute;
  bottom: -30px;
  right: -50%; */
  /* z-index: 999; */
  margin: 0 auto;
  flex: 1 1 100%;
}

.location_box .info {
  min-width: 500px;
  max-width: 500px;
  margin: 0px auto;
  margin-bottom: 40px;
}

.location_box p {
  font-size: 18px;
  line-height: 36px;
  text-align: left;
}
.location_box span {
  font-weight: bold;
  width: 120px;
  color: #555;
  display: inline-block;
  padding-left: 15px;
}

.map-flex-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.map-flex-3-item {
  flex: 1 1 20%;
}

.map_img {
  width: 100%;
  margin: 20px auto;
  font-weight: bold;
  font-size: 18px;
}

.map_img img {
  width: 100%;
  object-fit: contain;
  text-align: center;
}

/* 사업소개 */

.part_section {
  max-width: 1180px;
  margin: 80px auto 80px;
}
.part_section:last-child {
  margin-bottom: 20px;
}

.n_business {
  width: 100%;
  overflow: hidden;
  background-color: #070e28;
}

.business-intro-top {
  position: relative;
  height: 395px;

  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/sub/business-intro-top.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.business-intro-top-title {
  width: 100%;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.business-intro-top-txt1 {
  font-weight: 700;
  color: #fff;
  font-size: 65px;
  text-align: center;
}
.business-intro-top-txt2 {
  font-size: 20px;
  padding-top: 60px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.n_business-top {
  position: relative;
  height: 395px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/sub/business-intro-top.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.n_business-title {
  width: 100%;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.n_business-txt1 {
  font-weight: 700;
  color: #fff;
  font-size: 65px;
  text-align: center;
}
.n_business-txt2 {
  font-size: 20px;
  padding-top: 60px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.n_business_top {
  width: 100%;
  position: relative;
  padding: 85px 120px;
  height: 220px;
  margin-top: 35px;
  background-color: #070e28;
  background-size: cover;
}

.n_business_top h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.n_business_part {
  margin-top: 50px;
  width: 100%;
}

.n_business_part_sub {
  margin-top: 60px;
  max-width: 1180px;
}

.n_business_middle {
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
}
.companies {
  display: flex;
  margin: 20px auto 0px auto;
  background-color: white;
  width: 100%;
  padding-top: 30px;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}
.n_business_middle .h1_tit {
  margin-top: 120px;
}
.n_business_middle .h4_tit {
}

.n_business_middle .division-line {
  left: 50%;
  width: 80%;
  border-top: 4px solid #0b308e;
  margin: 0 auto;
}

.companies_item {
  width: 200px;
  height: 130px;
  /* background-color: #16cae5; */
  margin: 10px;
  font-size: 16px;
}
.company_img_wrap {
  width: 100%;
}
.company_img_wrap img {
  display: block;
  width: 100%;
  border: 1px solid rgb(200, 200, 200);
  margin: 10px 0px;
}
.companies_item p {
  text-align: center;
  vertical-align: center;
  color: gray;
  font-size: 16px;
}
.n_business_bottom {
  width: 100%;

  margin: 0px auto 0px auto;

  background: url(../img/business/business_bottom_2.jpg) 50% 50% no-repeat;
  background-size: cover !important;
  text-align: center;
  position: relative;
}

.n_business_bottom_wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.n_business_bottom h3 {
  text-align: right;
  padding-right: 30px;
  padding-top: 50px;
  margin-bottom: 50px;
  font-size: 32px;
}
.n_business_bottom p {
  text-align: right;
  padding-left: 50%;
  padding-right: 30px;
  font-size: 16px;
  padding-bottom: 50px;
  line-height: 1.5;
}

.n_business_bottom_img {
  width: 40%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.n_business_bottom_img img {
  width: 100%;
  margin: 0 auto;
}
.n_business_middle_slogan {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #000;
  margin: 50px auto 0px;
  background-color: rgba(0, 0, 0, 0);
  width: 80%;
  gap: 30px;
}

.n_business_part .n_business_tit {
  width: 100%;

  padding: 10px 12px 0px 12px;
  text-align: center;
  border-radius: 30px;
  font-size: 32px;
  color: #203c92;
  letter-spacing: -1px;
}

.n_business_middle_slogan_item {
  border: 2px solid #0b308e;
  border-radius: 20px;
  flex: 1 0 25%;
  background-color: #fff;
  color: black;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}
.n_business_part p.n_business_middle_slogan_sub_item_p1 {
  font-size: 28px;
}
.n_business_part p.n_business_middle_slogan_sub_item_p2 {
  font-size: 18px;
  padding-left: 5px;
}
.n_business_middle_slogan_sub_item:nth-child(1) {
  flex: 2 1 70%;
  border-bottom: 2px solid black;
  font-size: 24px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 800;
  color: #0b308e;
}
.n_business_middle_slogan_sub_item:nth-child(2) {
  padding-top: 10px;
  flex: 1 1 30%;
  font-size: 20px;
  color: #0b308e;
}
.n_business_middle_slogan_item_num {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  background-color: #0b308e;
  border-radius: 10px;
  color: white;
  text-align: center;
  line-height: 20px; /* 추가된 부분 */
}

.n_business_part p {
  font-size: 18px;
}

.business {
  width: 100%;
  overflow: hidden;
  background-color: #070e28;
}

.business_top {
  color: #fff;
  position: relative;
  padding: 85px 120px;
  height: 395px;
  margin-top: 35px;
  background: url(../img/sub/business_top.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 40px;
}
.business_top h3 {
  font-size: 38px;
  line-height: 50px;
  padding-bottom: 20px;
}
.business_top p {
  width: 50%;
}
.business_list {
  overflow: hidden;
  margin-bottom: 40px;
}
.business_list .bs_img {
  float: left;
  width: 600px;
  height: 420px;
}
.business_list .bs_img img {
  width: 100%;
}
.business_list .bs_txt {
  float: left;
  width: calc(100% - 600px);
  padding: 65px 0px 0 70px;
}
.business_list .bs_txt h3 {
  position: relative;
  font-size: 35px;
  letter-spacing: -1px;
  color: #222;
  font-weight: 400;
}
.business_list .bs_txt b {
  color: #203c92;
}
.business_list .bs_txt h3:after {
  content: "";
  position: absolute;
  left: -70px;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.business_list .bs_txt p {
  padding: 70px 50px 0 0px;
}

.business_r .bs_img {
  float: right;
}
.business_r .bs_txt {
  padding-left: 0;
}
.business_r .bs_txt h3:after {
  left: 0px !important;
}

/* 사업영역	 */

.business-area-top {
  position: relative;
  height: 395px;

  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/sub/business-area-top.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.business-area-top-title {
  width: 100%;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.business-area-top-txt1 {
  font-weight: 700;
  color: #fff;
  font-size: 65px;
  text-align: center;
}
.business-area-top-txt2 {
  font-size: 20px;
  padding-top: 60px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.business_area .h1_tit {
  margin-top: 80px;
}
.business_top-total {
  margin: 0px auto;
  padding: 0px 120px;
}
.business_top-total-img {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.business_area_title p {
  font-size: 20px;
}
.bs_design_area_list-img {
  margin: 0 auto;
  width: 100%;
}

.bs_design_area_list-img img {
  margin: 0 auto;
  width: 100%;
}
.bs_design_area_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 60px;
}
.bs_design_area_first {
  flex: 1 1 50%;
  margin: 0 30px;
}
.bs_design_area_second {
  flex: 0 1 30%;
  margin: 20px 50px 20px 50px;
  align-self: flex-end;
}

.bs_design_area_third {
  flex: 0 1 40%;
  margin: 20px 30px;
}
.bs_design_area_third img {
  border: 1px solid rgb(168, 168, 168);
  margin: 5px;
  border-radius: 5px;
}

.bs_design_area_sub {
  font-size: 20px;
}

.bs_area_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.bs_area_list li {
  width: calc(50% - 15px);
  border: 1px solid #ddd;
  padding: 45px 53px;
  margin-bottom: 25px;
  overflow: hidden;
}
.bs_area_list li:nth-of-type(2n-1) {
  margin-right: 30px;
}
.bs_area_list li > span {
  color: #16cae5;
  font-weight: 800;
}
.bs_area_list li > strong {
  font-size: 30px;
  display: block;
  color: #000;
  margin: 0 0 23px;
  font-weight: 500;
}
.bs_area_list li > p {
  font-size: 18px;
  line-height: 28px;
}

.bs_template_area {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.bs_template_container {
  width: 100%;
  text-align: center;
  position: relative;
}

.bs_template_car_image {
}
.bs_template_car_image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.bs_template_title {
  position: absolute;
  top: 25%; /* 중간 위치 */
  left: 50%;
  transform: translate(-50%, -50%); /* 정확히 중앙에 배치 */
}
.bs_template_title img {
  width: 100%;
}

.bs_template_features {
  position: absolute;
  display: flex;
  flex-direction: row; /* 가로 나열 */
  top: 53%; /* 중간 위치 */
  left: 50%;
  transform: translate(-50%, -50%); /* 정확히 중앙에 배치 */
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.bs_template_feature {
  padding: 10px 10px;
  flex: 1 1 15%;
}

.bs_template_feature img {
  display: block;
  margin: 0 auto;
  width: 170px;
}

.bs_template_template {
  position: absolute;
  top: 80%; /* 중간 아래 위치 */
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bs_template_template_icon {
  font-size: 24px;
  padding: 20px;
}
.bs_template_template_icon img {
  display: block;
  margin: 0 auto;
  width: 200px;
}

/* 큰화면 analysis */
.bs_analysis_area {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}

.bs_analysis_left_container {
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
  margin: 10px;
  margin-bottom: 50px;
  position: relative;
  max-width: 1200px;
}
.bs_analysis_left_container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  right: 0;
  height: 2px;
  z-index: -1;
  background-color: #2374ec;
}

.bs_analysis_right_container {
  flex: 1 0 100%;
  display: flex;
  justify-content: space-around;
  margin: 10px;
  margin-bottom: 50px;
  position: relative;
  max-width: 1200px;
}
.bs_analysis_right_container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  height: 2px;
  z-index: -1;
  background-color: #2374ec;
}

.bs_analysis_image_item {
  flex: 1 0 300px;
}
.bs_analysis_image_item img {
  display: block;
  margin: 0 auto;
  width: 250px;
}
.bs_analysis_text_item {
  flex: 1 0 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0px;
  margin-left: 40px;
  width: 700px;
}
.bs_analysis_text1 {
  flex: 1 1 100px;
  color: #000;
}

.bs_analysis_text2 {
  margin-top: 50px;
  flex: 1 1 0;
  color: #000;
  font-size: 20px;
}
.bs_analysis_text2 ul {
  margin-top: 20px;
  list-style: none;
}
.bs_analysis_text2 ul li:before {
  content: "\25B6";
  display: inline-block;
  color: blue;
  margin-right: 1em;
}

.bs_analysis_preproduct_1_1 {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 20px;
}
.bs_analysis_preproduct_1_1_item_1 {
  flex: 1 1 100%;
}
.bs_analysis_preproduct_1_2 {
  display: flex;
  flex-direction: row;

  margin-bottom: 20px;
  gap: 20px;
}
.bs_analysis_preproduct_1_item_2 {
  width: calc(30% - 10px);
}
.bs_analysis_preproduct_1_item_3 {
  width: calc(30% - 10px);
}

.bs_analysis_preproduct_1_1_item_1 img {
  width: 100%;
  height: auto;
}
.bs_analysis_preproduct_1_2_item_1 img {
  width: 100%;
  height: auto;
}
.bs_analysis_preproduct_1_2_item_2 img {
  width: 100%;
  height: auto;
}

.bs_analysis_preproduct_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 30px;
}

.bs_analysis_preproduct_3_item_1 {
  width: calc(66.333% - 20px);
  text-align: center;
}
.bs_analysis_preproduct_3_item_2 {
  width: calc(33.333% - 20px);
  text-align: center;
}

.bs_analysis_preproduct_3_item_1 img,
.bs_analysis_preproduct_3_item_2 img {
  width: 100%;
  height: auto;
}

.bs_analysis_preproduct_3_item_1 p,
.bs_analysis_preproduct_3_item_2 p {
  background-color: gray;
  line-height: 30px;
  font-size: 16px;
  color: white;
}
.bs_analysis_reverse_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 30px;
}
.bs_analysis_reverse_1_item_1 {
  width: calc(100% - 20px);
  text-align: center;
}
.bs_analysis_reverse_1_item_1 img {
  width: 100%;
  height: auto;
}

/* .bs_analysis_reverse_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
} */

.bs_analysis_reverse_2 {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  gap: 20px;
}
.bs_analysis_reverse_2_item_1 {
  width: calc(33% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.bs_analysis_reverse_2_1_item_1 {
  width: calc(100% - 20px);
  text-align: center;
}
.bs_analysis_reverse_2_item_2 {
  width: calc(77% - 20px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bs_analysis_reverse_2_1_item_2 {
  width: calc(50% - 20px);
  text-align: center;
}

.bs_analysis_reverse_2_1_item_1 img,
.bs_analysis_reverse_2_1_item_2 img {
  width: 100%;
  height: auto;
}

.bs_analysis_reverse_2_1_item_1 p,
.bs_analysis_reverse_2_1_item_2 p {
  margin-top: 10px;
  font-size: 16px;
}

.bs_analysis_study_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bs_analysis_study_1_item_1 {
  width: calc(50% - 20px);
  text-align: center;
}

.bs_analysis_study_1_item_2 {
  width: calc(50% - 20px);
  text-align: center;
}
.bs_analysis_study_1_item_1 img,
.bs_analysis_study_1_item_2 img {
  width: 100%;
}

.bs_analysis_study_1_item_1 p,
.bs_analysis_study_1_item_2 p {
  margin-top: 10px;
  font-size: 16px;
}

.bs_analysis_study_1_item_3 {
  width: calc(35.5% - 20px);
  text-align: center;
}

.bs_analysis_study_1_item_4 {
  width: calc(63.5% - 20px);
  text-align: center;
}
.bs_analysis_study_1_item_3 img,
.bs_analysis_study_1_item_4 img {
  width: 100%;
}

.bs_analysis_study_1_item_3 p,
.bs_analysis_study_1_item_4 p {
  margin-top: 10px;
  font-size: 16px;
}
