.wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .milestones_bg_video {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box {
  top: 42%;
  width: 100%;
}

.wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .emblem_box {
  text-align: center;
  margin-bottom: 20px;
}

.wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .emblem_box img {
  width: 120px;
}

.wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .main_text p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 12px;
}

.wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .main_text p:last-child {
  margin: 0;
}

.wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap::after {
  background-color: rgba(0, 0, 0, 0.6);
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_menu_box .tab {
  height: 60px;
  text-align: center;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_menu_box .tab.active {
  font-family: '05HanwhaGothicR', sans-serif;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .title_box {
  margin-bottom: 20px;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .title_box h1 {
  font-size: 20px;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box {
  position: relative;
  line-height: 0;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box span {
  font-size: 12px;
  position: absolute;
  bottom: 4px;
  color: #fff;
  text-shadow: 0 0 6px black;
  line-height: 16px;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box .black_text {
  color: #000;
  text-shadow: 0 0 6px white;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box .pc_text {
  display: none;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box .left_sub_text {
  left: 8px;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box .right_sub_text {
  right: 8px;
  text-align: right;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .con_text {
  margin-top: 20px;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .con_text p {
  margin-bottom: 12px;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .con_text p:last-child {
  margin: 0;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box {
  margin-top: 40px;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul {
  border-left: 1px solid #ED7100;
  padding-left: 14px;
  margin-bottom: 32px;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul .year_text {
  font-size: 16px;
  position: relative;
  line-height: 0.8;
  margin-bottom: 8px;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul .year_text::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ED7100;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -22px;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul .year_con_text {
  margin-bottom: 20px;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul li:last-child {
  margin: 0;
}

.wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul:last-child {
  margin: 0;
}

@media all and (min-width: 768px) {
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap {
    height: calc(100vh - 60px);
  }
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .emblem_box {
    margin-bottom: 24px;
  }
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .emblem_box img {
    width: 140px;
  }
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .main_text p {
    font-size: 24px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .title_box {
    margin-bottom: 20px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .title_box h1 {
    font-size: 24px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box span {
    font-size: 14px;
    bottom: 6px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box .pc_text {
    display: block;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box .mo_text {
    display: none;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box .left_sub_text {
    left: 12px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box .right_sub_text {
    right: 12px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .con_text {
    margin-top: 24px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .con_text p {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul {
    padding-left: 22px;
    margin: 0 20px 0 0;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul .year_text {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul .year_text::before {
    left: -29px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul .year_con_text {
    margin-bottom: 32px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul .year_con_text p {
    font-size: 18px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul:last-child {
    margin: 0;
  }
}

@media all and (min-width: 960px) {
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap {
    height: calc(100vh - 60px);
  }
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .emblem_box {
    margin-bottom: 24px;
  }
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .emblem_box img {
    width: 140px;
  }
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .main_text p {
    font-size: 24px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_menu_box .tab {
    width: calc(100%/6);
    height: 80px;
  }
}

@media all and (min-width: 1200px) {
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .emblem_box {
    margin-bottom: 32px;
  }
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .emblem_box img {
    width: 160px;
  }
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .main_text p {
    font-size: 28px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_menu_box .tab {
    font-size: 18px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .title_box {
    min-width: 420px;
    max-width: 420px;
    padding-right: 40px;
    margin: 0;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .title_box h1 {
    font-size: 32px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box span {
    font-size: 15px;
    bottom: 8px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box .left_sub_text {
    left: 16px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .img_box .right_sub_text {
    right: 16px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .con_text {
    margin-top: 32px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .con_text p {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box {
    margin-top: 60px;
  }
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .history_box ul .year_text {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media all and (min-width: 1400px) {
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box {
    max-width: calc(100% - 480px);
  }
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .emblem_box img {
    width: 190px;
  }
  .wrap.hanwha_overview_wrap .vh_bg_wrap.milestones_wrap .center_wrap .text_box .main_text p {
    font-size: 32px;
  }
}

@media all and (min-width: 1800px) {
  .wrap.hanwha_overview_wrap .contents_wrap .tab_box.milestones_tab_box .center_wrap .tab_area_box .tab_con .flex_box .title_box {
    min-width: 490px;
    max-width: 490px;
    padding-right: 80px;
  }
}
