/* BASIC css start */
.history {
  width: 100%;
  display: block;
  text-align: center;
}
.visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url('/design/dint/newbird/mobile/M_brand_top-banner.jpg') center;
  background-size: cover;
}
/* .visual > img {
  max-width: 100%;
} */
.sec_company_type {
  padding: 103px 14px;
  background: #ececec;
}
.sec_company_type p {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}


/* 공통이다용 */
.Lg {
  display: block;
}
.Md {
  display: none !important;
}
.full_col2 {
  width: 100%;
  font-size: 0;
}
.full_col2:after {
  display: block;
  content: '';
  clear: both;
}
.full_col2 > div {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  vertical-align: middle;
}

.full_col2 .company_text_wrap {
    padding: 40px 0;
  width: 100%;
  display: block;
}
.full_col2 .col_text_company {
  width: auto;
  display: block;
  vertical-align: middle;
  padding: 0 20px;
}
.full_col2 .col_text_company h3 {
  font-size: 13px;
  line-height: 20px;
  color: #282828;
  margin-bottom: 8px;
}
.full_col2 .col_text_company .ceo_title {
  margin-bottom: 20px;
}
.full_col2 .col_text_company p {
  font-size: 12px;
  line-height: 21px;
  font-weight: 300;
  color: #898989;
  margin-bottom: 15px;
}
.full_col2 .col_text_company p:last-child {
  margin-bottom: 0;
}
.full_col2 .col_text_company > img {
  display: block;
  margin: 0 auto 40px;
}


.history_Banner {
  padding: 32px 0;
  background: #fbfbfb;
}
.history_Banner h3 {
  letter-spacing: 16px;
  font-size: 15px;
  line-height: 20px;
}
.history_Banner > div {
  position: relative;
  display: table;
  width: auto;
  margin: 117px auto;
}
.history_Banner h4, .history_Banner ul {
  position: relative;
  display: table-cell;
  vertical-align: top;
  color: #898989;
  z-index: 2;
}
.history_Banner h4 {
  font-size: 14px;
  font-weight: 400;
}
.history_Banner ul {
  text-align: left;
}
.history_Banner li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  line-height: 20px;
  font-size: 11px;
  font-weight: 300;
}
.history_Banner li:before {
  position: absolute;
  top: 8px;
  left: 12px;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  background: transparent;
}
.history_Banner li:after {
  position: absolute;
  top: 23px;
  left: 17px;
  content: '';
  width: 1px;
  height: calc(100% + 11px);
  background: #d1d1d1;
}
.history_Banner li:last-child {
  margin-bottom: 0;
}
.history_Banner li:last-child:after {
  height: calc(100% - 33px);
}
.history_Banner > div:before {
  position: absolute;
  content:'';
  display: block;
  width: 123px;
  top: -0px;
  left: -40px;
  font-family: 'GeosansLight', sans-serif;
  font-size: 57px;
  color: #f1f1f1;
  z-index: 1;
}
.history_Banner > div:after {
  position: absolute;
  content:'';
  display: block;
  bottom: -10px;
  left: 161px;
  font-family: 'GeosansLight', sans-serif;
  font-size: 57px;
  color: #f1f1f1;
  z-index: 1;
}
.history_Banner > div:nth-child(2):before {
  content: '2007';
}
.history_Banner > div:nth-child(2):after {
  content: '2010';
}
.history_Banner > div:nth-child(3):before {
  content: '2011';
}
.history_Banner > div:nth-child(3):after {
  content: '2014';
}
.history_Banner > div:nth-child(4):before {
  content: '2015';
}
.history_Banner > div:nth-child(4):after {
  content: '2018';
}
/* BASIC css end */

