@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 img {
  display: block;
  border-radius: 10px;
  /* 부드러운 모서리 */
  padding: 8px;
  /* 액자 여백 */
  background: #fff;
  /* 액자 기본 배경 */
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* 옅은 테두리 */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  /* 깊이감 있는 그림자 */
}
.historyList img:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 8px 24px rgba(0, 0, 0, 0.1);
}
.historyList .section {
  padding: 100px 0 49px;
  position: relative;
  box-sizing: border-box;
}
.historyList .section:first-child {
  padding-top: 0;
}
.historyList .section:nth-child(even):before {
  content: "";
  display: block;
  height: 100%;
  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 .month {
  font-size: 25px;
  color: #999;
  margin-left: 10px;
}
.historyList .detail dt .in {
  position: relative;
  display: inline-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 dl dd.img img {
  width: 100%;
}
.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;
}
@media (max-width: 1600px) {
  /*history_list*/
  .historyList .detail dl {
    width: 50%;
    box-sizing: border-box;
  }
  .historyList .detail dl.left {
    padding-right: 5%;
  }
  .historyList .title, .historyList .detail {
    width: 100%;
  }
  .historyList .detail dl {
    width: 50%;
    box-sizing: border-box;
  }
  .historyList .detail dl.right {
    padding-left: 5%;
  }
  .historyList .detail dl.left {
    padding-right: 5%;
  }
  .historyList .detail dl dd.img img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /*history_tab*/
  .historyList .detail {
    width: 100% !important;
  }
  .historyTab ul li a {
    height: 45px;
  }
  .historyTab ul li a em {
    font-size: 14px;
  }
  .history-fixed-tab-inner.top-fixed {
    top: 44px;
    height: 45px;
    z-index: 9;
  }
  body.up .history-fixed-tab-inner.top-fixed {
    top: 125px;
  }
  .historyList .section {
    padding: 25px 0;
  }
  .historyList .title {
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 0 0 10px 20px;
    box-sizing: border-box;
  }
  .historyList .title .in {
    width: 100%;
    border: 0;
    font-size: 27px;
  }
  .historyList .detail dl {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 25px !important;
    text-align: left !important;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  .historyList .detail dt {
    font-size: 22px;
  }
  .historyList .detail dd {
    position: relative;
    box-sizing: border-box;
  }
  .historyList .line {
    left: 0;
    top: 0;
  }
  .historyList .detail dt .in:before {
    width: 12px;
    height: 12px;
    top: 12px;
    right: auto;
    left: -31px;
  }
  .historyList .detail dt .in:after {
    right: auto;
    left: -27px;
    top: 16px;
    width: 4px;
    height: 4px;
  }
  #years1990 .detail > dl:last-child:before {
    right: auto;
    margin-left: -2px;
    left: 0;
    bottom: -27px;
  }
  .historyList .line:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    width: 5px;
    height: 5px;
    background: #ed1c24;
    border-radius: 5px;
  }
  .historyList .detail dd b, .historyList .detail dd p {
    font-size: 14px;
  }
  .historyList .detail dd b {
    width: 30px;
  }
  .historyList .left dd .history_txt {
    padding-left: 30px;
  }
  .historyList .left dd .month {
    position: absolute;
    left: 0;
    top: 0;
  }
}
/*# sourceMappingURL=a9749001842fd717fc4a923fb9ca2a370f1df717.history.scss.map */
