@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  letter-spacing: -0.8px;
  word-wrap: break-word;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: '06HanwhaGothicL', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

@font-face {
  font-family: '01HanwhaB';
  src: url("../fonts/01HanwhaB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '02HanwhaR';
  src: url("../fonts/02HanwhaR.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '03HanwhaL';
  src: url("../fonts/03HanwhaL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '07HanwhaGothicEL';
  src: url("../fonts/07HanwhaGothicEL.woff") format("woff");
}

@font-face {
  font-family: '06HanwhaGothicL';
  src: url("../fonts/06HanwhaGothicL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '05HanwhaGothicR';
  src: url("../fonts/05HanwhaGothicR.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '04HanwhaGothicB';
  src: url("../fonts/04HanwhaGothicB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MalgunGothic';
  src: url(../fonts/MalgunGothic.eot) format("woff");
}

.font_malgun {
  font-family: 'MalgunGothic', sans-serif;
}

.font_malgun_r {
  font-family: 'MalgunGothic', sans-serif;
  font-weight: 700;
}

.font_hanwha_b {
  font-family: '01HanwhaB', sans-serif;
}

.font_hanwha_r {
  font-family: '02HanwhaR', sans-serif;
}

.font_hanwha_l {
  font-family: '03HanwhaL', sans-serif;
}

.font_el {
  font-family: '07HanwhaGothicEL', sans-serif;
}

.font_l {
  font-family: '06HanwhaGothicL', sans-serif;
}

.font_r {
  font-family: '05HanwhaGothicR', sans-serif;
}

.font_b {
  font-family: '04HanwhaGothicB', sans-serif;
}

.font_main {
  color: #ED7100;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: '05HanwhaGothicR', sans-serif;
  font-weight: 500;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
}

p, a, h1, h2, h3, h4, h5, h6, span, ul, li, tr, td, input, textarea {
  transform: skew(-0.04deg);
  -webkit-transform: skew(-0.04deg);
}

span {
  font-size: inherit;
}

input {
  border: none;
  outline: none;
}

input::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}

input:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

input::-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

input::placeholder {
  font-size: 16px;
  color: #999;
}

img, video {
  max-width: 100%;
}

i {
  font-style: normal;
}

.cursor_pointer {
  cursor: pointer;
}

.letter_none {
  letter-spacing: 0;
}

.center_wrap {
  width: 100%;
  max-width: 1920px;
  padding: 0 20px;
  margin: 0 auto;
}

.wrap {
  margin: 50px 0 120px;
}

section article {
  margin-top: 80px;
}

.video_blank_box {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: relative;
}

.video_blank_box video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vh_bg_wrap {
  background-size: cover;
  min-height: 610px;
  position: relative;
  height: -webkit-fill-available;
}

@supports (-webkit-touch-callout: none) {
  .vh_bg_wrap {
    height: -webkit-fill-available;
  }
}

.vh_bg_wrap .center_wrap .top_sub_sitemap_box {
  display: none;
  position: absolute;
  z-index: 9;
  top: 60px;
  left: 160px;
}

.vh_bg_wrap .center_wrap .top_sub_sitemap_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vh_bg_wrap .center_wrap .top_sub_sitemap_box ul li {
  color: #fff;
  font-size: 16px;
}

.vh_bg_wrap .center_wrap .top_sub_sitemap_box ul li a {
  color: #fff;
}

.vh_bg_wrap .center_wrap .top_sub_sitemap_box ul li img {
  margin: 0 8px;
}

.vh_bg_wrap .center_wrap .top_sub_sitemap_box ul li .sub_sitemap li {
  display: none;
  font-size: 14px;
}

.vh_bg_wrap .center_wrap .top_sub_sitemap_box ul li .sub_sitemap li.active {
  display: block;
}

.vh_bg_wrap .center_wrap .text_box {
  position: absolute;
  z-index: 9;
  top: 40%;
  left: 40px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  max-width: calc(100% - 80px);
}

.vh_bg_wrap .center_wrap .text_box li {
  color: #fff;
}

.vh_bg_wrap .center_wrap .text_box .menu_text_box {
  margin-bottom: 24px;
}

.vh_bg_wrap .center_wrap .text_box .menu_text_box .circle_box {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F37321;
  display: block;
  margin-bottom: 8px;
}

.vh_bg_wrap .center_wrap .text_box .menu_text_box .menu_text {
  color: #F37321;
  font-size: 16px;
}

.vh_bg_wrap .center_wrap .text_box .main_text {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.vh_bg_wrap .center_wrap .text_box .pc_text {
  display: none;
}

.vh_bg_wrap .center_wrap .text_box .main_sub_text {
  font-size: 18px;
  margin-bottom: 12px;
}

.vh_bg_wrap .center_wrap .text_box .sub_text p {
  margin-bottom: 12px;
}

.vh_bg_wrap .center_wrap .text_box .sub_text p:last-child {
  margin: 0;
}

.vh_bg_wrap .center_wrap .text_box .sub_text.group_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.vh_bg_wrap .center_wrap .text_box .sub_text.group_text .group_name::after {
  content: '·';
  margin: 0 4px;
}

.vh_bg_wrap .center_wrap .text_box .sub_text.group_text .group_name:last-child::after {
  content: '';
}

.vh_bg_wrap .center_wrap .text_box.group_box {
  max-width: 100%;
}

.vh_bg_wrap .center_wrap .icon_scroll_box {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  -webkit-animation: scroll_bottom 1.2s infinite;
          animation: scroll_bottom 1.2s infinite;
}

.vh_bg_wrap .center_wrap .icon_scroll_box img {
  width: 20px;
}

@-webkit-keyframes scroll_bottom {
  25% {
    bottom: 28px;
  }
  100% {
    bottom: 32px;
  }
}

@keyframes scroll_bottom {
  25% {
    bottom: 28px;
  }
  100% {
    bottom: 32px;
  }
}

.vh_bg_wrap .center_wrap .bottom_nav_box {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}

.vh_bg_wrap .center_wrap .bottom_nav_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vh_bg_wrap .center_wrap .bottom_nav_box ul .dot_box {
  position: relative;
}

.vh_bg_wrap .center_wrap .bottom_nav_box ul .dot_box span {
  display: block;
  color: #fff;
}

.vh_bg_wrap .center_wrap .bottom_nav_box ul .dot_box .dot {
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 50%;
}

.vh_bg_wrap .center_wrap .bottom_nav_box ul .dot_box .text {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 220px;
}

.vh_bg_wrap .center_wrap .bottom_nav_box ul .dot_box.on span {
  color: #F37321;
}

.vh_bg_wrap .center_wrap .bottom_nav_box ul .dot_box.on .dot {
  background-color: #F37321;
}

.vh_bg_wrap .center_wrap .bottom_nav_box ul .line_box {
  width: 240px;
  height: 1px;
  background-color: #999;
}

.vh_bg_wrap::after {
  content: '';
  width: 100%;
  height: inherit;
  min-height: 610px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.page_btn_box {
  width: 100%;
}

.page_btn_box a {
  width: 26px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}

.page_btn_box a img {
  width: 10px;
  height: 20px;
}

.page_btn_box .left_btn {
  left: 0;
}

.page_btn_box .left_btn img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.page_btn_box .right_btn {
  right: 0;
}

.tab_box .center_wrap .tab_menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.tab_box .center_wrap .tab_menu_box li, .tab_box .center_wrap .tab_menu_box .tab {
  width: 50%;
  border: 1px solid #ddd;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  font-size: 16px;
}

.tab_box .center_wrap .tab_menu_box .tab {
  cursor: pointer;
}

.tab_box .center_wrap .tab_menu_box .tab:nth-child(2n) {
  border-left: 0;
}

.tab_box .center_wrap .tab_menu_box .tab.active {
  border: 2px solid #F37321;
  color: #F37321;
}

.tab_box .center_wrap .tab_area_box .tab_con {
  display: none;
}

.tab_box .center_wrap .tab_area_box .tab_con.active {
  display: block;
}

@media all and (min-width: 768px) {
  .wrap {
    margin: 60px 0 160px;
  }
  .center_wrap {
    padding: 0 40px;
  }
  .vh_bg_wrap {
    height: calc(100vh - 60px);
    min-height: 640px;
  }
  .vh_bg_wrap .center_wrap .text_box {
    top: 46%;
    left: 100px;
    -webkit-transform: translateY(-46%);
            transform: translateY(-46%);
    max-width: calc(100% - 200px);
  }
  .vh_bg_wrap .center_wrap .text_box .menu_text_box {
    margin-bottom: 40px;
  }
  .vh_bg_wrap .center_wrap .text_box .menu_text_box .menu_text {
    font-size: 18px;
  }
  .vh_bg_wrap .center_wrap .text_box .main_text {
    font-size: 32px;
  }
  .vh_bg_wrap .center_wrap .text_box .pc_text {
    display: block;
  }
  .vh_bg_wrap .center_wrap .text_box .mo_text {
    display: none;
  }
  .vh_bg_wrap .center_wrap .text_box .main_sub_text {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .vh_bg_wrap .center_wrap .text_box .sub_text p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .vh_bg_wrap .center_wrap .text_box .sub_text.group_text .group_name {
    font-size: 18px;
  }
  .vh_bg_wrap .center_wrap .icon_scroll_box {
    bottom: 48px;
  }
  .vh_bg_wrap .center_wrap .icon_scroll_box img {
    width: 26px;
  }
  @-webkit-keyframes scroll_bottom {
    25% {
      bottom: 44px;
    }
    100% {
      bottom: 48px;
    }
  }
  @keyframes scroll_bottom {
    25% {
      bottom: 44px;
    }
    100% {
      bottom: 48px;
    }
  }
  .vh_bg_wrap::after {
    min-height: 640px;
  }
  .page_btn_box a {
    width: auto;
    background-color: transparent;
  }
  .page_btn_box a img {
    width: 32px;
    height: 48px;
    opacity: 0.45;
  }
  .page_btn_box .left_btn {
    left: 24px;
  }
  .page_btn_box .right_btn {
    right: 24px;
  }
}

@media all and (min-width: 1200px) {
  .center_wrap {
    padding: 0 60px;
  }
  .vh_bg_wrap {
    background-size: cover;
    min-height: 840px;
  }
  .vh_bg_wrap .center_wrap {
    padding: 0 120px;
  }
  .vh_bg_wrap .center_wrap .top_sub_sitemap_box {
    display: block;
  }
  .vh_bg_wrap .center_wrap .text_box {
    width: calc(100% - 240px);
    left: 160px;
    max-width: calc(100% - 320px);
  }
  .vh_bg_wrap .center_wrap .text_box .menu_text_box {
    margin-bottom: 48px;
  }
  .vh_bg_wrap .center_wrap .text_box .menu_text_box .circle_box {
    width: 16px;
    height: 16px;
  }
  .vh_bg_wrap .center_wrap .text_box .menu_text_box .menu_text {
    font-size: 20px;
  }
  .vh_bg_wrap .center_wrap .text_box .main_text {
    font-size: 44px;
    margin-bottom: 24px;
  }
  .vh_bg_wrap .center_wrap .text_box .main_sub_text {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .vh_bg_wrap .center_wrap .text_box .sub_text p {
    font-size: 20px;
  }
  .vh_bg_wrap .center_wrap .text_box .sub_text.group_text .group_name {
    font-size: 20px;
  }
  .vh_bg_wrap .center_wrap .icon_scroll_box {
    bottom: 120px;
  }
  @-webkit-keyframes scroll_bottom {
    25% {
      bottom: 116px;
    }
    100% {
      bottom: 120px;
    }
  }
  @keyframes scroll_bottom {
    25% {
      bottom: 116px;
    }
    100% {
      bottom: 120px;
    }
  }
  .vh_bg_wrap .center_wrap .bottom_nav_box {
    display: block;
  }
  .vh_bg_wrap::after {
    min-height: 840px;
  }
  .page_btn_box a img {
    width: 40px;
    height: 77px;
  }
  .page_btn_box .left_btn {
    left: 50px;
  }
  .page_btn_box .right_btn {
    right: 50px;
  }
}

@media all and (min-width: 1400px) {
  .wrap {
    margin: 60px 0 200px;
  }
  .center_wrap {
    padding: 0 80px;
  }
  .vh_bg_wrap {
    background-size: cover;
  }
  .vh_bg_wrap .center_wrap {
    padding: 0 240px;
  }
  .vh_bg_wrap .center_wrap .top_sub_sitemap_box {
    top: 60px;
    left: 240px;
  }
  .vh_bg_wrap .center_wrap .top_sub_sitemap_box ul li {
    font-size: 16px;
  }
  .vh_bg_wrap .center_wrap .top_sub_sitemap_box ul li a {
    font-size: 16px;
  }
  .vh_bg_wrap .center_wrap .top_sub_sitemap_box ul li .sub_sitemap li {
    font-size: 16px;
  }
  .vh_bg_wrap .center_wrap .text_box {
    left: 240px;
    width: calc(100% - 480px);
    max-width: 1000px;
  }
  .vh_bg_wrap .center_wrap .text_box .main_text {
    font-size: 50px;
  }
  .vh_bg_wrap .center_wrap .text_box .sub_text p {
    font-size: 22px;
  }
  .vh_bg_wrap .center_wrap .text_box .sub_text.group_text .group_name {
    font-size: 22px;
  }
  .page_btn_box .left_btn {
    left: 80px;
  }
  .page_btn_box .right_btn {
    right: 80px;
  }
}
