.js .animate-box {
  opacity: 0;
}
.jt_history_summary {
  font-size: 0;
}
.new_history_section {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  font-size: 15px;
}
.new_history_section:before {
  content: '';
  display: block;
  width: 2px;
  height: 120%;
  position: absolute;
  top: 0px;
  left: 48%;
  margin-left: -1px;
  background: #d5c7c7;
}
.new_history_section:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 30.5px;
  left: 48%;
  margin-left: -5px;
  background: #ff6d24;
  border-radius: 50%;
}
.year_summary_last {
  padding-bottom: 0;
}
.year_summary_last:before {
  height: 50%;
}
.new_history_wrap {
  display: inline-block;
  width: 45%;
  padding-top: 0;
  padding-right: 35px;
  padding-bottom: 0;
}
.new_history_wrap1 {
  display: inline-block;
  width: 45%;
  padding-top: 0;
  padding-right: 35px;
  padding-bottom: 0;
}
.new_history_wrap2 {
  display: inline-block;
  width: 45%;
}
.new_history_wrap_odd {
  float: left;
  clear: left;
}
.new_history_wrap_even {
  float: right;
  clear: right;
}
.new_history_wrap h3 { /*height:40px; line-height:40px; */
  font-family: 'NanumSquare', sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #fbbf74;
  line-height: 1;
}
.new_history_wrap_odd h3 {
  text-align: right;
}
.new_history_wrap_even h3 {
  text-align: left;
}

.history_year {
  padding-top: 0;
  padding-right: 31px;
  padding-bottom: 0;
}

/*.history_year {position:absolute; top:50%; margin-top:-20px;}
.new_history_wrap_odd .history_year {left:0;}
.new_history_wrap_even .history_year {right:0;}*/

.history_text {
  width: 99%;
  padding-top: 24px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 24px;
  background: #efefef;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.20);
}
.new_history_wrap_odd .history_text {
  float: right;
}
.history_text p {
  font-size: 15px;
  font-family: 'NanumSquare', sans-serif;
  padding-left: 17px;
  background: url(../page/img/icon-bullet.png) no-repeat 0px 8px;
  word-break: keep-all;
  line-height: 160%;
  color: #333;
	font-weight: 700;
}
@media (max-width: 767px) {
  .new_history_section {
    padding-bottom: 20px;
  }
  .new_history_section:before {
    display: none;
  }
  .new_history_section:after {
    display: none;
  }
  .new_history_wrap {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .new_history_wrap1 {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .new_history_wrap2 {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .new_history_wrap_odd {
    float: none;
    clear: both;
  }
  .new_history_wrap_even {
    float: none;
    clear: both;
  }
  .new_history_wrap h3 {
    padding-top: 0;
    padding-bottom: 2px;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    font-weight: 600;
  }
  .new_history_wrap1 h3 {
    padding-top: 0;
    padding-bottom: 2px;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    font-weight: 600;
  }
  .new_history_wrap2 h3 {
    padding-top: 0;
    padding-bottom: 2px;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    font-weight: 600;
  }
  .history_text {
    width: 100%;
    padding: 24px 20px 24px 25px;
    background: #efefef;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.20);
  }
  .history_year {
    padding: 0 31px;
  }
  .new_history_wrap_odd h3 {
    text-align: center;
  }
  .history_text {
    max-width: inherit;
  }
  .history_text p br {
    display: block;
    font-size: 18px;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    word-break: keep-all;
    line-height: 160%;
    color: #333;
  }
}
.fh5co-section-gray {
  background: rgba(0, 0, 0, 0.04);
}
.heading-section {
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #dd0b43;
}
.heading-section h3 {
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
.fh5co-grid {
  height: 302px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 480px) {
  .fh5co-grid {
    height: 400px;
  }
  .history_text p br {
    display: block;
    font-size: 18px;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    word-break: keep-all;
    line-height: 160%;
    color: #333;
  }
}
.fh5co-grid .image-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-grid .image-popup .prod-title {
  position: absolute;
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -25px;
}
.fh5co-grid .image-popup .prod-title h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.fh5co-grid .image-popup .prod-title span {
  color: #fff;
}
.fh5co-grid:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.fh5co-grid:hover .image-popup {
  opacity: 1;
}