/* ===========================================================
   파일: theme/frandeer/css/page/intro/03.css
   목적: 연혁(03.php) 전용 스타일 — 기존 contents.css의
         history 영역만 페이지 전용으로 이관
   =========================================================== */

/* 히어로(.history_top)는 공통 greeting_top.php로 대체됨 — 여기선 제외 */

/* 연혁 본문 레이아웃 */
.history_wrap {
  display: flex;
  margin-top: 40px;
  width: 100%;
  padding: 0 40px;
}
.history_title {
  width: 37%;
  margin-right: 13%;
}
.history_title .year {
  font-weight: 700;
  color: #000;
  font-size: 65px;
  font-family: sans-serif;
}
.history_title .year2 {
  margin: -40px 0 0 0;
  text-align: right;
}
.history_title .goal_tit {
  font-size: 20px;
  padding-top: 10px;
}

/* 우측(타임라인) */
.his_year_list {
  width: 100%;
  padding-top: 50px;
  overflow: hidden;
}
.his_year_list li {
  width: 100%;
  float: left;
  padding: 0 0 10px 0;
}
.his_year_list li:first-child {
  border-top: 0;
}
.his_year_list li:after {
  content: '';
  display: block;
  clear: both;
}

/* 연도 헤딩 */
.his_year_list h4 {
  float: left;
  font-family: sans-serif;
  width: 14%;
  font-size: 30px;
  display: inline-block;
  margin: 0;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  color: #203c92;
  line-height: normal !important;
}

/* 연도별 내용 래퍼 */
.his_year_list li.tabmenu_ul {
  position: relative;
  float: left;
  width: 88%;
  padding: 10px 0 15px 0;
  margin-top: -3px;
}
.his_year_list .year_wrap {
  float: left;
  width: 85%;
  position: relative;
  margin-bottom: 55px;
}
.his_year_list .year_wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 7px;
  height: 100%;
  background: #efefef;
}

/* 항목(월/텍스트) */
.his_year_list .year_wrap dl dt.month {
  font-family: sans-serif;
  color: #203c92;
  display: inline-block;
  vertical-align: top;
  width: 12%;
  font-weight: bold;
  float: left;
  font-size: 20px;
  line-height: 34px;
}
.his_year_list .year_wrap dl dd.text {
  display: inline-block;
  width: 88%;
  vertical-align: top;
  float: left;
  font-size: 18px;
  line-height: 34px;
  text-align: left;
}

/* 구분선(03.php의 <hr>)은 테마 기본 스타일 사용 */

/* ======= 모바일 (<=690px) ======= */
@media screen and (max-width: 690px) {
  .history_title {
    width: 100%;
  }
  .history_title .year {
    font-size: 37px;
    line-height: 43px;
  }
  .history_title .year2 {
    margin: 0;
    text-align: left;
  }
  .history_wrap {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .his_year_list h4 {
    width: 100%;
    font-size: 24px;
    padding-bottom: 8px;
  }
  .his_year_list .year_wrap {
    width: 100%;
  }
  .his_year_list .year_wrap dl dt.month {
    width: 100%;
  }
  .his_year_list .year_wrap dl dd.text {
    width: 100%;
  }
}

/* ======= 태블릿 (691px ~ 899px) ======= */
@media screen and (min-width: 691px) and (max-width: 899px) {
  .history_title {
    width: 100%;
  }
  .history_title .year {
    font-size: 37px;
    line-height: 43px;
  }
  .history_title .year2 {
    margin: 0;
    text-align: left;
  }
  .history_wrap {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .his_year_list h4 {
    width: 100%;
    font-size: 24px;
    padding-bottom: 8px;
  }
  .his_year_list .year_wrap {
    width: 100%;
  }
}
