@charset "UTF-8";
.history {
  padding: 100px;
}
.history * {
  padding: 0;
  margin: 0;
  list-style: none;
}
.history h2 {
  position: relative;
  font-size: 2em;
  color: #000;
  line-height: 1;
}
.history h2:before {
  content: "";
  position: absolute;
  left: -48px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: #fff;
  border: 5px solid #ff5a2b;
  box-sizing: border-box;
}
.history .history_item {
  position: relative;
  padding: 0 0 0 48px;
}
.history .history_item:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ddd;
}
.history .history_item:first-child:before {
  top: 10px;
  height: calc(100% - 10px);
}
.history ol {
  padding: 20px 0 74px;
}
.history li {
  font-size: 17px;
  color: #000;
  line-height: 29px;
}
.organization_chart {
  margin: auto;
  padding: 0;
  list-style: none;
}
.organization_chart h2 {
  font-size: 2em;
  color: #000;
  line-height: 1;
}
.organization_chart .chart_item {
  width: 170px;
}
.organization_chart .chart_item span {
  display: inline-block;
  font-size: 14px;
  background: #ff5a2b;
  border-radius: 5px;
  width: 170px;
  text-align: center;
  padding: 5px 20px;
  color: #fff;
}
.organization_chart .chart_item span.textleft {
  text-align: left;
}
.organization_chart .chart_item.ceo {
  margin-top: 20px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.organization_chart .chart_item.business_management {
  margin-top: 25px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.organization_chart .chart_item.head_of_department {
  margin-top: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.organization_chart .line_height {
  margin: 0;
  width: 1px;
  height: 25px;
  background: #ddd;
  position: absolute;
  left: 50%;
}
.organization_chart .line_width {
  margin: 0;
  width: 200px;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 50%;
}
.organization_chart .line_width.margin25 {
  margin-top: 25px;
}
.organization_chart .line_width.left {
  margin-top: 25px;
  margin-left: -200px;
}
/* 연역 */
.historyList .detail .active > dt .in:after, .historyList .detail .inImg > dt .in:after {
  background: #ff7474;
}
.historyList .detail .active > dt .in:before {
  background-color: #fff;
  border-color: #ed1c24;
}
.historyList {
  position: relative;
  text-align: center;
  margin-top: 60px;
}
.historyList .section {
  padding: 100px 0 49px;
  position: relative;
  box-sizing: border-box;
}
.historyList .section:first-child {
  padding-top: 0;
}
.historyList .section:nth-child(even) {
  background: #fafafa;
}
.historyList .section:nth-child(even) .title .in {
  background: #fafafa;
}
.historyList .section:nth-child(even):before {
  content: "";
  display: block;
  height: 100%;
  background: #fafafa;
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.historyList .title {
  position: relative;
  z-index: 5;
  width: 1045px;
  margin: 0 auto 51px;
}
.historyList .title.active .in {
  color: #ed1c24;
  border-color: #ed1c24;
}
.historyList .title .in {
  display: inline-block;
  width: 107px;
  line-height: 39px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 700;
  border-radius: 41px;
}
.historyList .left {
  text-align: right;
  margin-right: auto;
}
.historyList .left dt .in:after {
  right: -46px;
}
.historyList .left dt .in:before {
  right: -52px;
}
.historyList .right {
  text-align: left;
  margin-left: auto;
}
.historyList .right dt .in:after {
  left: -44px;
}
.historyList .right dt .in:before {
  left: -50px;
}
.historyList .detail {
  width: 1045px;
  margin: -13px auto 0;
}
.historyList .detail dl {
  position: relative;
  z-index: 4;
  width: 480px;
  color: #333;
  line-height: 1.68;
  padding-top: 0;
  padding-bottom: 51px;
}
.historyList .detail dl.left:before {
  margin-right: -46px;
}
.historyList .detail dl.right:before {
  right: 522px;
}
.historyList .detail dt {
  padding: 0 0 3px;
  margin-bottom: -4px;
  font-weight: 700;
  font-size: 34px;
  color: #111;
}
.historyList .detail dt .in {
  position: relative;
  display: block;
}
.historyList .detail dt .in:after {
  content: "";
  position: absolute;
  top: 27px;
  width: 5px;
  height: 5px;
  background: #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.historyList .detail dt .in:before {
  content: "";
  position: absolute;
  top: 21px;
  width: 17px;
  height: 17px;
  background: transparent;
  border: 1px solid transparent;
  transform: scale(0.3);
  border-radius: 17px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.historyList .detail dd {
  margin: 12px 0;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.historyList .detail dd b, .historyList .detail dd p {
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  box-sizing: border-box;
}
.historyList .detail dd b {
  width: 40px;
  color: #999;
}
.historyList .detail dd p {
  width: calc(100% - 55px);
}
.historyList .detail dd p span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.historyList .detail dd.img {
  margin: 25px 0 0;
}
.historyList .line {
  position: absolute;
  top: 29px;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: #ddd;
}
.historyList .line .in {
  display: block;
  width: 1px;
  height: 0;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.historyList .detail .active > dt .in:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#years1990 .detail > dl:last-child:before {
  -webkit-transition: background 0s ease-out 0.3s;
  transition: background 0s ease-out 0.3s;
}
/*# sourceMappingURL=a9749001842fd717fc4a923fb9ca2a370f1df717.history.scss.map */
