@charset "utf-8";
/* CSS Document */
.greeting2 .mt30 {
  margin-top: 30px !important;
}
.greeting2 .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}
.greeting2 .table > tbody > tr > td, .greeting2 .table > tbody > tr > th, .greeting2 .table > tfoot > tr > td, .greeting2 .table > tfoot > tr > th, .greeting2 .table > thead > tr > td, .greeting2 .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #d9d9d9;
}
.greeting2 .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}
.greeting2 .tit {
  font-size: 2.5em;
  font-weight: bold;
  color: #333;
  text-align: left;
  padding: 5% 0 2% 0;
  display: block;
}
.greeting2 .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.greeting2 .table_wrap .table {
  border-top: 2px #000 solid;
  border-bottom: 1px #ddd solid;
}
.greeting2 .table_wrap caption {
  font-weight: 900;
  color: #000;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left /*    padding-top: 15px*/
}
.greeting2 .table_wrap .table th {
  width: 170px;
  padding-left: 18px;
  color: #445058;
  vertical-align: middle;
  font-weight: 500;
  line-height: 25px;
  height: 55px;
}
.greeting2 .table_wrap .table th, .greeting2 .table_wrap .table td {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 25px;
}
.ceo_ttt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}
.ceo_ttt .ceo_item {
  flex: 4;
}
.ceo_ttt .ceoImg {
  flex: 3;
  margin: 0 0 20px 20px;
}
.ceo_ttt .ceoImg img {
  width: 100%;
}
.mo_br {
  display: block;
}
/*미디어 뭐리!!!!!!!!!!*/
@media (max-width:900px) { /*가로 너비가 600px 이하일 때 아래 스타일 적용*/
  .ceo_ttt {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  . .ceo_ttt .ceo_item {
    flex: 1;
  }
  .ceo_ttt .ceoImg {
    flex: 1;
  }
  .mo_br {
    display: inline-block;
  }
}
.organ_wrap {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 170px;
}
.organ_left {
  width: 35%;
  height: auto;
  font-size: 1.3em;
  letter-spacing: -1px;
  margin: 150px 0 0 20px;
}
.organ_left .text_01 {
  margin: 0 0 50px 0;
  font-size: 1.8em;
}
.organ_right img {
  width: 100%;
  height: auto;
}
.organ_right {
  width: 60%;
  height: auto;
}
/*미디어 뭐리!!!!!!!!!!*/
@media (max-width:600px) { /*가로 너비가 600px 이하일 때 아래 스타일 적용*/
  .organ_wrap {
    display: block;
  }
  .organ_right {
    min-height: 0;
    width: 100%;
  }
  .organ_left {
    width: 100%;
    margin: 2px 5px 10px 5px;
  }
}
/*미디어 뭐리!!!!!!!!!!*/


.biz_wrap {
    width: 100%; max-width: 1000px;
    height: auto; margin: 70px auto 0;
  text-align: center;
    padding: 0px 0 30px;}


.biz_wrap img {
  width: 100%;
  height: auto;
}
 