/* contents.css */
/* common */
.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;
}

/* 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;
}

/* 인사말 */
.greeting {
  width: 100%;
  overflow: hidden;
}
.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: 55px 100px 0 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;
}

/* 조직도 */
.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;
}
.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 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;
}

/* 비전 및 목표 */
.vision_wrap {
  width: 100%;
  overflow: hidden;
}
.vision_wrap .vision_tit {
  width: 100%;
  padding: 30px 12px 45px 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_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;
}

/* 오시는길 */
.map_box {
  width: 100%;
  height: 500px;
  position: relative;
}
.location_box {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  padding: 30px;
  min-width: 500px;
}
.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;
}

/* 사업소개 */
.business {
  width: 100%;
  overflow: hidden;
}
.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: 130px;
  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;
}

/* 사업영역	 */
.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;
  max-height: 700px;
  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;
}

/**************************** responsive ****************************/

@media screen and (max-width: 690px) {
  /******* mobile ******/

  /* 인사말 */
  .director_txt {
    width: 100%;
    top: 220px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .greeting_top {
    height: 220px;
  }
  .director_entxt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .director_tit {
    font-size: 24px;
    line-height: 34px;
  }
  .director_tit br {
    display: none;
  }
  .director_txt {
    padding: 25px 45px 25px 20px;
  }
  .director_cont {
    padding: 200px 20px 0 20px;
  }
  .director_cont b {
    font-size: 24px;
    line-height: 34px;
  }

  /* 조직도 */
  .organization .org_list li {
    width: 100%;
  }
  .organization::before {
    display: none;
  }
  .organization::after {
    top: 5%;
  }
  .organization .org_list {
    margin-top: 50px;
  }
  .organization .org_list li .org_depth1:after {
    display: none;
  }
  .organization .head_org {
    width: 130px;
    height: 130px;
  }
  .organization .head_org span {
    line-height: 130px;
    font-size: 23px;
  }

  /* 비전 및 목표 */
  .vision_wrap .vision_tit {
    font-size: 28px;
    padding: 30px 12px 25px 12px;
  }
  .vision_wrap .vision_txt p {
    font-size: 23px;
  }
  .bs_value ul {
    flex-wrap: wrap;
  }
  .bs_value ul li {
    width: 50%;
    padding-bottom: 20px;
  }
  .bs_value ul li:nth-of-type(2) {
    border-right: none;
  }
  .bs_value span {
    font-size: 24px;
  }

  .strategy_title {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .strategy li {
    flex-wrap: wrap;
  }
  .strategy_title span.num {
    position: static;
  }
  .strategy_text {
    width: 100%;
    padding-left: 0;
  }
  .strategy_title p {
    font-size: 23px;
    padding: 0 5px;
  }
  .strategy_title span.num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .strategy_text ul {
    border-radius: 8px;
    padding: 0 30px;
    align-items: center;
  }

  /* 오시는길 */
  .location_box {
    min-width: auto;
    width: 100%;
    padding: 20px 15px;
  }

  /* 사업소개 */
  .business_top {
    height: 420px;
    padding: 50px 35px;
  }
  .business_top h3 {
    font-size: 28px;
  }
  .business_top p {
    width: 100%;
  }
  .business_list .bs_img {
    width: 100%;
    overflow: hidden;
  }
  .business_list .bs_img img {
    height: 100%;
  }
  .business_list .bs_txt {
    width: 100%;
    padding: 30px 0px 0 20px;
  }
  .business_list .bs_txt h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .business_list .bs_txt h3:after {
    display: none;
  }
  .business_list .bs_txt h3 br {
    display: none;
  }
  .business_list .bs_txt p {
    padding: 20px 20px 0 0px;
  }

  /* 사업영역	 */
  .bs_area_list li {
    width: 100%;
  }
  .bs_area_list li:nth-of-type(2n-1) {
    margin-right: 0;
  }
}

/****** tablet ******/
@media screen and (min-width: 691px) and (max-width: 899px) {
  /* 인사말 */
  .director_txt {
    width: 100%;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .greeting_top {
    height: 250px;
  }
  .director_entxt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .director_txt {
    padding: 25px 45px 25px;
  }
  .director_cont {
    padding: 280px 45px 0 45px;
  }

  /* 조직도 */
  .organization .org_list li {
    width: 100%;
  }
  .organization::before {
    display: none;
  }
  .organization::after {
    top: 7%;
  }
  .organization .org_list {
    margin-top: 50px;
  }
  .organization .org_list li .org_depth1:after {
    display: none;
  }

  /* 사업소개 */
  .business_top {
    height: 420px;
    padding: 70px 45px;
  }
  .business_list .bs_img {
    width: 100%;
    overflow: hidden;
  }
  .business_list .bs_txt {
    width: 100%;
    padding: 30px 0px 0 20px;
  }
  .business_list .bs_txt h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .business_list .bs_txt h3:after {
    display: none;
  }
  .business_list .bs_txt h3 br {
    display: none;
  }
  .business_list .bs_txt p {
    padding: 20px 20px 0 0px;
  }
}

/****** desktop ******/
@media screen and (min-width: 899px) and (max-width: 1200px) {
  /* 연혁 */
  .history_title {
    width: 33%;
    margin-right: 10%;
  }
  .history_title .year {
    font-size: 50px;
  }
  .history_title .year2 {
    margin: -25px 0 0 0;
  }
  .his_year_list h4 {
    font-size: 24px;
  }

  /* 조직도 */
  .organization .org_list li p {
    line-height: 20px;
    padding: 8px 0;
    max-height: 110px;
  }

  /* 사업소개 */
  .business_list .bs_txt {
    padding: 30px 0px 0 20px;
  }
  .business_list .bs_img {
    width: 500px;
    height: 300px;
  }
  .business_list .bs_txt h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .business_list .bs_txt h3:after {
    display: none;
  }
  .business_list .bs_txt h3 br {
    display: none;
  }
  .business_list .bs_txt p {
    padding: 20px 20px 0 0px;
  }
}

@media screen and (max-width: 319px) {
  /* 인사말 */
  .greeting_sign {
    padding-right: 20px;
  }

  /* 연혁 */
  .his_year_list {
    padding: 0 5px 0 10px !important;
  }
  .his_year_list h4 {
    font-size: 22px;
    padding: 0 0 10px 0;
    width: 100%;
  }
  .his_year_list .year_wrap:before {
    display: none;
  }
  .his_year_list .year_wrap {
    width: 100%;
  }
  .his_year_list .year_wrap dl {
    float: left;
    margin-bottom: 10px;
  }
  .his_year_list .year_wrap dl dt.month {
    width: 100%;
    padding-bottom: 4px;
  }
  .his_year_list .year_wrap dl dd.text {
    font-size: 17px;
    width: 100%;
    line-height: 25px;
    word-break: keep-all;
  }
}
