@font-face {
  font-family: Noto sans KR;
  src: url('../fonts/NotoSansKR-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto sans KR;
  src: url('../fonts/NotoSansKR-200.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto sans KR;
  src: url('../fonts/NotoSansKR-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto sans KR;
  src: url('../fonts/NotoSansKR-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto sans KR;
  src: url('../fonts/NotoSansKR-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  border-bottom: 1px solid #000;
  font-family: Noto Sans KR, Arial, sans-serif;
}

.menu_left {
  z-index: 5;
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  max-width: none;
  margin-left: 20px;
  margin-right: auto;
  padding: 0 20px 0 0;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-right: 32px;
  font-size: 16px;
  display: flex;
}

.navbar-brand {
  -webkit-text-fill-color: inherit;
  background-color: #bbd75f;
  background-clip: content-box;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.link_title {
  color: #333;
  text-align: center;
  letter-spacing: .25px;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-color: #0000;
  background-clip: border-box;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 12px;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.6vw;
  text-decoration: none;
  display: block;
}

.link_title:hover {
  color: #1a1b1fbf;
}

.link_title:focus-visible, .link_title[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  -webkit-text-fill-color: transparent;
  background-color: #bbd75f;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block {
  aspect-ratio: auto;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #faddd3;
  background-clip: border-box;
  width: 1140px;
  min-width: 0%;
  max-width: 2416em;
  height: 196px;
  min-height: 0%;
  font-family: Noto Sans KR, Arial, sans-serif;
  line-height: 20px;
  display: flex;
  position: static;
  overflow: auto;
}

.image-2 {
  width: 100%;
  max-width: none;
  height: auto;
}

.container_history {
  z-index: auto;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  aspect-ratio: 2420 / 1668;
  transform-style: preserve-3d;
  background-color: #8d6565;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block {
  z-index: auto;
  float: left;
  clear: none;
  aspect-ratio: auto;
  overflow-wrap: anywhere;
  mix-blend-mode: normal;
  object-fit: contain;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 40%;
  min-width: auto;
  max-width: 1140%;
  max-height: none;
  font-family: Noto Sans KR, Arial, sans-serif;
  display: block;
  position: relative;
  inset: auto auto auto 75px;
  overflow: visible;
}

.text-block-2 {
  box-sizing: content-box;
  text-align: left;
  mix-blend-mode: normal;
  flex: 0 auto;
  align-self: center;
  max-width: 70.9989%;
  margin-top: 0;
  margin-left: 22px;
  margin-right: 24px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.text-block-3 {
  color: #b60a00;
  word-break: normal;
  mix-blend-mode: normal;
  flex: none;
  order: 0;
  align-self: center;
  width: auto;
  min-width: 0;
  height: auto;
  margin-left: 14px;
  font-size: 38px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-4 {
  color: #b60a00;
  flex: none;
  align-self: center;
  margin-left: 12px;
  font-weight: 700;
}

.text-block-5 {
  margin-left: 257px;
  margin-right: 200px;
}

.text-block-6 {
  color: #b60a00;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 28px;
  font-weight: 200;
  position: static;
  left: 0;
}

.svg_icon {
  vertical-align: baseline;
  flex: 1;
  align-self: center;
  width: 10.3vw;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  font-size: 16vw;
  line-height: 16px;
  position: static;
  left: 50px;
  overflow: clip;
}

.image-4 {
  mix-blend-mode: normal;
  border-radius: 14px;
}

.image-5 {
  margin-left: 0;
}

.container-2 {
  aspect-ratio: 2420 / 418;
  background-color: #faddd3;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
}

.paragraph {
  color: #b60a00;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 44px;
  font-weight: 200;
}

.title_kr_wh {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #fff;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 7.8vw;
  margin-left: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 2.82vw;
  font-weight: 100;
  line-height: 3vw;
  display: block;
  position: relative;
  overflow: visible;
}

.title_en {
  color: #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 2.2vw;
  font-weight: 200;
  line-height: 2.2vw;
  display: block;
  position: static;
}

.explain_wh {
  z-index: 4;
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 36.3vw;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 2420 / 1668;
  background-color: #d9edf500;
  border: 1px solid #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 2420px;
  font-size: 1.3vw;
  line-height: 2vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-6, .image-7 {
  width: 100%;
  max-width: none;
}

.page_bg {
  aspect-ratio: 2420 / 1668;
  background-color: #faddd3;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: block;
}

.page_bg.page_white {
  border-style: none;
  margin-top: 0;
  display: flex;
}

.paragraph_01 {
  color: #b60a00;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 30px;
  position: absolute;
  top: 131px;
  left: 224px;
}

.text-block-7 {
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  position: absolute;
  top: 200px;
  left: 200px;
  right: 660px;
}

.div-block-3 {
  aspect-ratio: 2048 / 1020;
}

.code-embed {
  z-index: 10;
  aspect-ratio: 2048 / 1022;
  position: relative;
}

.page_white {
  aspect-ratio: 2420 / 1668;
  background-color: #faddd300;
  border: 1px solid #000;
  margin-top: 13px;
}

.image-8 {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  display: block;
  position: static;
}

.code-embed-2 {
  z-index: 10;
  clear: none;
  aspect-ratio: 2048 / 1022;
  flex: none;
  align-self: auto;
  position: relative;
}

.code-embed-3 {
  aspect-ratio: 2048 / 1022;
  width: 100%;
}

.body {
  background-color: #fff;
  font-family: Noto sans KR, Arial, sans-serif;
}

.dropdown-list {
  inset: 0% 0% 0% auto;
}

.dropdown-list.w--open {
  opacity: .73;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  margin-top: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  top: auto;
  bottom: auto;
  right: 4%;
}

.dropdown-link {
  text-align: right;
  padding: 5px 15px 8px;
  font-size: 1.2vw;
  line-height: 1.6vw;
}

.dropdown-link-2 {
  text-align: right;
}

.link_icon {
  cursor: pointer;
  flex: 0 auto;
  align-self: center;
  margin-top: .1vw;
  margin-left: 0;
}

.drop_menu {
  flex: 0 auto;
}

.link_step {
  color: #b60a00;
  letter-spacing: .25px;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-color: #0000;
  background-clip: border-box;
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 10px 5px 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.6vw;
  text-decoration: none;
  display: inline;
}

.link_step:hover {
  color: #1a1b1fbf;
}

.link_step:focus-visible, .link_step[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.link {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list_menu {
  flex: 0 auto;
  display: block;
}

.text-block-8 {
  text-align: center;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.6px;
}

.dropdown-toggle {
  padding: 10px 22px 10px 12px;
  display: block;
}

.icon-2 {
  margin-right: 5px;
}

.svg_level {
  vertical-align: baseline;
  flex: 1;
  align-self: center;
  width: 8vw;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  font-size: 15vw;
  line-height: 15px;
  position: static;
  left: 50px;
  overflow: clip;
}

.link_level2 {
  cursor: default;
  flex: 0 auto;
  align-self: center;
  margin-top: .1vw;
  margin-left: .5vw;
  text-decoration: none;
}

.link_level2.w--current {
  margin-left: .5vw;
}

.list-item-2 {
  flex: none;
  align-self: auto;
  width: 9.66806%;
  list-style-type: none;
}

.menu_right {
  z-index: 5;
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
  display: flex;
}

.menu {
  z-index: 5;
  background-color: #0000;
  justify-content: flex-end;
  align-items: stretch;
  width: 65%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
  display: flex;
  position: static;
}

.menu_left-copy {
  z-index: 5;
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
}

.category {
  color: #b60a00;
  flex: none;
  align-self: center;
  width: auto;
  margin-top: -3px;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2px;
  text-decoration: none;
  list-style-type: none;
}

.dropdown {
  display: block;
}

.spacer {
  aspect-ratio: 2420 / 52;
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  font-family: Noto Sans KR, Arial, sans-serif;
  display: block;
  position: static;
}

.container-3 {
  aspect-ratio: 2420 / 52;
  width: 100%;
  max-width: none;
}

.image-9 {
  aspect-ratio: auto;
  width: 100%;
  max-width: none;
  display: block;
}

.div-block-4 {
  background-color: #fff0;
  border-radius: 13%;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.div-block-5 {
  z-index: 2;
  opacity: .96;
  background-color: #ffffffdb;
  border-radius: 2%;
  max-width: 42vw;
  margin: 5vw auto auto 0;
  display: block;
  position: absolute;
}

.btn-homeinsurance {
  text-underline-position: under;
  text-decoration: underline;
}

.btn-ironbridge {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  text-decoration: underline;
}

.pop_iiron {
  background-color: #ffffffeb;
  border-radius: 3%;
  flex-flow: column;
  width: 39vw;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5vw 1.5vw 1vw;
  display: none;
  position: absolute;
}

.explain_popup {
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: .8vw;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
}

.image_iron {
  width: 100%;
  max-width: none;
  margin-right: 0;
  padding-right: 0;
}

.pop_home {
  background-color: #ffffffed;
  border-radius: 3%;
  flex-flow: column;
  width: 30vw;
  margin-top: -53px;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5vw 1.5vw 1vw;
  display: none;
  position: absolute;
}

.image_home {
  width: 100%;
  max-width: none;
  margin-right: 0;
  padding-right: 0;
}

.btn_close_2, .btn_close_1 {
  width: 3.8vw;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 2vw 2vw auto auto;
}

.container_title {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  aspect-ratio: 2420 / 1250;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.container_title_txt {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  aspect-ratio: 2420 / 418;
  background-color: #faddd3;
  align-items: center;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: 0;
  padding-left: 5vw;
  display: flex;
}

.image_title {
  aspect-ratio: auto;
  object-fit: fill;
  flex: none;
  max-width: none;
  display: block;
  position: static;
  overflow: visible;
}

.explain_black {
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 51vw;
  margin-left: 3vw;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
}

.title_kr_black {
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 7.8vw;
  margin-left: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 3.8vw;
  font-weight: 300;
  display: block;
  position: static;
  overflow: visible;
}

.title_kr_05st {
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #b60a00;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  font-size: 3.8vw;
  font-weight: 300;
  line-height: 3.8vw;
  display: block;
  position: static;
  overflow: visible;
}

.div_imgae_title {
  aspect-ratio: auto;
  object-fit: fill;
  flex: none;
  max-width: none;
  display: block;
  position: static;
  overflow: visible;
}

.image-10 {
  width: 100%;
  max-width: none;
  display: block;
  overflow: visible;
}

.container_menu {
  z-index: 999;
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3vw 0;
  font-family: Noto sans KR, Arial, sans-serif;
  display: flex;
  position: relative;
  top: 0;
}

.navbar-wrapper-copy {
  justify-content: space-between;
  align-items: center;
  margin-right: 32px;
  font-size: 16px;
  display: flex;
}

.menu_left_bar {
  z-index: 5;
  aspect-ratio: auto;
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-bottom: -.2vw;
  margin-left: 0;
  margin-right: auto;
  padding: 0 0 0 0;
  display: flex;
  position: static;
  top: 0;
}

.menu_right_bar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -.2vw;
  margin-right: 0;
  font-size: 16px;
  display: flex;
}

.nav-link {
  color: #bf3c3c;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: .3vw .5vw .3vw 1vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.6vw;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: .3vw 2.2vw .3vw .5vw;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-top: .4vw;
  margin-bottom: 0;
  margin-right: .2vw;
  font-size: 1.2vw;
  line-height: 1.6vw;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  background-color: #ffffffed;
  border-radius: 1vw;
  padding-top: .5vw;
  padding-bottom: .7vw;
  right: 4%;
}

.nav-dropdown-link-2 {
  text-align: right;
  padding: 5px 1.2vw;
  font-size: 1.2vw;
  line-height: 1.6vw;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-block-9 {
  margin-right: -.8vw;
  padding-left: .5vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.6vw;
}

.list-item-3, .list-item_drop {
  flex: 0 auto;
  list-style-type: none;
}

.container_classification {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  aspect-ratio: 2420 / 1668;
  background-color: #1e2452;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding-left: 12vw;
  display: flex;
}

.container-5 {
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/DSC05080.jpg'), url('../images/DSC05080.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  background-clip: border-box;
  max-width: none;
  position: relative;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 2520 / 1668;
  object-fit: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100vw;
  height: 100vh;
  font-family: Noto Sans KR, Arial, sans-serif;
  display: grid;
  position: relative;
  overflow: hidden;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0%;
  font-family: Noto Sans KR, Arial, sans-serif;
  display: grid;
  position: relative;
  overflow: hidden;
  transform: rotate(0);
}

.div-block-6 {
  z-index: 1;
  object-fit: none;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.img_bg {
  aspect-ratio: 2420 / 1668;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: block;
  position: absolute;
  overflow: hidden;
}

.section-2 {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 2520px;
  font-family: Noto Sans KR, Arial, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-11 {
  z-index: 0;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.div-block-8 {
  z-index: 3;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 0%;
  display: flex;
  position: absolute;
}

.txt_wrap_12feature {
  z-index: auto;
  grid-column-gap: 1dvw;
  grid-row-gap: 1dvw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 62dvw;
  height: auto;
  margin-top: 3dvw;
  margin-left: 8dvw;
  display: flex;
  position: relative;
}

.text-block-10 {
  font-size: 1.3vw;
  font-weight: 100;
  line-height: 2vw;
}

.image-12 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.page_title {
  aspect-ratio: 2420 / 1668;
  background-color: #fff;
}

.title2nd_kr_bk {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1vw;
  margin-left: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 2.4vw;
  font-weight: 100;
  line-height: 2.4vw;
  display: block;
  position: static;
  overflow: visible;
}

.explain_bk {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 51vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

.title1st_kr_bk {
  color: #000;
  margin-top: 0;
  margin-left: -3vw;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 2vw;
}

.table_wh {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7vw;
  display: grid;
}

.t-xt_table_wh_title {
  text-align: center;
  background-color: #ffffff1c;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.3vw;
  line-height: 2vw;
}

.txt_table_wh {
  border-bottom: 1px solid #fff;
  margin-top: .7vw;
  padding-bottom: .5vw;
  padding-left: 1vw;
  padding-right: .5vw;
  line-height: 23px;
}

.cell_title_left {
  overflow-wrap: normal;
  border-top: .1vw solid #fff;
  border-bottom: .1vw solid #fff;
  border-right: .1vw solid #fff;
}

.cell_explain_left {
  border: .1vw solid #fff;
  border-top: .1vw #000;
  border-left: .1vw #000;
}

.t-xt_table_title {
  text-align: center;
  background-color: #ffffff1c;
  border-top: 1px #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.3dvw;
  line-height: 2dvw;
}

.txt_table_explain {
  border-top: 1px #000;
  border-bottom: 1px #fff;
  margin-top: .5dvw;
  padding-bottom: .4dvw;
  padding-left: 1dvw;
  padding-right: .5dvw;
  font-size: 1.25dvw;
  line-height: 2dvw;
}

.table_wh_mobile {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7vw;
  display: grid;
}

.table_bk_mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table_wh_mobile-copy, .table_wh-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7vw;
  display: grid;
}

.section-2-copy {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #2b2b45;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 2520px;
  font-family: Noto Sans KR, Arial, sans-serif;
  display: grid;
  position: relative;
  overflow: hidden;
}

.cell_title_right {
  border-top: .1vw solid #fff;
  border-bottom: .1vw solid #fff;
  border-right: 1px #fff;
}

.cell_explain_right {
  border: .1vw #000;
  border-bottom: .1vw solid #fff;
}

.explain_bk_large {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  max-width: 48vw;
  margin-top: .5vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 3vw;
  font-weight: 200;
  line-height: 3vw;
  display: flex;
  position: relative;
}

._2-text-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: baseline;
  margin-top: 0;
  margin-left: 10vw;
  display: flex;
}

.explain_grey {
  z-index: 4;
  color: #817f7f;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.div-block-14 {
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  display: flex;
}

.txt_wrap_sm355a {
  z-index: 3;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 8vw;
  display: flex;
  position: relative;
}

.explain_bk_narrow {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 1vw;
  margin-left: 13.5vw;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.explain_bk_narrow2 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 0;
  margin-left: 13.5vw;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 200;
  line-height: 2vw;
  position: relative;
}

.explain_bk_narrow3 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 0;
  margin-left: 9.5vw;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2vw;
  position: relative;
}

.explain_bk_narrow2-2 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 0;
  margin-left: 4.4vw;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 200;
  line-height: 1.8vw;
  position: relative;
}

.explain_bk-1 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: .5vw;
  margin-left: 9.5vw;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.explain_bk_narrow-1 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 1vw;
  margin-left: 4.4vw;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.arrow_tablet {
  width: 18vw;
  margin-top: 22vw;
  margin-left: 6vw;
  position: absolute;
}

.btn_show_31mill_shop_all {
  z-index: 999;
  mix-blend-mode: normal;
  background-color: #ea8613ba;
  border: .2vw solid #ea8613;
  border-radius: .7vw;
  padding: .2vw 1.1vw .4vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4vw;
  position: relative;
}

.btn_show_31mill_shop_all:hover {
  background-color: #b60a00;
}

.btn_show_31mill_shop_all:active {
  background-color: #ea8613;
}

._2-text-1 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: baseline;
  margin-top: 0;
  margin-left: 8vw;
  display: flex;
}

._2-text-3 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: baseline;
  width: 30%;
  margin-top: 1vw;
  margin-left: 8vw;
  display: flex;
}

.image_bot {
  object-fit: cover;
  max-width: none;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.contents_12features {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 6dvw;
  margin-left: 2dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.txt_wrap_21classification {
  z-index: 3;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 3vw;
  margin-left: 8vw;
  display: flex;
  position: relative;
}

.explain_bk_narrow_sm490 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 1vw;
  margin-left: 13.5vw;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.explain_bk_narrow2_sm490 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 0;
  margin-left: 13.5vw;
  margin-right: 0;
  font-size: 1.3vw;
  font-weight: 200;
  line-height: 2vw;
  position: relative;
}

.explain_bk-1_sm490 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: .5vw;
  margin-left: 9.5vw;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.explain_bk_narrow3_sm490 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 0;
  margin-left: 9.5vw;
  margin-right: 0;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2vw;
  position: relative;
}

.explain_bk_narrow-1_sm490 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 1vw;
  margin-left: 4.4vw;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.explain_bk_narrow2-2_sm490 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 0;
  margin-left: 4.4vw;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 200;
  line-height: 1.8vw;
  position: relative;
}

.arrow_desktop_21 {
  width: 18vw;
  margin-top: 17.8vw;
  margin-left: 6vw;
  position: absolute;
}

.image-13 {
  z-index: 1;
  width: 100%;
  max-width: none;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.txt_wrap_22classification_shape {
  z-index: 20;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin-top: 6vw;
  margin-left: 10vw;
  display: flex;
  position: relative;
}

.title2nd_kr_bk_small {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1vw;
  margin-left: 0;
  font-size: 2.2vw;
  font-weight: 200;
  line-height: 2.2vw;
  display: block;
  position: static;
  overflow: visible;
}

.title2nd_kr_bk_thick {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #b60a00;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1vw;
  margin-left: 0;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 2vw;
  display: block;
  position: static;
  overflow: visible;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area-2"
                       "Area";
}

.grid_shape {
  grid-column-gap: 1vw;
  grid-row-gap: .5vw;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area-2"
                       "Area";
  margin: .5vw 0 3vw 6vw;
}

.explain_bk-copy {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 51vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

.table_center {
  z-index: 4;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 51vw;
  margin-top: 0;
  margin-left: -1vw;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

.title2nd_kr_bk_thick2 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #b60a00;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 5vw;
  margin-left: 10vw;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 2vw;
  display: block;
  position: static;
  overflow: visible;
}

.grid_shape2 {
  grid-column-gap: 1vw;
  grid-row-gap: 0vw;
  grid-template: "Area-2"
                 "Area"
                 / 1fr 1fr;
  grid-auto-flow: row dense;
  justify-items: stretch;
  margin: -2vw 22vw 2vw 2vw;
  display: grid;
}

.image-14 {
  width: 80%;
  max-width: none;
  margin-top: 1vw;
  margin-left: -18vw;
}

._2-text-2-1 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: baseline;
  margin-top: 3vw;
  margin-left: 10vw;
  display: flex;
}

.image-15 {
  margin-left: -1vw;
}

.image-16 {
  margin-left: -4vw;
}

.table_center3 {
  z-index: 4;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 51vw;
  margin-top: 0;
  margin-left: -12vw;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

.table_center2 {
  z-index: 4;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 51vw;
  margin-top: 0;
  margin-left: -4vw;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

._2-text-2-2 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: baseline;
  margin-top: 1vw;
  margin-left: 0;
  display: flex;
}

._2-text-2-2-1 {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: baseline;
  width: 30vw;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 47dvw;
  left: 60dvw;
}

.explain_grey-copy {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 2vw;
  position: relative;
}

.explain_bk_whitebox {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 51vw;
  margin-top: .5vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

.image-18 {
  background-color: #fff;
}

.image-19 {
  background-color: #fff;
  margin-bottom: .2vw;
}

.title1_mill {
  color: #000;
  margin-top: 1dvw;
  margin-left: -3dvw;
  font-size: 1.4dvw;
  font-weight: 600;
  line-height: 2dvw;
}

.title2_mill {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #b60a00;
  object-fit: fill;
  background-color: #ffffffeb;
  border-radius: 0 0 1.5vw;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 24vw;
  max-width: none;
  margin-top: 5vw;
  margin-left: -8vw;
  padding-bottom: .2vw;
  padding-left: 8vw;
  padding-right: 2vw;
  font-size: 2.2dvw;
  font-weight: 200;
  line-height: 3dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.explain_mill {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 40dvw;
  margin-top: 1dvw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3dvw;
  line-height: 2dvw;
  position: static;
}

.table_mill {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6vw;
  display: grid;
}

.t-xt_table_title_mill {
  text-align: center;
  background-color: #ffffff1c;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.3vw;
  line-height: 2vw;
}

.txt_table_mill {
  border-bottom: 1px solid #fff;
  margin-top: .5vw;
  padding-bottom: .4vw;
  padding-left: 1vw;
  padding-right: .5vw;
  font-size: 1.25vw;
  line-height: 2vw;
}

.div-block-16 {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 20vw;
  height: 10vw;
  margin-left: 10vw;
  position: absolute;
}

.div-block-17 {
  border: 6px solid #0000;
  border-top: 8px solid #000;
  border-bottom: 0 solid #000;
  width: 0;
  height: 0;
  position: absolute;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-top: 2dvw;
  margin-left: 4.5dvw;
  display: flex;
}

.div-block-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 3dvw;
  display: flex;
  position: static;
}

.flow_box_mill {
  background-color: #faddd3;
  width: 11dvw;
}

.text-block-11 {
  color: #000;
  text-align: center;
  border: 1.5px #000;
  border-right-width: 0;
  padding-bottom: .1dvw;
  font-size: 1.3dvw;
  line-height: 2dvw;
}

.tip_center_white_mill {
  border-top: .5dvw solid #fff;
  border-left: .5dvw solid #0000;
  border-right: .5dvw solid #0000;
  width: 0;
  height: 0;
  position: relative;
  top: 1dvw;
  left: -.4vw;
}

.arrow_bot {
  background-color: #faddd300;
  border-right: 2px solid #fff;
  width: 0;
  height: 1.5dvw;
}

.left_bot_mill {
  background-color: #faddd3;
  width: 11vw;
}

.arrow_bot-copy {
  background-color: #faddd300;
  border-right: 2px solid #fff;
  width: 0;
  height: 1.5vw;
}

.div-block-22 {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 3vw;
  height: 5vw;
}

.div-block-23 {
  border-top: .5vw solid #fff;
  border-left: 0 solid #000;
  border-right: .5vw solid #000;
  width: 0;
  height: 0;
  position: relative;
}

.tip_left_bot_mill {
  border-top: .5dvw solid #fff;
  border-bottom: 0 #0000;
  border-left: .5dvw solid #0000;
  border-right: .5dvw solid #fff0;
  width: 0;
  height: 0;
  position: relative;
  top: 3.1dvw;
  left: -.6dvw;
}

.tip_bot_right_mill {
  border-top: .5dvw solid #fff0;
  border-bottom: .5dvw solid #0000;
  border-left: .5dvw solid #fff;
  border-right: 0 #0000;
  width: 0;
  height: 0;
  position: relative;
  top: 3.1vw;
  left: 8.1vw;
}

.arrow_left_bot_mill {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: .5dvw solid #0000;
  width: 8.7dvw;
  height: 3.8dvw;
  margin-top: 3.8dvw;
  position: relative;
  top: 1.1dvw;
  left: 4.3dvw;
}

.arrow_bot_right_mill {
  border-top: 2px #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 8.7dvw;
  height: 3.6dvw;
  position: relative;
  left: 4.3dvw;
}

.arrow_bot_2_mill {
  background-color: #faddd300;
  border-right: 2px solid #fff;
  width: 0;
  height: 3.6dvw;
}

.arrow_u_mill {
  border: 2px solid #fff;
  border-left-style: none;
  width: 8vw;
  height: 4vw;
  margin-top: 12.5vw;
}

.flow_right_mill {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
}

.txt_no_mill {
  color: #fff;
  text-align: right;
  border: 0 #b60a00;
  padding-bottom: 0;
  padding-right: .5dvw;
  font-size: 1.3dvw;
  font-weight: 600;
  line-height: 2dvw;
  position: relative;
  bottom: -.5dvw;
}

.arrow_u2_mill {
  border: 2px solid #fff;
  border-left-style: none;
  width: 8dvw;
  height: 3.9vw;
  margin-top: 7.5dvw;
}

.flow_txt_mill {
  text-align: center;
  border: .16vw solid #b60a00;
  padding-bottom: .1dvw;
  font-size: 1.3dvw;
  line-height: 2dvw;
}

.flow_box_mill2 {
  background-color: #faddd3;
  width: 11dvw;
  margin-top: 1dvw;
  position: relative;
}

.tip_u_mill {
  border-top: .5dvw solid #fff0;
  border-bottom: .5dvw solid #0000;
  border-left: .5dvw #0000;
  border-right: .5dvw solid #fff;
  width: 0;
  height: 0;
  position: relative;
  top: -.5vw;
  left: 0;
}

.txt_wrap_mill {
  z-index: auto;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 3dvw;
  margin-left: 8dvw;
  display: flex;
  position: relative;
}

.txt_wrap2_bot_mill {
  z-index: auto;
  grid-column-gap: .5dvw;
  grid-row-gap: .5dvw;
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 2dvw;
  margin-left: 0;
  display: flex;
  position: relative;
  top: -.3dvw;
  left: 7dvw;
}

.contents_mill {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 4vw;
  margin-left: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.title1st_kr_bk_feature {
  color: #000;
  margin-top: 0;
  margin-left: -3vw;
  font-size: 1.4dvw;
  font-weight: 600;
  line-height: 2dvw;
}

.title2nd_kr_bk_feature {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.explain_bk_feature {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 51dvw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3dvw;
  line-height: 2dvw;
  position: static;
}

.table_wh_feature {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  overflow-wrap: normal;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7dvw;
  display: grid;
}

.title2nd_kr_bk_classfication {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1vw;
  margin-left: 0;
  font-size: 2.4vw;
  font-weight: 200;
  line-height: 2.4vw;
  display: block;
  position: static;
  overflow: visible;
}

.explain_wh_history {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 36.3vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.title_kr_wh_history {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #fff;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 7.8vw;
  margin-left: 0;
  font-size: 2.82vw;
  font-weight: 200;
  line-height: 3vw;
  display: block;
  position: relative;
  overflow: visible;
}

.txt_wrap_history {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37vw;
  height: auto;
  margin-top: 3vw;
  margin-left: 8vw;
  display: flex;
  position: relative;
}

.contents_history {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.explain2_mill {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 42dvw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3dvw;
  line-height: 1.3dvw;
  position: relative;
  top: 0;
}

.div-block-24 {
  background-color: #b60a00;
  border-radius: .12vw;
  width: 2.5vw;
  height: .12vw;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.div-block-25 {
  background-color: #b60a00;
  width: 1vw;
  height: .1vw;
  position: absolute;
  top: .3vw;
  left: -.3vw;
  transform: rotate(60deg);
}

.arrow_bg_top1_st {
  background-color: #000;
  border-radius: .16dvw;
  width: 1dvw;
  height: .1dvw;
  position: absolute;
  top: -.38dvw;
  left: .9dvw;
  transform: rotate(50deg);
}

.arrow_bg_bot1_st {
  background-color: #000;
  border-radius: .16dvw;
  width: 1dvw;
  height: .1dvw;
  position: absolute;
  top: .38dvw;
  bottom: 0;
  left: .9dvw;
  transform: rotate(-50deg);
}

.flow_box_mill_line {
  background-color: #faddd300;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  width: 11vw;
  margin-top: 0;
  position: absolute;
}

.flow_box_lead_mill {
  background-color: #faddd300;
  border: .12vw solid #000;
  border-radius: .5dvw;
  width: 9.5dvw;
  margin-top: 0;
  position: relative;
}

.tip_left_mill {
  border-top: .5dvw solid #fff;
  border-left: .5dvw solid #0000;
  border-right: .5dvw solid #0000;
  width: 0;
  height: 0;
  position: relative;
  top: 3.2dvw;
  left: -.44dvw;
}

.txt_wrap2_top_mill {
  z-index: auto;
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  top: .3dvw;
  bottom: auto;
}

.arrow_big_bk_mill {
  background-color: #000;
  border-bottom: .1vw solid #000;
  border-radius: .12dvw;
  width: 1.8dvw;
  height: .08dvw;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.arrow_big_red_mill {
  background-color: #b60a00;
  border-radius: .12dvw;
  width: 3dvw;
  height: .12dvw;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.arrow_bg_top1_red_st {
  background-color: #b60a00;
  border-radius: .16dvw;
  width: 1.4dvw;
  height: .16dvw;
  position: absolute;
  top: -.5dvw;
  left: -.3dvw;
  transform: rotate(-50deg);
}

.arrow_bg_bot1_red_st {
  background-color: #b60a00;
  border-radius: .16dvw;
  width: 1.4dvw;
  height: .16dvw;
  position: absolute;
  top: .5dvw;
  bottom: 0;
  left: -.33dvw;
  transform: rotate(50deg);
}

.explain_black_title_st {
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 51vw;
  margin-left: 3vw;
  margin-right: 0;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2vw;
}

.title_en_st {
  color: #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 2.2vw;
  font-weight: 200;
  line-height: 2.2vw;
  display: block;
  position: static;
}

.txt_wrap2_middle_mill {
  z-index: auto;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  border: .12vw solid #000;
  border-top-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23.5dvw;
  height: 1.5dvw;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
  top: .8dvw;
  left: 4.8dvw;
}

.contents_mill_right {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 47vw;
  height: 8vw;
  display: block;
  position: absolute;
  top: 8dvw;
  left: 50dvw;
  right: 0%;
  overflow: hidden;
}

.contents_mill1 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.page_mill1 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page_mill2 {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  font-family: Noto Sans KR, Arial, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.contents_mill2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.image_mill_shop {
  z-index: 1;
  width: 94vw;
  display: block;
  position: static;
  inset: 0 0% auto 3vw;
}

.txt_wrap_mill2 {
  z-index: auto;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 62vw;
  height: auto;
  margin-top: 5vw;
  margin-left: 16.4vw;
  display: flex;
  position: relative;
}

.title2nd_kr_bk_mill2 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 2.4vw;
  font-weight: 100;
  line-height: 2.4vw;
  display: block;
  position: static;
  overflow: visible;
}

.explain_mill2 {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 44vw;
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

.div-block-26 {
  width: 60dvw;
  height: auto;
  margin-top: -12.5dvw;
  margin-left: 33vw;
  margin-right: 6dvw;
  position: static;
  inset: auto 0% auto auto;
}

.image-20 {
  width: 20dvw;
  margin-left: 30dvw;
  display: block;
  position: relative;
  left: auto;
}

.image-21 {
  width: 60dvw;
  margin-top: -2dvw;
  display: block;
  position: relative;
}

.explain_mill2_white {
  z-index: 4;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 26dvw;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3dvw;
  line-height: 2dvw;
  position: relative;
  top: -10dvw;
  bottom: auto;
  left: 18dvw;
}

.explain_mill2_cg {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 55dvw;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3dvw;
  line-height: 2dvw;
  position: relative;
  top: -5.5dvw;
  left: 3dvw;
}

.page_history {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  font-family: Noto sans KR, Arial, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.page_feature {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.page_class1, .page_class2 {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 2520px;
  display: block;
  position: relative;
  overflow: hidden;
}

.viewport_test {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #0b0b0b;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100dvw;
  display: flex;
}

.ratio_test {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 2420 / 1668;
  background-image: url('../images/DSC05080.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: min(100dvw, 145.084dvh);
  height: min(100dvh, 68.9256dvw);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._11history_iron_tip {
  position: relative;
}

._11_bridge_box {
  z-index: 10;
  opacity: 0;
  width: 33vw;
  position: absolute;
  top: 13vw;
  left: 51vw;
}

.image-22 {
  opacity: 1;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-27 {
  background-color: #fff;
  border-radius: 1.2vw;
  padding: 1.8vw 1.8vw 1.3vw;
}

.text-block-12 {
  color: #000;
  padding-top: 1vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.image-23 {
  z-index: 3;
  aspect-ratio: auto;
  width: 5vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-span {
  font-weight: 200;
}

._11_building_box {
  z-index: 10;
  opacity: 1;
  width: 33vw;
  position: absolute;
  top: 13vw;
  left: 51vw;
}

._11txt_building {
  color: #000;
  width: auto;
  padding-top: .5vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.8vw;
}

._11jpg_building {
  opacity: 1;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

._11box_building {
  background-color: #fff;
  border-radius: 1.2vw;
  padding: 1.8vw 1.8vw 1.3vw;
}

._11po_building {
  z-index: 10;
  opacity: 1;
  width: auto;
  display: block;
  position: absolute;
  top: 7.5vw;
  left: 51vw;
}

._11po_bridge {
  z-index: 10;
  opacity: 1;
  width: auto;
  display: none;
  position: absolute;
  top: 13vw;
  left: 51vw;
}

.btn_close {
  z-index: 999;
  aspect-ratio: auto;
  cursor: pointer;
  background-color: #fff0;
  width: 5vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

._11po_building_cont {
  background-color: #fff;
  border-radius: 1.2vw;
  width: 33vw;
  padding: 1.8vw 1.8vw 1.3vw;
  position: relative;
}

.text-span-2 {
  font-weight: 200;
}

._11txt_building_title {
  color: #000;
  padding-top: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.8vw;
}

._11po_bridge_cont {
  background-color: #fff;
  border-radius: 1.2vw;
  width: 40vw;
  padding: 1.8vw 1.8vw 1.3vw;
}

._11jpg_bridge {
  opacity: 1;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.txt_po_11bridge {
  pointer-events: auto;
  cursor: pointer;
  text-decoration: underline;
  display: inline;
}

.text-span-4 {
  pointer-events: auto;
  text-decoration: underline;
}

.text-span-5 {
  font-weight: 900;
}

.ddd {
  display: none;
}

.image-24 {
  display: block;
}

.div-block-28 {
  display: none;
  position: absolute;
}

.txt_po_11building {
  pointer-events: auto;
  cursor: pointer;
  text-decoration: underline;
}

.btm_btn {
  z-index: 100;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .7;
  color: #ffffff87;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #000;
  background-clip: border-box;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 2.5vw;
  font-size: 1.3vw;
  line-height: 2.2vw;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.btm_spare {
  flex: none;
  justify-content: flex-end;
  width: 1.5vw;
  height: 2.3vw;
  display: block;
}

.btn_zoom {
  width: 2.3vw;
  height: 2.3vw;
}

.btn_full {
  z-index: 200;
  flex: none;
  justify-content: center;
  width: 2.3vw;
  height: 2.3vw;
  display: block;
  position: relative;
}

.btn_next {
  flex: none;
  justify-content: flex-end;
  width: 2.3vw;
  height: 2.3vw;
  display: block;
}

.btn_next-copy {
  width: 2.8vw;
  height: 2.8vw;
}

.btn_prev, .btn_up {
  flex: none;
  justify-content: flex-end;
  width: 2.3vw;
  height: 2.3vw;
  display: block;
}

.btm_title {
  word-break: normal;
  overflow-wrap: normal;
  flex: none;
  justify-content: flex-end;
  align-self: auto;
  width: auto;
  height: auto;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2.3vw;
  display: block;
}

.btm_txt {
  color: #ffffff87;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  object-fit: fill;
  flex: none;
  order: 0;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 2vw;
  padding-right: .5vw;
  font-size: 1.3vw;
  line-height: 2.2;
  display: block;
  position: static;
  overflow: visible;
}

.image-25, .image-26, .image-27, .image-28, .image-29 {
  opacity: .55;
  display: block;
}

.image-30 {
  opacity: .55;
}

.btm_page {
  word-break: normal;
  overflow-wrap: normal;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 2vw;
  height: auto;
  padding-left: .5vw;
  padding-right: .5vw;
  display: block;
}

.div_full {
  flex: 1;
  display: flex;
}

.fullscreen-container {
  box-sizing: border-box;
  object-fit: none;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Noto Sans KR, Arial, sans-serif;
  display: block;
  overflow: hidden;
}

.page_feature-2 {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  font-family: Noto Sans KR, Arial, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block-13 {
  color: #000;
  text-align: center;
  border: 1.5px #000;
  border-right-width: 0;
  padding-bottom: .1dvw;
  font-size: 1.3dvw;
  line-height: 2dvw;
}

.image-31 {
  opacity: .55;
}

.div-block-33 {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-top: 2dvw;
  margin-left: 4.5dvw;
  display: flex;
}

.image-32 {
  opacity: .55;
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 3dvw;
  display: flex;
  position: static;
}

.image-33 {
  opacity: .55;
}

.image-34 {
  z-index: 1;
  width: 100%;
  max-width: none;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.image-35, .image-36 {
  opacity: .55;
}

.image-37 {
  z-index: 1;
  width: 100%;
  max-width: none;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.page_mill1-2 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  font-family: Noto Sans KR, Arial, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-38 {
  opacity: .55;
}

.div-block-34 {
  z-index: 999;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .7;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #000;
  background-clip: border-box;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 2.8vw;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.image-39 {
  display: block;
}

.btm_spare_0-8 {
  flex: none;
  justify-content: flex-end;
  width: .8vw;
  height: 2.3vw;
  display: block;
}

.btm_square, .btm_down {
  word-break: normal;
  overflow-wrap: normal;
  flex: none;
  justify-content: flex-end;
  width: 2.3vw;
  height: 2.3vw;
  font-family: Noto Sans KR, Arial, sans-serif;
  display: block;
}

.code-embed-4 {
  color: #ffffff87;
  width: auto;
  height: 2.3vw;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.contents_mill_dwg {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

._2-text-2-2-1_mill_dwg {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: baseline;
  width: auto;
  margin-top: -9vw;
  margin-left: 0;
  margin-right: 13.5vw;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
  left: 60dvw;
}

.explain_mill_dwg_white {
  z-index: 4;
  color: #ffffffb3;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 26dvw;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3dvw;
  line-height: 2dvw;
  position: relative;
  top: -10dvw;
  bottom: auto;
  left: 18dvw;
}

.div_mill_dwg {
  position: relative;
  top: -7vw;
  left: 4vw;
}

.dot_plan_mill_dwg {
  z-index: 999;
  background-color: #e8797900;
  border: .15vw solid #0000;
  border-radius: 1.6vw;
  width: auto;
  height: auto;
  position: absolute;
  left: 10.7vw;
}

.dot_main {
  background-color: #eabb13;
  border-radius: 1.5vw;
  width: 1.5vw;
  height: 1.5vw;
}

.dot_purse {
  filter: blur(3px);
  background-color: #ea8613;
  border-radius: 1.5vw;
  width: 1.6vw;
  height: 1.6vw;
}

.dot_symbol_mill_dwg {
  z-index: 999;
  background-color: #e8797900;
  border: .15px solid #0000;
  border-radius: 1.6vw;
  width: auto;
  height: auto;
  position: absolute;
  top: 7.7vw;
  left: 6.4vw;
}

.dot_list_mill_dwg {
  z-index: 999;
  background-color: #e8797900;
  border: .15vw solid #0000;
  border-radius: 1.6vw;
  width: auto;
  height: auto;
  position: absolute;
  top: 13.5vw;
  left: 24vw;
}

.text-span-6, .text-span-7 {
  font-weight: 200;
}

._31mill_shop_all {
  z-index: 1000;
  opacity: 1;
  width: auto;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

._31mill_shop_all_cont {
  background-color: #fff;
  border: .1vw #000;
  border-radius: 1.2vw;
  width: auto;
  padding: 1.8vw 1.8vw 1.3vw;
  position: relative;
}

._31mill_shop_all_svg {
  opacity: 1;
  width: 98vw;
  margin-top: -1vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

._31mill_shop_plan {
  z-index: 10;
  opacity: 1;
  border: .1vw solid #000;
  border-radius: 1.2vw;
  width: auto;
  display: none;
  position: absolute;
  top: 2vw;
  left: 17vw;
}

._31mill_shop_section {
  z-index: 10;
  opacity: 1;
  width: auto;
  display: none;
  position: absolute;
  top: 2vw;
  left: 25.9vw;
}

._31mill_shop_symbol {
  z-index: 10;
  opacity: 1;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw;
  width: auto;
  padding-top: 1.85vw;
  padding-left: 0;
  display: none;
  position: absolute;
  top: 2vw;
  left: 26.5vw;
}

._31mill_shop_list {
  z-index: 10;
  opacity: 1;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw;
  width: auto;
  display: none;
  position: absolute;
  inset: 2vw auto auto 26.5vw;
}

._31mill_shop_plan_cont {
  background-color: #fff;
  border-radius: 1.2vw;
  width: auto;
  padding: 1.8vw 1.2vw 1.3vw 1.8vw;
  position: relative;
}

._31mill_shop_plan_new {
  opacity: 1;
  width: 57vw;
  margin-top: -4vw;
  margin-left: -.5vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

._31mill_shop_plan_txt {
  color: #000;
  padding-top: 0;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2vw;
}

._31mill_shop_sectionl_svg {
  opacity: 1;
  width: 50vw;
  max-width: none;
  margin-top: -1vw;
  margin-left: -2vw;
  margin-right: -1vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

._31mill_shop_section_txt {
  color: #000;
  padding-top: 0;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2vw;
}

._31mill_shop_symbol_svg {
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 0;
  width: 50vw;
  margin-top: -3vw;
  padding: 0;
  position: relative;
}

._31mill_shop_all_svg-copy {
  opacity: 1;
  width: 98vw;
  margin-top: -1vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

._31mill_shop_symbol_txt {
  color: #000;
  padding-top: 3vw;
  padding-left: 2vw;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2vw;
}

._31mill_shop_list_svg {
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 0;
  width: 50vw;
  margin-top: 0;
  padding: 0 .8vw .7vw;
  position: relative;
}

._31mill_shop_list_txt {
  color: #000;
  padding-top: 1.5vw;
  padding-left: 1vw;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2vw;
}

._31mill_shop_list_txt_explain {
  color: #000;
  padding-top: 0;
  padding-left: 1vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.dot_section_mill_dwg {
  z-index: 999;
  background-color: #e8797900;
  border: .15vw solid #0000;
  border-radius: 1.6vw;
  width: auto;
  height: auto;
  position: absolute;
  top: 13.8vw;
  left: 78vw;
}

.dot_sectiona_mill_dwg {
  z-index: 999;
  background-color: #e8797900;
  border: .15vw solid #0000;
  border-radius: 1.6vw;
  width: auto;
  height: auto;
  position: absolute;
  top: 13.8vw;
  left: 38.5vw;
}

._31mill_shop_section_cont {
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw;
  width: auto;
  padding: 1.8vw 1.8vw 1.3vw;
  position: relative;
}

._31mill_dwg_shop_lib {
  position: absolute;
}

._31mill_shop_list_lib {
  z-index: 10;
  opacity: 1;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw;
  width: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

._31mill_shop_list_svg_lib {
  z-index: 100;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0;
  width: 50vw;
  margin-top: 0;
  padding: 0 .8vw .7vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.txt_lib {
  color: #000;
  padding-top: 1.5vw;
  padding-left: 1vw;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2vw;
}

.txt_explain_lib {
  color: #000;
  padding-top: 0;
  padding-left: 1vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.svg_lib {
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  padding: 0 .8vw .7vw;
  position: relative;
  overflow: visible;
}

.contents_lib {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.txt_wrap_lib {
  z-index: auto;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 62vw;
  height: auto;
  margin-top: 5vw;
  margin-left: 16.4vw;
  display: flex;
  position: relative;
}

.title2nd_kr_bk_lib {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 2.4vw;
  font-weight: 100;
  line-height: 2.4vw;
  display: block;
  position: static;
  overflow: visible;
}

.explain_lib {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 44vw;
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

.dot_box_lib {
  position: relative;
  top: -7vw;
  left: 4vw;
}

.dot_lib {
  background-color: #e8797900;
  border: .15vw solid #0000;
  border-radius: 1.6vw;
  width: auto;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text_show, .text_show_lib {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: baseline;
  width: auto;
  margin-top: -9vw;
  margin-left: 0;
  margin-right: 13.5vw;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
  left: 60dvw;
}

.btn_show_lib {
  color: #d66d04;
  mix-blend-mode: normal;
  background-color: #0003;
  border: .13vw solid #545454;
  border-radius: .7vw;
  padding: .2vw 1.1vw .3vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4vw;
  position: relative;
}

.btn_show_lib:hover {
  background-color: #000;
}

.btn_show_lib:active {
  background-color: #00000080;
}

.txt_show {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 51vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

.box_show_lib {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 1vw;
  margin-left: 8vw;
  margin-right: 13.5vw;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
  left: 60dvw;
}

.title2nd_kr_bk_feature_lib {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 2.4dvw;
  font-weight: 100;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.title1st_kr_bk_feature_lib {
  color: #000;
  margin-top: 0;
  margin-left: -3vw;
  font-size: 1.4dvw;
  font-weight: 700;
  line-height: 2dvw;
}

.explain_bk_feature_lib {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 51dvw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3dvw;
  line-height: 2dvw;
  position: static;
}

.table2x2_lib {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  display: grid;
}

.table_wh_feature-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7dvw;
  display: grid;
}

.table_title_left_lib {
  background-color: #00000021;
  border: .1vw solid #000;
  border-top-width: .2vw;
  border-left-style: none;
}

.table_title_lib {
  text-align: center;
  background-color: #ffffff1c;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.3dvw;
  line-height: 2dvw;
}

.table_title_right_lib {
  background-color: #00000021;
  border: .1vw #000;
  border-top: .2vw solid #000;
  border-bottom-style: solid;
}

.txt_table_explain_lib {
  color: #000;
  border-bottom: 1px solid #fff;
  margin-top: .5dvw;
  padding-bottom: .4dvw;
  padding-left: 1dvw;
  padding-right: .5dvw;
  font-size: 1.25dvw;
  line-height: 2dvw;
}

.box_show_21class1 {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 3vw;
  margin-left: 0;
  margin-right: 13.5vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 60dvw;
}

.box_show_21class2 {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 1vw;
  margin-left: 8vw;
  margin-right: 13.5vw;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
  left: 60dvw;
}

.popover1_21class {
  z-index: 100;
  float: none;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.revision_po_21class {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0;
  width: 63vw;
  height: auto;
  margin-top: 0;
  padding: 0 .8vw .7vw;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.scroll_comparison_21class {
  z-index: 90;
  box-sizing: content-box;
  object-fit: fill;
  background-color: #fff;
  width: 55vw;
  height: 65vw;
  display: none;
  position: absolute;
  inset: 2vw 2vw auto auto;
  overflow: auto;
}

.svg_comparison_21class {
  aspect-ratio: auto;
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: -4vw;
  padding: 0 0 .7vw .8vw;
  position: relative;
  overflow: visible;
}

.btn_close_fix_right1vw_21 {
  z-index: 3;
  aspect-ratio: auto;
  width: 5vw;
  padding-right: 0;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 48.8vw;
}

.revision_21class {
  z-index: 100;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw;
  width: 47vw;
  margin-top: 0;
  padding: 0 .8vw .7vw;
  display: none;
  position: absolute;
  inset: 5vw 3vw auto auto;
}

._2txt_revision_21class {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: baseline;
  margin-top: 1vw;
  margin-left: 0;
  display: flex;
}

.explain_bk_ks_21class {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  max-width: 48vw;
  margin-top: .5vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1vw;
  font-size: 4vw;
  font-weight: 800;
  line-height: 4vw;
  display: flex;
  position: relative;
}

.explain_grey-copy, ._2txt_title {
  z-index: 4;
  color: #817f7f;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

._2txt_title_2class {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2vw;
  position: relative;
}

.revision_txt_21class {
  color: #b60a00;
  padding-top: 2vw;
  padding-bottom: .5vw;
  padding-left: 1vw;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2vw;
}

.revision_txt_exp_21class {
  color: #000;
  padding-top: 0;
  padding-left: 1vw;
  padding-right: .5vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.svg_ksrevision {
  width: 38vw;
  max-width: none;
  margin-top: -1.8vw;
}

.revision_txt2_exp_21class {
  color: #000;
  padding-top: 0;
  padding-left: 1.5vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.text-span-8 {
  color: red;
}

.revision_txt3_exp_21class {
  color: #000;
  padding-top: .5vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.btn_show {
  z-index: 200;
  color: #d66d04;
  mix-blend-mode: normal;
  background-color: #0003;
  border: .13vw solid #00000091;
  border-radius: .7vw;
  padding: .2vw 1.1vw .3vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4vw;
  position: relative;
}

.btn_show:hover {
  background-color: #000;
}

.btn_show:active {
  background-color: #000000b3;
}

.btn_show_scroll_21class {
  color: #d66d04;
  mix-blend-mode: normal;
  background-color: #0003;
  border: .13vw solid #545454;
  border-radius: .7vw;
  padding: .2vw 1.1vw .3vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4vw;
  position: relative;
}

.btn_show_scroll_21class:hover {
  background-color: #000;
}

.btn_show_scroll_21class:active {
  background-color: #00000080;
}

.po_lib_01 {
  z-index: 100;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw;
  width: 47vw;
  margin-top: 0;
  padding: 0 .8vw .7vw;
  display: block;
  position: absolute;
  inset: 5vw 3vw auto auto;
}

.po_lib_02 {
  z-index: 90;
  box-sizing: content-box;
  object-fit: fill;
  background-color: #fff;
  width: 55vw;
  height: 65vw;
  display: block;
  position: absolute;
  inset: 2vw 2vw auto auto;
  overflow: auto;
}

.contents_32mill_material {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 6dvw;
  margin-left: 2dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.txt_wrap_32mill_material {
  z-index: auto;
  grid-column-gap: 1dvw;
  grid-row-gap: 1dvw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 62dvw;
  height: auto;
  margin-top: 3dvw;
  margin-left: 8dvw;
  display: flex;
  position: relative;
}

.title1st_kr_bk_32mill_material {
  color: #00000045;
  margin-top: 0;
  margin-left: -3vw;
  font-size: 1.4dvw;
  font-weight: 600;
  line-height: 2dvw;
}

.title2nd_kr_bk_32mill_material {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.explain_bk_32mill_material {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 38vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3dvw;
  line-height: 2dvw;
  position: static;
}

.image1_32mill_material {
  z-index: 2;
  width: 100%;
  max-width: none;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.text-span-9, .span_32mill_material {
  font-weight: 200;
}

.sheet_32mill_material {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: .2vw solid #000;
  border-radius: 1.2vw;
  position: absolute;
  inset: 6vw 9vw auto auto;
}

.image-40 {
  border: 0 #000;
  border-radius: 0;
  width: 33vw;
  display: inline-block;
  overflow: visible;
}

.po_32mill_material {
  z-index: 200;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: .5vw;
  width: 94vw;
  margin-top: 0;
  padding: 0;
  display: none;
  position: absolute;
  inset: 2vw 3vw auto auto;
  overflow: clip;
}

.image-41 {
  mix-blend-mode: normal;
  background-color: #fff;
}

.inspection_32mill_material {
  z-index: 100;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw;
  width: 38vw;
  margin-top: 0;
  padding: 0;
  display: block;
  position: absolute;
  inset: 4vw 8vw auto auto;
  overflow: clip;
}

.box_show_32mill_material {
  z-index: 200;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.show_box_bg_32mill_material {
  background-color: #ffffffd4;
  border: .2vw solid #0000003b;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 3.5vw;
  display: flex;
  position: absolute;
  inset: 11vw auto auto 10vw;
}

.table2x2_lib-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  display: grid;
}

.container-7 {
  background-color: #3a34b4;
  max-width: none;
}

.txt_wrap2_32mill_material {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37vw;
  height: auto;
  margin-top: 3vw;
  margin-left: 8vw;
  display: flex;
  position: relative;
}

.text-span-10 {
  font-weight: 200;
}

.explain_32mill_material {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 36.3vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

._200_32mill_material {
  font-weight: 200;
}

.txt_wrap_lib2 {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37vw;
  height: auto;
  margin-top: 3vw;
  margin-left: 8vw;
  display: flex;
  position: relative;
}

.explain_lib2 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 36.3vw;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.page_33mill_manufacture {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  font-family: Noto sans KR, Arial, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.contents_33mill_manufacture {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 5dvw;
  margin-left: 2dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.txt_wrap1_34mill_welding {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 43vw;
  height: auto;
  margin-top: 4vw;
  margin-left: 8vw;
  display: flex;
  position: relative;
}

.title1st_kr_bk_33mill_manufacture {
  color: #00000045;
  margin-top: 0;
  margin-left: -3vw;
  font-size: 1.4dvw;
  font-weight: 700;
  line-height: 2dvw;
}

.title2nd_kr_bk_33mill_manufacture {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-family: Noto sans KR, Arial, sans-serif;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.explain_33mill_manufacture {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.inspection_33mill_manufacture {
  z-index: 100;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw;
  width: 38vw;
  margin-top: 0;
  padding: 0;
  display: block;
  position: absolute;
  inset: 4vw 8vw auto auto;
  overflow: clip;
}

.show_box_bg_33mill_manufacture {
  background-color: #ffffffd4;
  border: .2vw solid #0000003b;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 3.5vw;
  display: flex;
  position: absolute;
  inset: 11vw auto auto 10vw;
}

.po2_33mill_manufacture {
  z-index: 100;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: .5vw;
  width: 94vw;
  margin-top: 0;
  padding: 0;
  display: none;
  position: absolute;
  inset: 2vw 3vw auto auto;
  overflow: clip;
}

.image1_33mill_manufacture {
  z-index: 1;
  width: auto;
  max-width: none;
  max-height: 28vw;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.text-span-11 {
  font-weight: 600;
}

.explain2_33mill_manufacture {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 52vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.text-span-12, .text-span-13, .text-span-14 {
  font-weight: 600;
}

.bg_33mill_manufacture {
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.exclusive-video {
  aspect-ratio: 1080 / 19;
  background-image: url('../images/overlay.svg');
  background-position: 0 0;
  background-size: auto;
  box-shadow: 0 2px 5px #0003;
}

.video_01_drawing_33 {
  z-index: 10;
  aspect-ratio: 1920 / 1080;
  background-color: #ac6666;
  height: 28vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.grid_33mill_manufacture {
  z-index: 100;
  grid-column-gap: 1.3vw;
  grid-row-gap: .2vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  position: absolute;
  inset: 25vw auto auto 46vw;
}

.video-tab {
  background-color: #faddd3;
  border: .2vw solid #0000;
  border-radius: 8vw;
  width: 8vw;
  height: 8vw;
}

.video-tab:hover {
  border-color: #000;
}

.video-tab:active {
  border-color: #b60a00;
}

.video-tab.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab.is-active:hover {
  border-color: #000;
}

.svg_icon_33mill_manufacture {
  border: .15vw solid #0000;
  border-radius: 7vw;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  overflow: clip;
}

.svg_icon_33mill_manufacture:hover {
  border-width: .12vw;
  border-color: #0000;
}

.txt_grid_kr_33mill_manufacture {
  text-align: center;
  padding-top: .3vw;
  font-size: 1.2vw;
  line-height: 1.5vw;
}

.txt_grid_en_33mill_manufacture-copy {
  color: #3333338c;
  text-align: center;
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.video_02_drawing_33, .video_03_drawing_33, .video_04_drawing_33, .video_05_drawing_33 {
  z-index: 10;
  aspect-ratio: 1920 / 1080;
  background-color: #ac6666;
  height: 28vw;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.link_cutting_33 {
  border: .13vw solid #0000;
  border-radius: 7vw;
}

.grid_btn_lib {
  z-index: 100;
  grid-column-gap: 1.3vw;
  grid-row-gap: .2vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  position: absolute;
  inset: 25vw auto auto 46vw;
}

.txt_grid_btn_lib, .txt_grid_kr_lib {
  text-align: center;
  padding-top: .3vw;
  font-size: 1.2vw;
  line-height: 1.5vw;
}

.txt_grid_en_lib {
  color: #3333338c;
  text-align: center;
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.video-tab-lib {
  background-color: #faddd3;
  border: .2vw solid #0000;
  border-radius: 8vw;
  width: 8vw;
  height: 8vw;
}

.video-tab-lib:hover {
  border-color: #000;
}

.video-tab-lib:active {
  border-color: #b60a00;
}

.video-tab-lib.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab-lib.is-active:hover {
  border-color: #000;
}

.svg_icon_33mill_lib {
  border: .15vw solid #0000;
  border-radius: 7vw;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  overflow: clip;
}

.svg_icon_33mill_lib:hover {
  border-color: #000;
}

.page_34mill_welding {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.contents2_34mill_welding {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  height: auto;
  margin-top: 5dvw;
  margin-left: 2dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.title1st1_kr_bk_34 {
  color: #00000045;
  margin-top: 0;
  margin-left: -3vw;
  font-size: 1.4dvw;
  font-weight: 700;
  line-height: 2dvw;
}

.title2nd_kr1_bk_34 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.explain1_34 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.explain2_34 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 52vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.video1_34 {
  z-index: 10;
  aspect-ratio: 1920 / 1080;
  background-color: #ac6666;
  height: 28vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.bg1_34 {
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image_bg1_34 {
  z-index: 1;
  width: auto;
  max-width: 100vw;
  max-height: none;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.txt_wrap2_34mill_welding {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37vw;
  height: auto;
  margin-top: 3vw;
  margin-left: 8vw;
  display: flex;
  position: relative;
}

.title1st2_kr_bk_34 {
  color: #000;
  margin-top: 0;
  margin-left: -3vw;
  font-size: 1.4dvw;
  font-weight: 600;
  line-height: 2dvw;
}

.title2nd_kr2_bk_34 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.explain23_34 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.bg2_34 {
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.img_inspect_32 {
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  padding: 0 0 .7vw;
  position: relative;
  overflow: visible;
}

.image_bg2_34 {
  z-index: 1;
  width: auto;
  max-width: none;
  max-height: 28vw;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.image-42 {
  border-radius: 12vw;
  width: 23vw;
  max-width: none;
}

.div-block-35 {
  z-index: 100;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
  position: absolute;
  inset: 20vw 5vw auto auto;
}

.txt_over_34 {
  color: #fff;
  text-align: center;
  margin-top: -4.5vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.txt_bg_over_34 {
  z-index: 100;
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.5vw;
  position: absolute;
  inset: auto 5vw 3vw auto;
}

.text-span-15, .text-span-16, .text-span-17 {
  font-weight: 200;
}

.grid_video_34 {
  z-index: 100;
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  background-color: #00000094;
  border: .2vw solid #00000094;
  border-style: solid none;
  grid-template: "."
                 "."
                 "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr;
  width: 100vw;
  margin-top: 3vw;
  position: static;
}

.video_01_34 {
  aspect-ratio: 1728 / 1080;
  width: auto;
}

.txt_grid_34 {
  text-align: center;
  background-color: #faddd3;
  padding: .8vw 0;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 1.8vw;
}

.swap-video {
  z-index: 10;
  aspect-ratio: 1920 / 1080;
  background-color: #ac6666;
  height: 28vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.video-tab_33 {
  background-color: #faddd3;
  border: .2vw solid #0000;
  border-radius: 8vw;
  width: 8vw;
  height: 8vw;
}

.video-tab_33:hover {
  border-color: #000;
}

.video-tab_33:active {
  border-color: #b60a00;
}

.video-tab_33.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_33.is-active:hover {
  border-color: #000;
}

.video_33 {
  z-index: 10;
  aspect-ratio: 1920 / 1080;
  background-color: #ac6666;
  height: 28vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.video_33_01 {
  z-index: 10;
  aspect-ratio: 1920 / 1080;
  background-color: #fff;
  height: 28vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.video_33_02, .video_33_03, .video_33_04, .video_33_05 {
  z-index: 10;
  aspect-ratio: 1920 / 1080;
  background-color: #fff;
  height: 28vw;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.video-tab_33-01 {
  background-color: #faddd3;
  border: .2vw solid #b60a00;
  border-radius: 8vw;
  width: 8vw;
  height: 8vw;
}

.video-tab_33-01:hover {
  border-color: #000;
}

.video-tab_33-01:active {
  border-color: #b60a00;
}

.video-tab_33-01.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_33-01.is-active:hover {
  border-color: #000;
}

.video-tab_33-02 {
  background-color: #faddd3;
  border: .2vw solid #0000;
  border-radius: 8vw;
  width: 8vw;
  height: 8vw;
}

.video-tab_33-02:hover {
  border-color: #000;
}

.video-tab_33-02:active {
  border-color: #b60a00;
}

.video-tab_33-02.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_33-02.is-active:hover {
  border-color: #000;
}

.video-tab_33-03 {
  background-color: #faddd3;
  border: .2vw solid #0000;
  border-radius: 8vw;
  width: 8vw;
  height: 8vw;
}

.video-tab_33-03:hover {
  border-color: #000;
}

.video-tab_33-03:active {
  border-color: #b60a00;
}

.video-tab_33-03.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_33-03.is-active:hover {
  border-color: #000;
}

.video-tab_33-04 {
  background-color: #faddd3;
  border: .2vw solid #0000;
  border-radius: 8vw;
  width: 8vw;
  height: 8vw;
}

.video-tab_33-04:hover {
  border-color: #000;
}

.video-tab_33-04:active {
  border-color: #b60a00;
}

.video-tab_33-04.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_33-04.is-active:hover {
  border-color: #000;
}

.video-tab_33-05 {
  background-color: #faddd3;
  border: .2vw solid #0000;
  border-radius: 8vw;
  width: 8vw;
  height: 8vw;
}

.video-tab_33-05:hover {
  border-color: #000;
}

.video-tab_33-05:active {
  border-color: #b60a00;
}

.video-tab_33-05.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_33-05.is-active:hover {
  border-color: #000;
}

.video_02_34, .video_03_34 {
  aspect-ratio: 1728 / 1080;
  width: auto;
}

.text-span-18 {
  font-weight: 400;
}

.explain_grid_34 {
  text-align: center;
  background-color: #fff;
  border: 0 #000;
  padding: 1vw 1.3vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.txt_grid_34-copy {
  text-align: center;
  padding: .8vw 1.3vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.explain_grid, .explain_grid-copy {
  font-size: 1.3vw;
  line-height: 1.8vw;
}

.div-block-36 {
  background-color: #faddd3;
  width: 100vw;
  height: 9vw;
}

.contents3_34mill {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  height: auto;
  margin-top: 5dvw;
  margin-left: 2dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.txt_wrap3_34mill {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37vw;
  height: auto;
  margin-top: -12.5vw;
  margin-left: 8vw;
  display: flex;
  position: relative;
}

.title2nd_kr3_bk_34 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.explain3_34 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 52vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.grid_joint_34 {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  background-color: #00000094;
  grid-template-columns: 272fr 231fr 212fr 267fr 235fr;
  grid-template-areas: "Area-2"
                       "Area";
  place-content: stretch;
  margin: .8vw 25vw 3vw 8vw;
}

.table_center_34 {
  z-index: 4;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  background-color: #fff;
  flex: none;
  align-self: auto;
  max-width: 51vw;
  margin-top: .2vw;
  margin-left: 0;
  margin-right: 0;
  padding-top: .5vw;
  padding-bottom: .5vw;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 1.8vw;
  position: static;
}

.title3rd_kr3_bk_34 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 4dvw;
  margin-left: 10vw;
  font-size: 1.6dvw;
  font-weight: 600;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24 {
  font-weight: 300;
}

.image-43, .image-44, .image-45 {
  background-color: #fff;
}

.title3rd_kr4_bk_34 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 3dvw;
  margin-left: 10vw;
  font-size: 1.6dvw;
  font-weight: 600;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.grid_method_34 {
  z-index: 100;
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  background-color: #00000094;
  border: .2vw #00000094;
  border-top-style: solid;
  grid-template: "."
                 "." 27vw
                 / 1fr 1fr;
  grid-auto-rows: 0;
  place-content: stretch;
  width: auto;
  height: auto;
  margin-top: .8vw;
  margin-left: 8vw;
  margin-right: 7vw;
  position: static;
}

.txt_grid2_34 {
  text-align: center;
  background-color: #faddd3;
  padding: .5vw 0;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 1.8vw;
}

.method_grid_34 {
  background-color: #fff;
  border: 0 #000;
  padding-top: 1vw;
  padding-left: 1.3vw;
  padding-right: 1.3vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.image-46 {
  border-bottom-right-radius: 2vw;
  width: 23vw;
  max-width: none;
  position: relative;
}

.image-47 {
  width: 20vw;
}

.method_butt_jpg_34 {
  position: relative;
  top: -5vw;
  left: 16vw;
}

.method_butt_34 {
  width: auto;
  margin-top: -1vw;
  margin-left: -1.9vw;
}

.method_fillet_34 {
  width: auto;
  margin-top: 9vw;
  margin-left: -1.9vw;
}

.method_fillet_jpg_34 {
  position: relative;
  top: -24.5vw;
  left: 16.7vw;
}

.image-47_34 {
  width: 20vw;
}

.image-47-2_34 {
  width: 22vw;
}

.div-block-37 {
  width: 23vw;
}

.div-block-38 {
  z-index: 100;
  background-color: #ffffff8c;
  width: 23vw;
  height: 3vw;
  position: absolute;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  padding-top: .5vw;
  font-weight: 600;
}

.txt_strip_34 {
  color: #fff;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.6vw;
  position: absolute;
  inset: 11.6vw auto auto 13.7vw;
}

.txt_tap_34 {
  color: #fff;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.5vw;
  position: absolute;
  inset: 13.3vw auto auto .7vw;
}

.txt_plate_34 {
  color: #000;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.2vw;
  position: absolute;
  inset: 8.7vw auto auto 16.4vw;
}

.text-span-25 {
  font-weight: 300;
  line-height: 1.6vw;
}

.txt_bead_34 {
  z-index: 100;
  color: #fff;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.2vw;
  position: absolute;
  inset: 4.6vw auto auto 1.1vw;
}

.text-span-26 {
  font-weight: 300;
}

.txt_bead2_34 {
  z-index: 100;
  color: #fff;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.2vw;
  position: absolute;
  inset: 14.3vw auto auto 1.9vw;
}

.contents4_34mill {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  height: auto;
  margin-top: 3dvw;
  margin-left: 2dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.txt_wrap4_34mill {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37vw;
  height: auto;
  margin-top: 3vw;
  margin-left: 8vw;
  display: flex;
  position: relative;
}

.title2nd_kr4_bk_34 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.explain4_34 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 52vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.grid_inspect_34 {
  z-index: 100;
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  background-color: #00000094;
  border: .2vw solid #00000094;
  border-style: solid none;
  grid-template: "."
                 "."
                 "Area"
                 "."
                 / .6fr .6fr 1.3fr 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch stretch;
  width: auto;
  margin-top: 1vw;
  margin-left: 6vw;
  margin-right: 6vw;
  position: static;
}

.explain_inspect1_34 {
  text-align: center;
  background-color: #fff;
  border: 0 #000;
  padding: 2.5vw 0 1vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.explain_inspect2_34 {
  text-align: center;
  background-color: #fff;
  border: 0 #000;
  padding: 3.3vw 1.3vw 1vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.explain_inspect3_34 {
  text-align: left;
  background-color: #fff;
  border: 0 #000;
  padding: 1vw 1.3vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.explain_image1_34 {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 0 #000;
  padding: .5vw 1.3vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.explain_image2_34 {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 0 #000;
  padding: 1vw 1.3vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.explain_image3_34 {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 0 #000;
  padding: .6vw 1.3vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.explain_inspect1-1_34 {
  text-align: center;
  background-color: #fff;
  border: 0 #000;
  padding: 3.3vw 1vw 1vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.explain_inspect2-1_34 {
  text-align: center;
  background-color: #fff;
  border: 0 #000;
  padding: 1.6vw 1.3vw 1vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.explain_inspect3-1_34 {
  text-align: left;
  background-color: #fff;
  border: 0 #000;
  padding: 2vw 1.3vw 1vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.explain_inspect3-2_34 {
  text-align: left;
  background-color: #fff;
  border: 0 #000;
  padding: 1.5vw 1.3vw 1vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.explain5_34 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 52vw;
  max-width: none;
  margin-top: 1vw;
  margin-left: 10vw;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.title3rd_kr5_bk_34 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 3dvw;
  margin-left: 10vw;
  font-size: 1.6dvw;
  font-weight: 600;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.box_show_34 {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 3vw;
  margin-left: 10vw;
  margin-right: 13.5vw;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
  left: 60dvw;
}

.txt_show1_34 {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: center;
  max-width: 51vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

.txt_show2_34 {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: center;
  max-width: 51vw;
  margin-top: 0;
  margin-left: 6vw;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

.btn_show1_34 {
  color: #d66d04;
  mix-blend-mode: normal;
  background-color: #0003;
  border: .13vw solid #545454;
  border-radius: .7vw;
  padding: .2vw 1.1vw .3vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4vw;
  position: static;
}

.btn_show1_34:hover {
  background-color: #0003;
}

.btn_show1_34:active {
  background-color: #000000b3;
}

.video-tab_show2_34 {
  color: #d66d04;
  mix-blend-mode: normal;
  background-color: #0003;
  border: .13vw solid #545454;
  border-radius: .7vw;
  padding: .2vw 1.1vw .3vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4vw;
  position: static;
}

.video-tab_show2_34:hover {
  background-color: #0003;
}

.video-tab_show2_34:active {
  background-color: #000000b3;
}

.text-span-27 {
  font-weight: 300;
}

.text-span-28, .text-span-29 {
  font-weight: 600;
}

.text-span-30 {
  font-weight: 300;
}

.text-span-31, .text-span-32 {
  font-weight: 600;
}

.text-span-33 {
  cursor: pointer;
  text-decoration: none;
}

.text-span-34 {
  font-weight: 300;
}

.text-span-35, .text-span-36 {
  font-weight: 600;
}

.box_show_rev_21class {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 1.5vw;
  margin-left: 0;
  margin-right: 13.5vw;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
  left: 60dvw;
}

._2-text-2-2_21 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: baseline;
  margin-top: 1vw;
  margin-left: 0;
  display: flex;
}

.popover_34 {
  z-index: 100;
  float: none;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.po_01report_34 {
  z-index: 100;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw 0 0 1.2vw;
  width: 72vw;
  height: 58.2vw;
  margin-top: 0;
  padding: 0;
  display: none;
  position: absolute;
  inset: 3vw auto auto 5vw;
  overflow: auto;
}

.btn_close_fix_34 {
  z-index: 3;
  aspect-ratio: auto;
  cursor: pointer;
  width: 5vw;
  padding-right: 0;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 77vw;
}

.show_report_34 {
  aspect-ratio: auto;
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: -4vw;
  padding: 0 0 .7vw .8vw;
  position: relative;
  overflow: visible;
}

.po_02vt_34 {
  z-index: 100;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw 0 0 1.2vw;
  width: 72vw;
  height: 58.2vw;
  margin-top: 0;
  padding: 0;
  display: none;
  position: absolute;
  inset: 3vw auto auto 5vw;
  overflow: auto;
}

.show_vt_34 {
  aspect-ratio: auto;
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: -4vw;
  padding: 0 0 .7vw .8vw;
  position: relative;
  overflow: visible;
}

.po_03mt_34 {
  z-index: 100;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw 0 0 1.2vw;
  width: 72vw;
  height: 58.2vw;
  margin-top: 0;
  padding: 0;
  display: none;
  position: absolute;
  inset: 3vw auto auto 5vw;
  overflow: auto;
}

.po_04ut_34 {
  z-index: 100;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw 0 0 1.2vw;
  width: 72vw;
  height: 58.2vw;
  margin-top: 0;
  padding: 0 0 .7vw;
  display: none;
  position: absolute;
  inset: 3vw auto auto 5vw;
  overflow: auto;
}

.show_ut_34 {
  aspect-ratio: auto;
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: -4vw;
  margin-left: 0;
  padding: 0 0 .7vw;
  position: relative;
  overflow: visible;
}

.show_mt_34 {
  aspect-ratio: auto;
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: -4vw;
  padding: 0 0 .7vw .8vw;
  position: relative;
  overflow: visible;
}

.po_05video_34 {
  z-index: 100;
  aspect-ratio: 1920 / 1080;
  background-color: #fff;
  border: .1vw #000;
  border-radius: 0;
  width: 90vw;
  height: auto;
  display: none;
  position: absolute;
  inset: 3vw auto auto 5vw;
  overflow: visible;
}

.btn_close_video_34 {
  z-index: 3;
  aspect-ratio: auto;
  cursor: pointer;
  width: 5vw;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.code-embed-5 {
  aspect-ratio: 1920 / 1080;
}

.code-embed-6 {
  height: 100%;
}

.btm_title-copy {
  word-break: normal;
  overflow-wrap: normal;
  flex: none;
  justify-content: flex-end;
  align-self: auto;
  width: auto;
  height: auto;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2.3vw;
  display: block;
}

.btn_down {
  width: 2.3vw;
  height: 2.3vw;
}

.btm_txt-copy {
  color: #ffffff87;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  object-fit: fill;
  flex: none;
  order: 0;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 2vw;
  padding-right: .5vw;
  font-size: 1.3vw;
  line-height: 2.2;
  display: block;
  position: static;
  overflow: visible;
}

.page_53 {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.box_show1_53 {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 1vw;
  margin-left: 6vw;
  margin-right: 13.5vw;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.txt_show1_53 {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: center;
  max-width: 51vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

.btn_show1_53 {
  color: #d66d04;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #0003;
  border: .13vw solid #545454;
  border-radius: .7vw;
  flex: 0 auto;
  padding: .2vw .8vw .3vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4vw;
  position: static;
}

.btn_show1_53:hover {
  background-color: #0003;
}

.btn_show1_53:active {
  background-color: #000000b3;
}

.contents1_53 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  height: auto;
  margin-top: 6dvw;
  margin-left: 6dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.txt_wrap1_53 {
  z-index: 10;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24vw;
  height: auto;
  margin-top: 4vw;
  margin-left: 0;
  display: flex;
  position: relative;
}

.title1st1_kr_bk_53 {
  color: #000;
  margin-top: 0;
  font-size: 1.4dvw;
  font-weight: 600;
  line-height: 2.2dvw;
}

.title2nd_kr1_bk_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 2dvw;
  margin-left: 0;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.explain1_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: none;
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.bg1_53 {
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image_bg1_53 {
  z-index: 1;
  width: 66.6vw;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
  position: static;
  inset: auto 0% 0%;
  overflow: clip;
}

.contents2_53 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  height: auto;
  margin-top: 7dvw;
  margin-left: 10dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.txt_wrap2_53 {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37vw;
  height: auto;
  margin-top: 3vw;
  margin-left: 0;
  display: flex;
  position: relative;
}

.popover3_53 {
  z-index: 100;
  float: none;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.po_01_slide_53 {
  z-index: 100;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 0 0 0 0;
  width: auto;
  height: auto;
  padding: 0;
  display: none;
  position: relative;
  inset: 0 auto auto 0;
  overflow: auto;
}

.btn_close_53 {
  z-index: 100;
  aspect-ratio: auto;
  cursor: pointer;
  width: 5vw;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.show_report_53 {
  aspect-ratio: auto;
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: -4vw;
  padding: 0 0 .7vw .8vw;
  position: relative;
  overflow: visible;
}

.contents4_53 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  height: auto;
  margin-top: 3vw;
  margin-left: 2vw;
  display: block;
  position: relative;
  overflow: visible;
}

.txt_wrap4_53 {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 3vw;
  margin-left: 8vw;
  display: flex;
  position: relative;
}

.title3rd_kr5_bk_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 3dvw;
  margin-left: 10vw;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.6dvw;
  font-weight: 600;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.title2nd_kr4_bk_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 2.4dvw;
  font-weight: 100;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.explain4_53 {
  z-index: 4;
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 44vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2vw;
  position: relative;
}

.title2nd_kr2_bk_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-family: Noto sans KR, Arial, sans-serif;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.text-span-37 {
  font-weight: 300;
}

.title2nd_kr1-2_bk_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: .3dvw;
  margin-left: 0;
  font-size: 1.2dvw;
  font-weight: 400;
  line-height: 1.2dvw;
  display: block;
  position: static;
  overflow: visible;
}

.title_brd_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #b60a00;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  font-size: 6vw;
  font-weight: 300;
  line-height: 4vw;
  display: block;
  position: static;
  overflow: visible;
}

.brd_txt1_53 {
  z-index: 10;
  background-color: #fff0;
  width: 29vw;
  margin-top: 1vw;
  margin-left: 0;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
}

.title_brd_small_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #b60a0080;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: -.7vw;
  margin-left: 0;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 2dvw;
  display: block;
  position: static;
  overflow: visible;
}

.title_brd_small2_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: -.7vw;
  margin-left: .52vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2dvw;
  display: block;
  position: static;
  overflow: visible;
}

.bg_white-1_53 {
  z-index: 5;
  background-color: #fffc;
  width: 31vw;
  height: 2.5vw;
  margin-top: -2vw;
  margin-left: 0;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
}

.image-48 {
  aspect-ratio: 1024 / 510;
  width: 100vw;
  max-width: none;
  position: static;
  inset: auto 0% 0%;
}

.div-block-40 {
  aspect-ratio: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.section_svg_53 {
  aspect-ratio: 1024 / 510;
  width: 100vw;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.section_an_53 {
  z-index: 100;
  aspect-ratio: 1024 / 510;
  width: 100vw;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed-7 {
  z-index: 200;
  aspect-ratio: 1024 / 510;
  width: 100vw;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.brd1_53 {
  width: 33vw;
  margin-top: 5vw;
  margin-left: 5.5vw;
}

.brd2_53 {
  width: 40vw;
  margin-top: -1.8vw;
  margin-left: 5.5vw;
}

.bg_white-2_53 {
  z-index: 5;
  background-color: #fffc;
  width: 36.5vw;
  height: 2.5vw;
  margin-top: -2vw;
  margin-left: 0;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
}

.title_brd_small_c_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #b60a0080;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: -.6vw;
  margin-left: 0;
  font-size: 2vw;
  font-weight: 600;
  line-height: 2dvw;
  display: block;
  position: static;
  overflow: visible;
}

.brd3_53 {
  width: 32vw;
  margin-top: -.3vw;
  margin-left: 5.5vw;
}

.brd1-1_53 {
  width: 33vw;
  margin-left: 5.5vw;
}

.title_brd_supported_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #b60a0080;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: -1.8dvw;
  margin-bottom: 0;
  margin-left: 5.5vw;
  font-size: 1.5vw;
  font-weight: 200;
  line-height: 2dvw;
  display: block;
  position: static;
  overflow: visible;
}

.title_brd_small_53-copy {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #b60a0080;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: -.7vw;
  margin-left: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 2dvw;
  display: block;
  position: static;
  overflow: visible;
}

.title_brd_small3_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #b60a0080;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: -.7vw;
  margin-left: -.3vw;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 2dvw;
  display: block;
  position: static;
  overflow: visible;
}

.bg_white-3_53 {
  z-index: 5;
  background-color: #fffc;
  width: 28.5vw;
  height: 2.5vw;
  margin-top: -2vw;
  margin-left: 0;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
}

.popover1_53 {
  z-index: 100;
  float: none;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.image-49 {
  object-fit: fill;
  width: 100%;
  max-width: none;
}

.slider {
  height: auto;
  display: block;
  overflow: hidden;
}

.mask {
  width: auto;
  height: auto;
  overflow: hidden;
}

.slide-nav {
  margin-bottom: 2.5vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.5vw;
  display: block;
}

.explain2_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 21.9vw;
  max-width: none;
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.zone_53 {
  z-index: 200;
  width: 30vw;
  position: absolute;
  inset: 6.4vw auto auto 33vw;
}

.txt_an_53 {
  z-index: 200;
  width: 30.9vw;
  font-size: 1.4vw;
  line-height: 2.6vw;
  position: absolute;
  inset: -.6vw 0% auto auto;
}

.text-block-15 {
  width: 20vw;
}

.text-span-38, .text-span-39, .text-span-40 {
  font-weight: 200;
}

.txt_an_process_53 {
  color: #6b6767;
  width: 20vw;
}

.contents3_53 {
  z-index: 500;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  height: auto;
  margin-top: 9dvw;
  margin-left: 43dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.txt_wrap3_53 {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37vw;
  height: auto;
  margin-top: 3vw;
  margin-left: 0;
  display: flex;
  position: relative;
}

.title2nd_kr3_bk_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.explain3_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 33vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.image-50 {
  width: 28vw;
  position: absolute;
  top: 1vw;
  left: 17vw;
}

.video_cycle01_53 {
  z-index: 200;
  aspect-ratio: 1920 / 1080;
  background-color: #fff0;
  height: 31.7vw;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.video_02_53 {
  z-index: 10;
  aspect-ratio: 1920 / 1080;
  background-color: #fff;
  height: 31.7vw;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.grid_brd_53 {
  z-index: 300;
  grid-column-gap: 0vw;
  grid-row-gap: .6vw;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 5fr;
  place-content: stretch;
  position: absolute;
  inset: auto 0% 4vw auto;
}

.video-tab_brd_53 {
  mix-blend-mode: normal;
  background-color: #dea28d;
  border: .2vw solid #fff;
  border-radius: 8vw;
  width: 3vw;
  height: 3vw;
  text-decoration: none;
  position: relative;
}

.video-tab_brd_53:hover {
  border-color: #000;
}

.video-tab_brd_53:active {
  border-color: #b60a00;
}

.video-tab_brd_53.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_brd_53.is-active:hover {
  border-color: #000;
}

.no_grid_53 {
  color: #fff;
  text-align: center;
  padding-top: .6vw;
  font-size: 1.4vw;
  font-weight: 800;
  line-height: 1.4vw;
  text-decoration: none;
}

.txt_grid_brd_53 {
  text-align: left;
  background-color: #faddd3;
  height: 3vw;
  margin-left: -1.5vw;
  padding-top: .7vw;
  padding-left: 2.2vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.video_box_53 {
  z-index: 100;
  height: 31.7vw;
  display: block;
  position: absolute;
  inset: auto 16.5vw 4vw auto;
}

.video_01_53-copy {
  z-index: 10;
  aspect-ratio: 1920 / 1080;
  background-color: #fff;
  height: 31.7vw;
  margin-bottom: 0;
  display: block;
  position: static;
  inset: auto 16.2vw 4vw auto;
  box-shadow: 0 2px 5px #0003;
}

.video_cycle02_53, .video_cycle03_53, .video_cycle04_53, .video_cycle05_53, .video_cycle06_53, .video_cycle07_53, .video_cycle08_53, .video_cycle09_53 {
  z-index: 10;
  aspect-ratio: 1920 / 1080;
  background-color: #fff;
  height: 31.7vw;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cg_box_53 {
  z-index: 100;
  background-color: #ab6c6c00;
  width: 38vw;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 2vw;
}

.arrow_l_53 {
  background-color: #faddd300;
  border-bottom: .2vw solid #000;
  border-left: 2px solid #000;
  border-right: 2px red;
  width: 0;
  height: 1.5dvw;
}

.tip_center_bk_53 {
  border-top: .5dvw solid #000;
  border-left: .5dvw solid #0000;
  border-right: .5dvw solid #0000;
  width: 0;
  height: 0;
  position: relative;
  top: 1dvw;
  left: -.42vw;
  transform: rotate(90deg);
}

.div-block-41 {
  z-index: 900;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 16vw auto 0% -9.5vw;
}

.div-block-42 {
  background-color: #000;
  width: 5vw;
  height: .1vw;
  margin-top: -1.6vw;
}

.div-block-43 {
  border: .2vw solid #fff;
  border-style: none solid solid none;
  width: 1vw;
  height: 1vw;
  transition: opacity .2s;
  transform: translate(9.5vw, -.4vw)rotate(-45deg);
}

.text-block-16 {
  margin-left: .5vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.6vw;
}

.text-span-41 {
  font-weight: 200;
}

._01_plate_53 {
  z-index: 10;
  display: block;
  position: static;
  overflow: clip;
}

._02_bracket_53 {
  z-index: 100;
  border: 1px #000;
  width: 38vw;
  height: auto;
  display: block;
  position: absolute;
  inset: 10.4vw auto auto 0%;
}

.image-52 {
  display: block;
  position: absolute;
}

.cg_53 {
  z-index: 100;
  opacity: 0;
  border: 1px #000;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

._02_bracket-2_53 {
  z-index: 100;
  opacity: 0;
  border: 1px #000;
  display: block;
  position: absolute;
}

.image-53 {
  border: 1px #000;
}

.video-tab_brd1_53 {
  mix-blend-mode: normal;
  background-color: #dea28d;
  border: .2vw solid #b60a00;
  border-radius: 8vw;
  width: 3vw;
  height: 3vw;
  text-decoration: none;
  position: relative;
}

.video-tab_brd1_53:hover {
  border-color: #000;
}

.video-tab_brd1_53:active {
  border-color: #b60a00;
}

.video-tab_brd1_53.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_brd1_53.is-active:hover {
  border-color: #000;
}

._03_girder_53 {
  z-index: 100;
  border: 1px #000;
  width: 38vw;
  height: auto;
  display: block;
  position: absolute;
  inset: 10.4vw auto auto 0%;
}

._03_girder_53.cg_brd {
  display: none;
}

._04_form_53, ._05_rebar_53, ._06_conc_53, ._07_prepare_53 {
  z-index: 100;
  border: 1px #000;
  width: 38vw;
  display: block;
  position: absolute;
  inset: 10.4vw auto auto 0%;
}

.image-54 {
  overflow: clip;
}

._08_down_01_53, ._08_down_53 {
  z-index: 100;
  border: 1px #000;
  width: 38vw;
  display: block;
  position: absolute;
  inset: 10.4vw auto auto 0%;
}

._00_bg-1st_53 {
  border: 1px #000;
}

._09_repair_53 {
  z-index: 100;
  border: 1px #000;
  width: 38vw;
  display: block;
  position: absolute;
  inset: 10.4vw auto auto 0%;
}

.video-tab_brd2_53 {
  mix-blend-mode: normal;
  background-color: #dea28d;
  border: .2vw solid #fff;
  border-radius: 8vw;
  width: 3vw;
  height: 3vw;
  text-decoration: none;
  position: relative;
}

.video-tab_brd2_53:hover {
  border-color: #000;
}

.video-tab_brd2_53:active {
  border-color: #b60a00;
}

.video-tab_brd2_53.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_brd2_53.is-active:hover {
  border-color: #000;
}

.video-tab_brd3_53 {
  mix-blend-mode: normal;
  background-color: #dea28d;
  border: .2vw solid #fff;
  border-radius: 8vw;
  width: 3vw;
  height: 3vw;
  text-decoration: none;
  position: relative;
}

.video-tab_brd3_53:hover {
  border-color: #000;
}

.video-tab_brd3_53:active {
  border-color: #b60a00;
}

.video-tab_brd3_53.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_brd3_53.is-active:hover {
  border-color: #000;
}

.video-tab_brd4_53 {
  mix-blend-mode: normal;
  background-color: #dea28d;
  border: .2vw solid #fff;
  border-radius: 8vw;
  width: 3vw;
  height: 3vw;
  text-decoration: none;
  position: relative;
}

.video-tab_brd4_53:hover {
  border-color: #000;
}

.video-tab_brd4_53:active {
  border-color: #b60a00;
}

.video-tab_brd4_53.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_brd4_53.is-active:hover {
  border-color: #000;
}

.video-tab_brd5_53 {
  mix-blend-mode: normal;
  background-color: #dea28d;
  border: .2vw solid #fff;
  border-radius: 8vw;
  width: 3vw;
  height: 3vw;
  text-decoration: none;
  position: relative;
}

.video-tab_brd5_53:hover {
  border-color: #000;
}

.video-tab_brd5_53:active {
  border-color: #b60a00;
}

.video-tab_brd5_53.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_brd5_53.is-active:hover {
  border-color: #000;
}

.video-tab_brd6_53 {
  mix-blend-mode: normal;
  background-color: #dea28d;
  border: .2vw solid #fff;
  border-radius: 8vw;
  width: 3vw;
  height: 3vw;
  text-decoration: none;
  position: relative;
}

.video-tab_brd6_53:hover {
  border-color: #000;
}

.video-tab_brd6_53:active {
  border-color: #b60a00;
}

.video-tab_brd6_53.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_brd6_53.is-active:hover {
  border-color: #000;
}

.video-tab_brd7_53 {
  mix-blend-mode: normal;
  background-color: #dea28d;
  border: .2vw solid #fff;
  border-radius: 8vw;
  width: 3vw;
  height: 3vw;
  text-decoration: none;
  position: relative;
}

.video-tab_brd7_53:hover {
  border-color: #000;
}

.video-tab_brd7_53:active {
  border-color: #b60a00;
}

.video-tab_brd7_53.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_brd7_53.is-active:hover {
  border-color: #000;
}

.video-tab_brd8_53 {
  mix-blend-mode: normal;
  background-color: #dea28d;
  border: .2vw solid #fff;
  border-radius: 8vw;
  width: 3vw;
  height: 3vw;
  text-decoration: none;
  position: relative;
}

.video-tab_brd8_53:hover {
  border-color: #000;
}

.video-tab_brd8_53:active {
  border-color: #b60a00;
}

.video-tab_brd8_53.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_brd8_53.is-active:hover {
  border-color: #000;
}

.video-tab_brd9_53 {
  mix-blend-mode: normal;
  background-color: #dea28d;
  border: .2vw solid #fff;
  border-radius: 8vw;
  width: 3vw;
  height: 3vw;
  text-decoration: none;
  position: relative;
}

.video-tab_brd9_53:hover {
  border-color: #000;
}

.video-tab_brd9_53:active {
  border-color: #b60a00;
}

.video-tab_brd9_53.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.video-tab_brd9_53.is-active:hover {
  border-color: #000;
}

.tab_brd1_53 {
  mix-blend-mode: normal;
  background-color: #dea28d;
  border: .2vw solid #b60a00;
  border-radius: 8vw;
  width: 3vw;
  height: 3vw;
  text-decoration: none;
  position: relative;
}

.tab_brd1_53:hover {
  border-color: #000;
}

.tab_brd1_53:active {
  border-color: #b60a00;
}

.tab_brd1_53.is-active {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #faddd3;
  border-width: .2vw;
  border-color: #b60a00;
  border-radius: 8vw;
  outline: 3px #00e;
  width: 8vw;
  height: 8vw;
}

.tab_brd1_53.is-active:hover {
  border-color: #000;
}

.tab-link-tab-1 {
  background-color: #fff0;
  width: 3vw;
}

.tab-link-tab-1.w--current {
  background-color: #dea28d00;
  border: .2vw #fff;
  border-radius: 3vw;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: block;
}

.no_tab_53 {
  color: #fff;
  text-align: center;
  font-size: 1.4vw;
  font-weight: 800;
  line-height: 2.4vw;
  text-decoration: none;
}

.tabs_brd_53 {
  z-index: 300;
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: column;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-menu {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  align-items: center;
  width: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-44 {
  background-color: #dea28d;
  border: .2vw solid #b60a00;
  border-radius: 50%;
  width: 3vw;
  min-width: 3vw;
  height: 3vw;
  min-height: 3vw;
}

.tab-pane-tab-1 {
  aspect-ratio: auto;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.tabs-content {
  width: auto;
  height: 50vh;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: clip;
}

.grid_txt_brd_53 {
  z-index: 2;
  grid-column-gap: 0vw;
  grid-row-gap: .6vw;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  display: grid;
  position: absolute;
  inset: auto 0% 4vw auto;
}

.video_in_tab_53 {
  z-index: 200;
  aspect-ratio: 1920 / 1080;
  background-color: #fff0;
  width: auto;
  height: 31.7vw;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 1.4vw auto auto 29.2vw;
  overflow: visible;
}

._01_plate_tab_53 {
  z-index: 10;
  width: 38vw;
  max-width: none;
  display: block;
  position: static;
  overflow: clip;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 36vw;
  display: block;
  position: relative;
}

.tab_link_53 {
  background-color: #c8c8c84a;
}

.tab_link_53.w--current {
  background-color: #c8c8c800;
  padding: 0;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  padding: 0;
}

.tabs-menu-2 {
  flex-flow: column;
  display: flex;
}

.tab-link-tab-3 {
  background-color: #ddd0;
  padding: 0;
}

.tab-pane-tab-1-2 {
  position: relative;
}

.tab_link.w--current {
  background-color: #c8c8c800;
  padding: 0;
}

.tab-link_53 {
  padding: 0;
}

.tab-link-tab-1-2 {
  padding-top: 0;
}

.tab-link-tab-1-2.w--current {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2-1 {
  background-color: #ddd0;
  padding: 0;
}

.tab-link-tab-2-1.w--current {
  background-color: #c8c8c800;
}

.tab-link-tab-3-2 {
  background-color: #ddd0;
  padding: 0;
}

.tab-link-tab-3-2.w--current {
  background-color: #ddd0;
}

.tabs-menu-3 {
  flex-flow: column;
  display: flex;
}

.link1_53 {
  padding-top: 0;
}

.link1_53.w--current {
  background-color: #dea28d;
  border: .2vw solid #b60a00;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.link1_53.circle_brd_53 {
  background-color: #dea28d;
  border: .2vw solid #fff;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.link1_53.circle_brd_53.w--current {
  border-color: #b60a00;
}

.txt_tab_brd_53 {
  color: #fff;
  text-align: center;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 2.4vw;
}

.link2_53 {
  background-color: #dea28d;
  border: .2vw solid #fff;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  padding: 0;
}

.link2_53.w--current {
  background-color: #dea28d;
  border-color: #b60a00;
}

.tabs_53 {
  z-index: 100;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tabs_menu_53 {
  z-index: 500;
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: column;
  width: 3vw;
  display: flex;
  top: 33.1vw;
  left: 84vw;
}

.link3_53 {
  background-color: #dea28d;
  border: .2vw solid #fff;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  padding: 0;
}

.link3_53.w--current {
  background-color: #dea28d;
  border-color: #b60a00;
}

.tab-link-tab-1-3 {
  background-color: #d08f8f;
  border: .3vw solid #fff;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  padding: 0;
  font-size: 1.8vw;
  line-height: 3vw;
}

.tab-link-tab-1-3.w--current {
  text-align: center;
  background-color: #d08f8f;
  border: .3vw solid #000;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  padding: 0;
  font-size: 1.8vw;
  line-height: 3vw;
}

.text-block-17 {
  text-align: center;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 3vw;
}

.tabs-content-2 {
  width: 100vw;
  height: 60vh;
  max-height: 6px;
  overflow: visible;
}

.tab_brd_53 {
  object-fit: fill;
  width: 100vw;
  height: 36vw;
}

.slide_brd_53 {
  background-color: #ddd0;
  width: 38vw;
  height: auto;
  display: block;
  position: absolute;
  inset: -22.3vw auto auto 2vw;
}

.slide {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
}

.mask-2 {
  border: 1px #000;
  width: auto;
  height: auto;
  overflow: visible;
}

.image-55, .image-56 {
  overflow: visible;
}

.slide-2 {
  position: absolute;
}

.slider-2 {
  background-color: #ddd0;
  width: 38vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.mask-3 {
  overflow: visible;
}

.slide-3 {
  position: absolute;
}

.slider-3 {
  z-index: 150;
  background-color: #ddd0;
  width: 38vw;
  position: relative;
}

.mask-4 {
  overflow: visible;
}

.mask-5 {
  position: relative;
  overflow: visible;
}

.slide-5 {
  z-index: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slide-6 {
  z-index: 300;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slide-7 {
  z-index: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slide-nav-2 {
  overflow: hidden;
}

.slider-4 {
  background-color: #ddd0;
  display: none;
  position: absolute;
}

._02_bracket_new_53 {
  z-index: 100;
  border: 1px #000;
  width: 38vw;
  display: none;
  position: absolute;
  inset: 10.4vw auto auto 0%;
}

.slide-nav-3, .slide-nav-4 {
  opacity: 0;
}

.mask-6 {
  position: relative;
  overflow: visible;
}

.slide-8, .slide-9, .slide-10, .slider-5 {
  position: absolute;
}

.slide-nav-5, .slide-nav-6 {
  opacity: 1;
}

.slide-nav-7 {
  opacity: 0;
}

.slider-6 {
  background-color: #ddd0;
}

.mask-7 {
  overflow: visible;
}

.icon-3, .icon-4 {
  opacity: 0;
}

.mask-8 {
  overflow: visible;
}

.mask-9 {
  position: relative;
}

.src_53 {
  z-index: 1;
  width: 100vw;
  max-width: none;
  max-height: none;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.title_round_lib {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #b60a00;
  object-fit: fill;
  background-color: #ffffffeb;
  border-radius: 0 0 1.5vw;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 22vw;
  max-width: none;
  margin-top: 5vw;
  padding-bottom: .2vw;
  padding-left: 5vw;
  padding-right: 2vw;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 3.6dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.title_round_53 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #b60a00;
  object-fit: fill;
  background-color: #ffffffc7;
  border-radius: 0 0 1.5vw;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 27vw;
  max-width: none;
  margin-top: 5vw;
  padding-bottom: .2vw;
  padding-left: 5vw;
  padding-right: 2vw;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 3.6dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.text-span-42 {
  font-weight: 200;
}

.title1st4_kr_bk_53 {
  z-index: 100;
  color: #fff;
  width: 16.3vw;
  margin-top: 0;
  margin-left: 10vw;
  font-size: 1.4dvw;
  font-weight: 600;
  line-height: 2.2dvw;
  display: flex;
  position: static;
}

.dwg_column_53 {
  z-index: 100;
  width: 44vw;
  margin-left: 6.3vw;
  position: relative;
  top: 22vw;
}

.box_show_53 {
  z-index: 100;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 20vw;
  margin-top: 3vw;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 14vw;
  bottom: 0;
  left: 26vw;
}

.arrow2_53 {
  background-color: #fff;
  width: 10.5vw;
  height: .1vw;
  margin-top: 1.2vw;
  position: static;
}

.div-block-46 {
  z-index: 100;
  display: flex;
  position: relative;
  top: 23vw;
}

.popover2_53 {
  z-index: 100;
  float: none;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.po_vertical_53 {
  z-index: 300;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: 1.2vw;
  width: 90vw;
  height: 64.5vw;
  margin-top: 2.2vw;
  margin-left: 5vw;
  display: none;
  position: relative;
  inset: 0% auto auto 0%;
}

._2txt_vertical_53 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: baseline;
  margin-top: 1vw;
  margin-left: 0;
  display: flex;
}

.txt_vertical_53 {
  color: #b60a00;
  padding-top: 2vw;
  padding-bottom: .5vw;
  padding-left: 1vw;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2vw;
}

.txt_exp_vertical_53 {
  z-index: 400;
  color: #000;
  width: 18vw;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
  position: absolute;
  inset: 2vw auto auto 21vw;
}

.revision_txt_21class-copy {
  color: #b60a00;
  padding-top: 2vw;
  padding-bottom: .5vw;
  padding-left: 1vw;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2vw;
}

.img_vertical_53 {
  width: 38vw;
  max-width: none;
  margin-top: -1.8vw;
}

.video_vertical_53 {
  z-index: 400;
  aspect-ratio: 1920 / 1080;
  background-color: #fff0;
  height: 31.7vw;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: auto auto 2vw 21vw;
  overflow: visible;
}

.box_show3_53 {
  z-index: 100;
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 5vw;
  margin-left: 0;
  margin-right: 13.5vw;
  display: flex;
  position: absolute;
  inset: 22vw auto auto 21vw;
}

.div-block-47 {
  z-index: 400;
  aspect-ratio: 230 / 350;
  width: auto;
  height: 60vw;
  margin-top: 2.5vw;
  margin-left: 2.5vw;
  position: relative;
}

.image-58 {
  aspect-ratio: 100 / 350;
  width: 17.1vw;
  position: absolute;
}

.text-span-43 {
  font-size: .1vw;
  line-height: .1vw;
}

.div_sleeve_53 {
  z-index: 400;
  background-color: #dd7f7f00;
  position: absolute;
  inset: 2.2vw auto auto 40vw;
}

.img_diagonal1_53 {
  height: 13vw;
  position: static;
}

.diagonal_53 {
  display: flex;
}

.perpendicular_53 {
  margin-top: 1vw;
  display: flex;
}

.img_diagonal2_53 {
  height: 13vw;
  padding-left: 1vw;
  position: static;
}

.img_perpendicular_53 {
  height: 13vw;
  position: static;
}

.txt_po1_53 {
  color: #000;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  height: 15vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
  position: static;
  inset: 2vw auto auto 21vw;
}

.txt_po2_53 {
  color: #000;
  width: 16vw;
  height: 15vw;
  padding-top: 0;
  padding-left: 1vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
  position: static;
  inset: 2vw auto auto 21vw;
}

.text-block-18 {
  padding-top: 2vw;
  padding-left: 1vw;
  padding-right: 2vw;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.code_vertical_53 {
  z-index: 100;
  aspect-ratio: 230 / 350;
  width: auto;
  max-width: 100%;
  height: 60vw;
  display: block;
  position: absolute;
}

.tip_cft_53 {
  border: .2vw #fff;
  border-top: .2vw solid #000;
  border-left: .2vw solid #000;
  width: 1vw;
  height: 1vw;
  transition: opacity .2s;
  transform: translate(.3vw)rotate(-45deg)translate(0, -.65vw);
}

.txt_show_column_53 {
  z-index: 4;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 51vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: static;
}

.btn_show_column_53 {
  z-index: 200;
  color: #d66d04;
  mix-blend-mode: normal;
  background-color: #000000b3;
  border: .13vw solid #ffffff91;
  border-radius: .7vw;
  padding: .2vw 1.1vw .3vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4vw;
  position: relative;
}

.btn_show_column_53:hover {
  background-color: #0003;
}

.btn_show_column_53:active {
  background-color: #000000b3;
}

.title2nd_kr_bk_35 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  font-size: 2.4dvw;
  font-weight: 200;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.page_35mill_defect {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.contents_35 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 2dvw;
  margin-left: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.txt_wrap1_35 {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 57vw;
  height: auto;
  margin-top: .5vw;
  margin-left: 10vw;
  display: flex;
  position: relative;
}

.title1st_kr_bk_35 {
  color: #00000045;
  margin-top: 0;
  margin-left: -3vw;
  font-size: 1.4dvw;
  font-weight: 700;
  line-height: 2dvw;
}

.explain_35 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.po_35_defect {
  z-index: 200;
  background-color: #fff;
  border: .1vw solid #000;
  border-radius: .5vw;
  width: 94vw;
  margin-top: 0;
  padding: 0;
  display: none;
  position: absolute;
  inset: 2vw 3vw auto auto;
  overflow: clip;
}

.img_defect_35 {
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  padding: 0 0 .7vw;
  position: relative;
  overflow: visible;
}

.div-block-48 {
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.image_defect_35 {
  z-index: 2;
  opacity: 1;
  width: 100%;
  max-width: none;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.image_bg_35 {
  z-index: 1;
  width: 100%;
  max-width: none;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.grid_fect_35 {
  z-index: 100;
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  background-color: #0000;
  border: .2vw solid #00000094;
  border-style: solid none;
  grid-template: "."
                 "."
                 "Area"
                 "."
                 / .25fr .3fr .85fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch stretch;
  width: 45vw;
  margin-top: 1vw;
  margin-left: 10vw;
  margin-right: 6vw;
  position: static;
}

.txt_grid_35, .txt_grid_none_35 {
  text-align: center;
  background-color: #fff;
  padding: .3vw 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.4vw;
}

.txt_grid2_35 {
  text-align: center;
  background-color: #fff;
  border-bottom: .1vw solid #00000094;
  border-left: .1vw solid #000;
  padding: .3vw 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.4vw;
}

.txt_grid3_35 {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #00000094;
  border-left: .1vw solid #000;
  padding: .3vw 0 .3vw 1vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.4vw;
}

.txt_grid_bot_35 {
  text-align: center;
  background-color: #fff;
  border-bottom: .1vw solid #00000094;
  padding: .3vw 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.4vw;
}

.txt_grid1_35 {
  text-align: center;
  background-color: #fff;
  padding-top: .3vw;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.4vw;
  transition: opacity .2s;
  transform: translate(0, 11px);
}

.txt_grid2_bot_35 {
  text-align: center;
  background-color: #fff;
  border-bottom: .1vw #00000094;
  border-left: .1vw solid #000;
  padding: .3vw 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.4vw;
}

.txt_grid3_bot_35 {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px #00000094;
  border-left: .1vw solid #000;
  padding: .3vw 0 .3vw 1vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.4vw;
}

.div_defect_35 {
  clear: none;
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto auto 16vw 49vw;
}

.text-block-19 {
  height: 5vw;
}

.txt_defect1_35 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 2vw;
  display: block;
  position: relative;
  overflow: visible;
}

.box_show_35 {
  z-index: 10;
  grid-column-gap: 1.3vw;
  grid-row-gap: 1.3vw;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 13.5vw;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
  left: 60dvw;
}

.txt_defect2_35 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 41vw;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.btn_show1_35 {
  color: #d66d04;
  mix-blend-mode: normal;
  background-color: #73737333;
  border: .13vw solid #545454;
  border-radius: .7vw;
  padding: .2vw 1.3vw .3vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4vw;
  position: static;
}

.btn_show1_35:hover {
  background-color: #0003;
}

.btn_show1_35:active {
  background-color: #000000b3;
}

.btn_hide1_35 {
  color: #d66d04;
  mix-blend-mode: normal;
  background-color: #73737333;
  border: .13vw solid #545454;
  border-radius: .7vw;
  padding: .2vw 1.1vw .3vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4vw;
  position: static;
}

.btn_hide1_35:hover {
  background-color: #0003;
}

.btn_hide1_35:active {
  background-color: #000000b3;
}

.div_show_35 {
  clear: none;
  flex-flow: column;
  width: 41vw;
  height: 24.4vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 28.6vw;
}

.txt_strike_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1vw;
  position: absolute;
  inset: .5vw auto auto 6.2vw;
}

.link-title {
  cursor: pointer;
  flex: 0 auto;
  align-self: center;
  margin-top: .1vw;
  margin-left: .5vw;
  text-decoration: none;
}

.link-title.w--current {
  margin-left: .5vw;
}

.link_search {
  cursor: help;
  background-color: #bcbbbb;
  border-radius: 20%;
  flex: 0 auto;
  align-self: center;
  width: 2.3vw;
  height: 2.3vw;
  margin-top: -.2vw;
  margin-left: 1vw;
  text-decoration: none;
}

.link_search.w--current {
  margin-left: .5vw;
}

.link_work {
  cursor: pointer;
  flex: 0 auto;
  align-self: center;
  margin-top: .1vw;
  margin-left: .5vw;
  text-decoration: none;
}

.link_work.w--current {
  margin-left: .5vw;
}

.search-overlay {
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.btn_close_search {
  z-index: 3;
  aspect-ratio: auto;
  cursor: pointer;
  width: 5vw;
  padding-right: 0;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 77vw;
}

.search-body {
  overflow: auto;
}

.link_full {
  cursor: zoom-in;
  background-color: #bcbbbb;
  border-radius: 20%;
  flex: 0 auto;
  align-self: center;
  width: 2.3vw;
  height: 2.3vw;
  margin-top: -.2vw;
  margin-left: 1vw;
  text-decoration: none;
}

.link_full.w--current {
  margin-left: .5vw;
}

.div_hide_35 {
  clear: none;
  opacity: 0;
  flex-flow: column;
  width: 100%;
  height: 32vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-59 {
  z-index: 3;
  width: 35vw;
  position: absolute;
}

.txt_heat_show_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  line-height: 1vw;
  position: absolute;
  inset: 3.5vw auto auto 9.3vw;
}

.txt_pattern_show_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  line-height: 1vw;
  position: absolute;
  inset: 6.7vw auto auto 4.9vw;
}

.txt_cutting_show_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  line-height: 1vw;
  position: absolute;
  inset: 12.6vw auto auto 20vw;
}

.txt_back_show_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  line-height: 1vw;
  position: absolute;
  inset: 21vw auto auto 10.8vw;
}

.txt_overlap_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1vw;
  position: absolute;
  inset: .5vw auto auto 14vw;
  transform: rotate(-6deg);
}

.txt_pit_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1vw;
  position: absolute;
  inset: .2vw auto auto 21vw;
}

.txt_crack_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1vw;
  position: absolute;
  inset: 2.8vw auto auto 26.3vw;
}

.txt_fisheye_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1vw;
  position: absolute;
  inset: -.5vw auto auto 30.7vw;
}

.txt_undercut_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1vw;
  position: absolute;
  inset: .7vw auto auto 38.9vw;
}

.txt_slag_53 {
  z-index: 4;
  color: #000;
  text-align: right;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.4vw;
  position: absolute;
  inset: 9vw auto auto 16.1vw;
}

.txt_blowhole_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1vw;
  position: absolute;
  inset: 14.4vw auto auto 21.3vw;
}

.txt_fusion_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1vw;
  position: absolute;
  inset: 18.6vw auto auto 30.1vw;
}

.txt_penetration_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1vw;
  position: absolute;
  inset: 22.2vw auto auto 28.8vw;
}

.txt_overhung_53 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: .7vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1vw;
  position: absolute;
  inset: 24.5vw auto auto 18.8vw;
}

.title1st1_kr_bk_35 {
  color: #000;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 6vw;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 2vw;
  overflow: visible;
}

.text-span-44 {
  font-weight: 300;
}

.page_36mill_bh-pipe {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: 2420 / 1668;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.contents_36 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 7dvw;
  margin-left: 24dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.txt_wrap1_36 {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31vw;
  height: auto;
  margin-top: 4vw;
  margin-left: 0;
  display: flex;
  position: relative;
}

.title2nd_kr_bk_36 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-size: 2.4dvw;
  font-weight: 300;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.explain_36 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.explain2_36 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: 52vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.video_01_36 {
  z-index: 10;
  aspect-ratio: 1920 / 1080;
  background-color: #fff;
  height: 28vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.icon_bh_36 {
  width: 12vw;
  position: absolute;
  inset: 7.8vw auto auto 10.7vw;
}

.bh_dwg_36 {
  width: 40vw;
  height: 20vw;
  position: absolute;
  inset: 17vw auto auto 40vw;
}

.svg_bh_dwg_36 {
  width: 25vw;
  position: relative;
  inset: -5.1vw auto auto 10.7vw;
}

.txt_dim1_36 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
  top: 0;
  left: 14.4vw;
  overflow: visible;
}

.text-span-45, .text-span-46 {
  font-weight: 600;
}

.txt_dim2_36 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
  top: 6.6vw;
  overflow: visible;
}

.txt_dim3_36 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
  top: 13.3vw;
  left: 34.1vw;
  overflow: visible;
}

.bg_36 {
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image1_36 {
  z-index: 1;
  width: auto;
  min-width: auto;
  max-width: none;
  max-height: 28vw;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.image2_36 {
  z-index: 1;
  width: auto;
  max-width: none;
  max-height: 28vw;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.icon_pipe_36 {
  width: 12vw;
  position: absolute;
  inset: 7.8vw auto auto 10.7vw;
}

.contents2_36 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 7dvw;
  margin-left: 24dvw;
  display: block;
  position: relative;
  overflow: visible;
}

.video_02_36 {
  z-index: 10;
  aspect-ratio: 1920 / 1080;
  background-color: #fff;
  height: 28vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.pipe_dwg_36 {
  width: 63vw;
  height: 20vw;
  position: absolute;
  inset: 17vw auto auto 28vw;
}

.txt_truss_36 {
  z-index: 4;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2.2vw;
  position: static;
  top: 15vw;
  left: 14.4vw;
  overflow: visible;
}

.svg_pipe_dwg_36 {
  width: 70vw;
  position: relative;
  bottom: auto;
  right: auto;
}

.div-block-49 {
  position: relative;
}

.txt_box_36 {
  border: .1vw solid #000;
  border-radius: .5vw;
  width: 11vw;
  height: 2.4vw;
  position: relative;
  bottom: 5vw;
  left: 5vw;
}

.txt_box_lib {
  border: .1vw solid #000;
  border-radius: .5vw;
  width: 11vw;
  height: 2.4vw;
  position: static;
  bottom: 5vw;
  left: 5vw;
}

.explain3_36 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.title2nd2_kr_bk_36 {
  z-index: 3;
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #000;
  object-fit: fill;
  outline: 3px #b60a00;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 1dvw;
  margin-left: 0;
  font-size: 2.4dvw;
  font-weight: 300;
  line-height: 2.4dvw;
  display: block;
  position: static;
  overflow: visible;
}

.image3_36 {
  z-index: 1;
  width: auto;
  max-width: none;
  max-height: 28vw;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.body-3, .body-4, .body-5 {
  font-family: Noto sans KR, Arial, sans-serif;
}

.explain_thin_21 {
  z-index: 4;
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 48vw;
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto sans KR, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 2vw;
  position: relative;
}

.body-6 {
  border-bottom: .2vw solid #000;
  font-family: Noto sans KR, Arial, sans-serif;
}

.body-8, .body-9, .body-10, .body-11, .body-12, .body-13 {
  font-family: Noto sans KR, Arial, sans-serif;
}

.flow_box_lead1_mill {
  background-color: #faddd300;
  border: .12vw solid #000;
  border-radius: .5dvw;
  width: 9.5dvw;
  margin-top: 0;
  position: relative;
}

.explain3_mill {
  z-index: 4;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  flex: none;
  align-self: auto;
  max-width: 42dvw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3dvw;
  line-height: 1.3dvw;
  position: relative;
  top: 0;
}

@media screen and (max-width: 991px) {
  .menu_left {
    margin-left: 10px;
    padding-top: 2px;
    padding-bottom: 0;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-right: 11px;
  }

  .menu_wrapper {
    background-color: #0000;
    flex: none;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    place-content: stretch space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .link_title {
    margin-left: 5px;
    padding-left: 0;
    padding-right: 5px;
    font-size: 1.5vw;
    display: block;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: inline-grid;
  }

  .container_history {
    aspect-ratio: 2420 / 1668;
    max-width: none;
  }

  .text-block-2 {
    box-sizing: border-box;
    clear: none;
    aspect-ratio: auto;
    text-align: left;
    word-break: normal;
    mix-blend-mode: normal;
    object-fit: fill;
    flex-flow: wrap;
    flex: 0 auto;
    order: 1;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    margin: auto auto auto 17px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .text-block-3 {
    margin-top: 3px;
    margin-left: -533px;
  }

  .text-block-4 {
    margin-top: 63px;
    margin-left: 49px;
  }

  .svg_icon {
    width: 11.5vw;
    margin-left: 0;
  }

  .container-2 {
    flex-flow: row;
    max-width: none;
    height: auto;
    position: static;
  }

  .title_kr_wh {
    width: auto;
    margin-top: 5vw;
    margin-left: 0;
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .title_en {
    width: auto;
    margin-top: 4vw;
    margin-left: -15.4vw;
    font-size: 2.8vw;
    font-weight: 200;
    display: block;
    position: static;
  }

  .explain_wh {
    max-width: 42vw;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .dropdown-list.w--open {
    margin-top: -1px;
  }

  .dropdown-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.6vw;
    font-weight: 500;
    line-height: 2vw;
  }

  .drop_menu {
    display: block;
  }

  .link_step {
    margin-left: 5px;
    padding-left: 0;
    padding-right: 5px;
    font-size: 12px;
  }

  .text-block-8 {
    font-size: 1.5vw;
  }

  .dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
  }

  .svg_level {
    width: 9vw;
    margin-left: 0;
  }

  .link_level2 {
    flex: none;
    margin-left: 0;
  }

  .menu_left-copy {
    padding-left: 0;
    padding-right: 5px;
  }

  .category {
    font-size: 1.5vw;
    text-decoration: none;
  }

  .div-block-5, .pop_iiron {
    display: none;
  }

  .explain_popup {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .pop_home {
    display: none;
  }

  .container_title {
    aspect-ratio: 2420 / 1250;
    max-width: none;
  }

  .container_title_txt {
    flex-flow: row;
    max-width: none;
    height: auto;
    padding-left: 6vw;
    position: static;
  }

  .explain_black {
    max-width: 60vw;
    margin-left: 3vw;
    margin-right: 0;
    padding-left: 0;
    font-size: 1.6vw;
    line-height: 2.6vw;
  }

  .title_kr_black {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    font-size: 3.8vw;
    line-height: 6vw;
  }

  .title_kr_05st {
    width: auto;
    margin-top: -4vw;
    margin-left: 0;
    font-size: 4vw;
    line-height: 6vw;
    position: static;
  }

  .container_menu {
    padding-left: 2vw;
    padding-right: 3vw;
  }

  .navbar-wrapper-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-right: 11px;
  }

  .menu_left_bar {
    margin-left: 0;
    padding-top: .3vw;
    padding-bottom: 0;
  }

  .menu_right_bar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-right: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 0 0 0 0;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.4vw;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-link-2 {
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .menu-button-2 {
    padding: 0 12px 1vw;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-block-9 {
    font-size: 1.4vw;
  }

  .container_classification {
    aspect-ratio: 2420 / 1668;
    max-width: none;
  }

  .section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 2420px;
    height: 100vh;
    display: grid;
  }

  .div-block-6 {
    object-fit: cover;
    position: absolute;
  }

  .img_bg {
    aspect-ratio: 2420 / 1668;
    object-fit: cover;
    height: 100vh;
  }

  .section-2 {
    aspect-ratio: 2420 / 1668;
  }

  .txt_wrap_12feature {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    margin-top: 3vw;
    margin-left: 11vw;
    display: flex;
  }

  .title2nd_kr_bk {
    width: auto;
    margin-top: 2.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain_bk {
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .title1st_kr_bk {
    margin-top: 2vw;
    font-size: 1.8vw;
  }

  .table_wh {
    width: 54vw;
    margin-top: 8vw;
  }

  .t-xt_table_title {
    font-size: 1.8vw;
    line-height: 3vw;
  }

  .txt_table_explain {
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 2.3vw;
  }

  .section-2-copy {
    aspect-ratio: 2420 / 1668;
  }

  .explain_bk_large {
    max-width: 70vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.8vw;
    line-height: 2.4vw;
  }

  ._2-text-2 {
    margin-top: .5vw;
  }

  .explain_grey, .explain_bk_narrow, .explain_bk_narrow2 {
    max-width: 70vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .explain_bk_narrow3 {
    max-width: 70vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.2vw;
  }

  .explain_bk_narrow2-2 {
    max-width: 70vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.23vw;
  }

  .explain_bk-1, .explain_bk_narrow-1 {
    max-width: 70vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.2vw;
  }

  .arrow_tablet {
    width: 17vw;
    margin-top: 22.2vw;
  }

  .btn_show_31mill_shop_all {
    font-size: 1.5vw;
  }

  ._2-text-3 {
    margin-top: 0;
  }

  .contents_12features {
    margin-top: 0;
    margin-left: 0;
  }

  .txt_wrap_21classification {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    margin-top: 1vw;
  }

  .explain_bk_narrow_sm490 {
    max-width: 70vw;
    margin-left: 12.5vw;
    margin-right: 0;
    font-size: 1.4vw;
    line-height: 1.5vw;
  }

  .explain_bk_narrow2_sm490 {
    max-width: 70vw;
    margin-left: 12.5vw;
    margin-right: 0;
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .explain_bk-1_sm490 {
    max-width: 70vw;
    margin-top: .7vw;
    margin-left: 8.8vw;
    margin-right: 0;
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .explain_bk_narrow3_sm490 {
    max-width: 70vw;
    margin-left: 8.8vw;
    margin-right: 0;
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .explain_bk_narrow-1_sm490, .explain_bk_narrow2-2_sm490 {
    max-width: 70vw;
    margin-left: 4.2vw;
    margin-right: 0;
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .arrow_desktop_21 {
    width: 16.5vw;
    margin-top: 21.8vw;
    margin-left: 6.5vw;
  }

  .txt_wrap_22classification_shape {
    margin-top: 4vw;
    margin-left: 8vw;
  }

  .title2nd_kr_bk_small {
    width: auto;
    margin-top: 1vw;
    margin-left: 0;
    font-size: 2.6vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .title2nd_kr_bk_thick {
    width: auto;
    margin-top: 1vw;
    margin-left: 0;
    font-size: 2vw;
    font-weight: 600;
    line-height: 2.8vw;
  }

  .grid_shape {
    margin-bottom: 2vw;
    margin-left: 2vw;
    margin-right: 1vw;
  }

  .explain_bk-copy, .table_center {
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .title2nd_kr_bk_thick2 {
    width: auto;
    margin-top: 1vw;
    margin-left: 10vw;
    font-size: 2vw;
    font-weight: 600;
    line-height: 2.8vw;
  }

  .grid_shape2 {
    margin-left: 0;
    margin-right: 38vw;
  }

  .image-14 {
    width: 130%;
    margin-top: 0;
    margin-left: -5vw;
  }

  ._2-text-2-1 {
    margin-top: 2vw;
  }

  .table_center3 {
    background-color: #fff0;
    border-radius: 1vw;
    max-width: 62vw;
    margin-left: -12vw;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .table_center2 {
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-left: -5vw;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  ._2-text-2-2, ._2-text-2-2-1 {
    margin-top: 0;
  }

  .explain_bk_whitebox {
    background-color: #fff;
    border-radius: .5vw;
    max-width: 62vw;
    margin-top: .5vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    padding-right: .5vw;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .title1_mill {
    margin-top: 1vw;
    font-size: 1.8vw;
  }

  .title2_mill {
    width: auto;
    margin-top: 5vw;
    margin-left: -9vw;
    padding-bottom: .3vw;
    font-size: 2.8vw;
    font-weight: 300;
    line-height: 3.6vw;
  }

  .explain_mill {
    background-color: #fff;
    border-radius: 1vw;
    width: 50vw;
    max-width: none;
    margin-top: .5vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .table_mill {
    width: 54vw;
    margin-top: 8vw;
  }

  .t-xt_table_title_mill {
    font-size: 1.8vw;
    line-height: 3vw;
  }

  .txt_table_mill {
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 2.3vw;
  }

  .div-block-19 {
    margin-left: 2.5vw;
  }

  .flow_box_mill {
    width: 12vw;
  }

  .text-block-11 {
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .tip_center_white_mill {
    border-left-width: .8dvw;
    border-right-width: .8dvw;
    top: 1.1vw;
    left: -.65dvw;
  }

  .arrow_bot {
    border-right-width: .2vw;
  }

  .tip_left_bot_mill {
    border-top-width: .8vw;
    border-left-width: .8vw;
    border-right-width: .85vw;
    top: 2.8vw;
    left: -.9dvw;
  }

  .tip_bot_right_mill {
    border-top-width: .8vw;
    border-bottom-width: .8vw;
    border-left-width: .8vw;
    top: 2.8vw;
    left: 7.9vw;
  }

  .arrow_left_bot_mill {
    border-top-width: .2vw;
    border-left-width: .2vw;
    border-right-width: .2vw;
    width: 8.7vw;
    height: 3.7dvw;
  }

  .arrow_bot_right_mill {
    border-bottom-width: .2vw;
    border-left-width: .2vw;
  }

  .arrow_bot_2_mill {
    border-right-width: .2vw;
  }

  .arrow_u_mill {
    border-top-width: .2vw;
    border-bottom-width: .2vw;
    border-right-width: .2vw;
    height: 4.05dvw;
  }

  .txt_no_mill {
    font-size: 1.6dvw;
    font-weight: 600;
    bottom: 0;
  }

  .arrow_u2_mill {
    border-top-width: .2vw;
    border-bottom-width: .2vw;
    border-right-width: .2vw;
    height: 4dvw;
  }

  .flow_txt_mill {
    border-width: .16vw;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 2vw;
  }

  .tip_u_mill {
    border-top-width: .8vw;
    border-bottom-width: .8vw;
    border-right-width: .8vw;
    top: -.8vw;
  }

  .txt_wrap_mill {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    margin-top: 3vw;
    margin-left: 9vw;
    display: flex;
  }

  .txt_wrap2_bot_mill {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    align-items: flex-start;
    width: 22vw;
    display: flex;
    top: -1vw;
    left: 6.2vw;
  }

  .contents_mill {
    margin-top: 0;
  }

  .title1st_kr_bk_feature {
    margin-top: 2vw;
    font-size: 1.8vw;
  }

  .title2nd_kr_bk_feature {
    width: auto;
    margin-top: 2.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain_bk_feature {
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .table_wh_feature {
    width: 54vw;
    margin-top: 7vw;
  }

  .title2nd_kr_bk_classfication {
    width: auto;
    margin-top: 1vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 3vw;
  }

  .explain_wh_history {
    max-width: 42vw;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .title_kr_wh_history {
    width: auto;
    margin-top: 5vw;
    margin-left: 0;
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .txt_wrap_history {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 42vw;
    margin-top: 3vw;
    margin-left: 11vw;
    display: flex;
  }

  .explain2_mill {
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .flow_box_lead_mill {
    border-width: .1vw;
    border-radius: .5vw;
    width: 9vw;
  }

  .tip_left_mill {
    border-top-width: .8vw;
    border-left-width: .8vw;
    border-right-width: .8vw;
    top: 3vw;
    left: -.6dvw;
  }

  .txt_wrap2_top_mill {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .arrow_big_red_mill {
    display: none;
  }

  .explain_black_title_st {
    max-width: 60vw;
    margin-left: 3vw;
    margin-right: 0;
    padding-left: 0;
    font-size: 1.6vw;
    line-height: 2.6vw;
  }

  .title_en_st {
    width: auto;
    margin-top: 4vw;
    margin-left: -15.4vw;
    font-size: 2.8vw;
    font-weight: 200;
    display: block;
    position: static;
  }

  .txt_wrap2_middle_mill {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    border-bottom-width: .1vw;
    border-left-width: .1vw;
    border-right-width: .1vw;
    margin-top: 0;
    margin-left: 3vw;
    display: flex;
    left: 2dvw;
  }

  .contents_mill_right {
    width: 38vw;
    height: auto;
    margin-top: 0;
    inset: 6.5vw auto auto 60vw;
  }

  .contents_mill1 {
    margin-top: 0;
  }

  .page_mill1, .page_mill2 {
    aspect-ratio: 2420 / 1668;
  }

  .contents_mill2 {
    margin-top: 0;
  }

  .txt_wrap_mill2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    margin-top: 3vw;
    margin-left: 11vw;
    display: flex;
  }

  .title2nd_kr_bk_mill2 {
    width: auto;
    margin-top: 2.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain_mill2, .explain_mill2_white {
    background-color: #fff0;
    border-radius: 1vw;
    max-width: 62vw;
    margin-top: .5vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .explain_mill2_cg {
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-top: .5vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .page_history, .page_feature, .page_class1, .page_class2 {
    aspect-ratio: 2420 / 1668;
  }

  .text-block-12, ._11txt_building {
    font-size: 1.7vw;
    line-height: 2.4vw;
  }

  ._11po_building {
    display: none;
    top: 2.5vw;
    left: 58vw;
  }

  ._11po_bridge {
    width: auto;
    display: none;
    left: 55vw;
  }

  .btn_close {
    width: 6vw;
  }

  ._11txt_building_title {
    font-size: 1.7vw;
    line-height: 2.2vw;
  }

  ._11po_bridge_cont {
    width: 41vw;
  }

  .btn_full {
    height: 2.3vw;
  }

  .page_feature-2, .page_mill1-2 {
    aspect-ratio: 2420 / 1668;
  }

  .contents_mill_dwg, ._2-text-2-2-1_mill_dwg {
    margin-top: 0;
  }

  .explain_mill_dwg_white {
    background-color: #fff0;
    border-radius: 1vw;
    max-width: 62vw;
    margin-top: .5vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  ._31mill_shop_all, ._31mill_shop_plan, ._31mill_shop_section {
    display: none;
    top: 3vw;
    left: 58vw;
  }

  ._31mill_shop_symbol {
    display: block;
    top: 3vw;
    left: 58vw;
  }

  ._31mill_shop_list {
    display: none;
    top: 3vw;
    left: 58vw;
  }

  ._31mill_shop_plan_txt, ._31mill_shop_section_txt {
    font-size: 1.7vw;
    line-height: 2.2vw;
  }

  ._31mill_shop_symbol_txt, ._31mill_shop_list_txt, ._31mill_shop_list_txt_explain {
    font-size: 2vw;
    font-weight: 100;
    line-height: 2vw;
  }

  ._31mill_shop_list_lib {
    display: none;
    top: 3vw;
    left: 58vw;
  }

  .txt_lib, .txt_explain_lib {
    font-size: 2vw;
    font-weight: 100;
    line-height: 2vw;
  }

  .contents_lib {
    margin-top: 0;
  }

  .txt_wrap_lib {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    margin-top: 3vw;
    margin-left: 11vw;
    display: flex;
  }

  .title2nd_kr_bk_lib {
    width: auto;
    margin-top: 2.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain_lib {
    background-color: #fff0;
    border-radius: 1vw;
    max-width: 62vw;
    margin-top: .5vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .text_show, .text_show_lib {
    margin-top: 0;
  }

  .btn_show_lib {
    font-size: 1.5vw;
  }

  .txt_show {
    -webkit-text-stroke-color: #fff0;
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .box_show_lib {
    margin-top: 0;
  }

  .title2nd_kr_bk_feature_lib {
    width: auto;
    margin-top: 2.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .title1st_kr_bk_feature_lib {
    margin-top: 2vw;
    font-size: 1.8vw;
  }

  .explain_bk_feature_lib {
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .table_wh_feature-copy {
    width: 54vw;
    margin-top: 7vw;
  }

  .table_title_lib {
    font-size: 1.8vw;
    line-height: 3vw;
  }

  .txt_table_explain_lib {
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 2.3vw;
  }

  .box_show_21class1 {
    margin-top: 1vw;
  }

  .box_show_21class2 {
    margin-top: 0;
  }

  .scroll_comparison_21class {
    width: 72vw;
    display: none;
  }

  .btn_close_fix_right1vw_21 {
    width: 7vw;
    left: 63.1vw;
  }

  .revision_21class {
    width: 60vw;
    display: none;
    top: 1vw;
  }

  ._2txt_revision_21class {
    margin-top: 1vw;
  }

  .explain_bk_ks_21class {
    max-width: 70vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.8vw;
    line-height: 2.4vw;
  }

  .explain_grey-copy, ._2txt_title {
    max-width: 70vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  ._2txt_title_2class {
    max-width: 70vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 2.4vw;
  }

  .revision_txt_21class {
    font-size: 2vw;
    font-weight: 300;
    line-height: 2vw;
  }

  .revision_txt_exp_21class {
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 2.4vw;
  }

  .svg_ksrevision {
    width: 46vw;
  }

  .revision_txt2_exp_21class {
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 2.4vw;
  }

  .revision_txt3_exp_21class {
    font-size: 1.6vw;
    font-weight: 100;
    line-height: 2.4vw;
  }

  .btn_show {
    flex: none;
    align-self: center;
    font-size: 1.5vw;
  }

  .btn_show_scroll_21class {
    font-size: 1.5vw;
  }

  .contents_32mill_material {
    margin-top: 0;
  }

  .txt_wrap_32mill_material {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    margin-top: 3vw;
    margin-left: 11vw;
    display: flex;
  }

  .title1st_kr_bk_32mill_material {
    margin-top: 2vw;
    font-size: 1.8vw;
  }

  .title2nd_kr_bk_32mill_material {
    width: auto;
    margin-top: 2.5vw;
    margin-left: 0;
    font-family: Noto sans KR, Arial, sans-serif;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain_bk_32mill_material {
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .box_show_32mill_material {
    margin-top: 0;
  }

  .txt_wrap2_32mill_material {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 42vw;
    margin-top: 3vw;
    margin-left: 11vw;
    display: flex;
  }

  .explain_32mill_material {
    max-width: 42vw;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .txt_wrap_lib2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 42vw;
    margin-top: 3vw;
    margin-left: 11vw;
    display: flex;
  }

  .explain_lib2 {
    max-width: 42vw;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .page_33mill_manufacture {
    aspect-ratio: 2420 / 1668;
  }

  .contents_33mill_manufacture {
    margin-top: 0;
  }

  .txt_wrap1_34mill_welding {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 67vw;
    margin-top: 3vw;
    margin-left: 6vw;
    display: flex;
  }

  .title1st_kr_bk_33mill_manufacture {
    margin-top: 2vw;
    font-size: 1.8vw;
  }

  .title2nd_kr_bk_33mill_manufacture {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain_33mill_manufacture {
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .explain2_33mill_manufacture {
    width: 38vw;
    max-width: none;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .grid_33mill_manufacture, .grid_btn_lib {
    left: 48vw;
  }

  .page_34mill_welding {
    aspect-ratio: 2420 / 1668;
  }

  .contents2_34mill_welding {
    margin-top: 0;
  }

  .title1st1_kr_bk_34 {
    margin-top: 2vw;
    font-size: 1.8vw;
  }

  .title2nd_kr1_bk_34 {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain1_34 {
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .explain2_34 {
    width: 38vw;
    max-width: none;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .txt_wrap2_34mill_welding {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 67vw;
    margin-top: 3vw;
    margin-left: 6vw;
    display: flex;
  }

  .title1st2_kr_bk_34 {
    margin-top: 2vw;
    font-size: 1.8vw;
  }

  .title2nd_kr2_bk_34 {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain23_34 {
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .grid_video_34 {
    left: 48vw;
  }

  .contents3_34mill {
    margin-top: 0;
  }

  .txt_wrap3_34mill {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 67vw;
    margin-top: 3vw;
    margin-left: 6vw;
    display: flex;
  }

  .title2nd_kr3_bk_34 {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain3_34 {
    width: 38vw;
    max-width: none;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .table_center_34 {
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .title3rd_kr3_bk_34, .title3rd_kr4_bk_34 {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .grid_method_34 {
    left: 48vw;
  }

  .contents4_34mill {
    margin-top: 0;
  }

  .txt_wrap4_34mill {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 67vw;
    margin-top: 3vw;
    margin-left: 6vw;
    display: flex;
  }

  .title2nd_kr4_bk_34 {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain4_34 {
    width: 38vw;
    max-width: none;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .grid_inspect_34 {
    left: 48vw;
  }

  .explain5_34 {
    width: 38vw;
    max-width: none;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .title3rd_kr5_bk_34 {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .box_show_34 {
    margin-top: 1vw;
  }

  .txt_show1_34, .txt_show2_34 {
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .btn_show1_34, .video-tab_show2_34 {
    flex: none;
    align-self: center;
    font-size: 1.5vw;
  }

  .box_show_rev_21class {
    margin-top: 1vw;
  }

  ._2-text-2-2_21 {
    margin-top: 0;
  }

  .btn_close_fix_34, .btn_close_video_34 {
    width: 7vw;
  }

  .page_53 {
    aspect-ratio: 2420 / 1668;
  }

  .box_show1_53 {
    margin-top: 1vw;
    margin-left: 4vw;
  }

  .txt_show1_53 {
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.5vw;
    line-height: 1.6vw;
  }

  .btn_show1_53 {
    flex: none;
    align-self: center;
    font-size: 1.5vw;
  }

  .contents1_53 {
    margin-top: 0;
    margin-left: 0;
  }

  .txt_wrap1_53 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 33vw;
    margin-top: 5vw;
    margin-left: 4vw;
    display: flex;
  }

  .title1st1_kr_bk_53 {
    margin-top: 0;
    font-size: 1.8vw;
    line-height: 2.5dvw;
  }

  .title2nd_kr1_bk_53 {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain1_53 {
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .image_bg1_53 {
    margin-right: -5vw;
  }

  .contents2_53 {
    margin-top: 0;
    margin-left: 7dvw;
  }

  .txt_wrap2_53 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 67vw;
    margin-top: 4vw;
    margin-left: 0;
    display: flex;
  }

  .po_01_slide_53 {
    display: none;
  }

  .btn_close_53 {
    width: 7vw;
  }

  .contents4_53 {
    margin-top: 0;
  }

  .txt_wrap4_53 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 67vw;
    margin-top: 1vw;
    margin-left: 8vw;
    display: flex;
  }

  .title3rd_kr5_bk_53, .title2nd_kr4_bk_53 {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain4_53 {
    width: 48vw;
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .title2nd_kr2_bk_53 {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 2.8vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .title2nd_kr1-2_bk_53 {
    width: auto;
    margin-top: .5vw;
    margin-left: 0;
    font-size: 1.5vw;
    font-weight: 200;
    line-height: 2vw;
  }

  .title_brd_53 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    font-size: 6vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .brd_txt1_53 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .title_brd_small_53 {
    width: auto;
    margin-top: 0;
    margin-bottom: -.2vw;
    margin-left: 0;
    font-size: 2vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .title_brd_small2_53 {
    color: #696969;
    width: auto;
    margin-top: 0;
    margin-bottom: -.2vw;
    margin-left: 0;
    padding-left: .5vw;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 1.6vw;
  }

  .bg_white-1_53 {
    height: 3vw;
    margin-top: -2vw;
    margin-left: 6vw;
    padding-bottom: 0;
  }

  .brd1_53 {
    margin-top: 3vw;
    margin-left: 3.5vw;
  }

  .brd2_53 {
    margin-top: -.8vw;
    margin-left: 3.5vw;
  }

  .bg_white-2_53 {
    height: 3vw;
    margin-top: -2vw;
    margin-left: 7.5vw;
    padding-bottom: 0;
  }

  .title_brd_small_c_53 {
    width: auto;
    margin-top: 0;
    margin-bottom: -.2vw;
    margin-left: 0;
    font-size: 2.8vw;
    font-weight: 400;
    line-height: 2.8vw;
  }

  .brd3_53 {
    margin-top: 0;
    margin-left: 3.5vw;
  }

  .title_brd_supported_53 {
    width: auto;
    margin-top: -1vw;
    margin-left: 3vw;
    font-size: 2vw;
    font-weight: 300;
    line-height: 2vw;
  }

  .title_brd_small_53-copy {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .title_brd_small3_53 {
    width: auto;
    margin-top: 0;
    margin-bottom: -.2vw;
    margin-left: -.2vw;
    font-size: 2vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .explain2_53 {
    width: 28vw;
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .zone_53 {
    width: 35vw;
    top: 3vw;
  }

  .contents3_53 {
    margin-top: 0;
    margin-left: 41dvw;
  }

  .txt_wrap3_53 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 67vw;
    margin-top: 5vw;
    margin-left: 0;
    display: flex;
  }

  .title2nd_kr3_bk_53 {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain3_53 {
    width: 38vw;
    max-width: none;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .image-50 {
    width: 35vw;
    position: absolute;
    top: 1.5vw;
    left: 21vw;
  }

  .grid_brd_53 {
    inset: auto 0% 4vw auto;
  }

  .no_grid_53 {
    padding-top: .5vw;
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .txt_grid_brd_53 {
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .div-block-41 {
    top: 25vw;
    left: -7.2vw;
  }

  .text-block-16 {
    font-size: 1.5vw;
  }

  .grid_txt_brd_53 {
    left: 48vw;
  }

  .title_round_lib {
    width: auto;
    margin-top: 2vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .title_round_53 {
    width: 36vw;
    margin-top: 7vw;
    margin-left: 0;
    padding-left: 10vw;
    font-size: 2.8vw;
    font-weight: 200;
    line-height: 4vw;
  }

  .title1st4_kr_bk_53 {
    width: auto;
    margin-top: .5vw;
    font-size: 1.6vw;
    line-height: 1.6dvw;
  }

  .box_show_53 {
    margin-top: 2.5vw;
  }

  .po_vertical_53 {
    width: 96vw;
    margin-left: 2vw;
    display: none;
  }

  ._2txt_vertical_53 {
    margin-top: 0;
  }

  .txt_vertical_53 {
    font-size: 2vw;
    font-weight: 100;
    line-height: 2vw;
  }

  .txt_exp_vertical_53 {
    width: 20vw;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .revision_txt_21class-copy {
    font-size: 2vw;
    font-weight: 100;
    line-height: 2vw;
  }

  .video_vertical_53 {
    bottom: 1.8vw;
  }

  .box_show3_53 {
    z-index: 500;
    margin-top: 5vw;
  }

  .div_sleeve_53 {
    left: 42vw;
  }

  .txt_po1_53 {
    font-size: 2vw;
    font-weight: 100;
    line-height: 2vw;
  }

  .txt_po2_53 {
    width: 18vw;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .text-block-18 {
    color: #000;
    padding-top: 3vw;
    padding-right: 1vw;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .txt_show_column_53 {
    color: #fff;
    -webkit-text-stroke-color: #fff0;
    background-color: #fff0;
    border-radius: 1vw;
    max-width: 62vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .5vw;
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .btn_show_column_53 {
    flex: none;
    align-self: center;
    font-size: 1.5vw;
  }

  .title2nd_kr_bk_35 {
    width: auto;
    margin-top: 2.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .page_35mill_defect {
    aspect-ratio: 2420 / 1668;
  }

  .contents_35 {
    margin-top: 0;
  }

  .txt_wrap1_35 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 42vw;
    margin-top: 3vw;
    margin-left: 11vw;
    display: flex;
  }

  .title1st_kr_bk_35 {
    margin-top: 2vw;
    font-size: 1.8vw;
  }

  .explain_35 {
    max-width: 42vw;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .grid_fect_35 {
    left: 48vw;
  }

  .txt_defect1_35 {
    max-width: 42vw;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .box_show_35 {
    margin-top: 1vw;
  }

  .txt_defect2_35 {
    max-width: 42vw;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .btn_show1_35, .btn_hide1_35 {
    flex: none;
    align-self: center;
    font-size: 1.5vw;
  }

  .txt_strike_53 {
    max-width: 42vw;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .link-title {
    flex: none;
    margin-left: 0;
  }

  .link_search {
    flex: none;
    width: 2.8vw;
    height: 2.8vw;
    margin-left: .5vw;
  }

  .link_work {
    flex: none;
    margin-left: 0;
  }

  .btn_close_search {
    width: 7vw;
  }

  .link_full {
    flex: none;
    width: 2.8vw;
    height: 2.8vw;
    margin-left: 1vw;
  }

  .btn_svg_zoom {
    margin-top: -.5vw;
    overflow: clip;
  }

  .btn_svg_full {
    margin-top: -.5vw;
  }

  .txt_heat_show_53, .txt_pattern_show_53, .txt_cutting_show_53, .txt_back_show_53, .txt_overlap_53, .txt_pit_53, .txt_crack_53, .txt_fisheye_53, .txt_undercut_53, .txt_slag_53, .txt_blowhole_53, .txt_fusion_53, .txt_penetration_53, .txt_overhung_53 {
    max-width: 42vw;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .title1st1_kr_bk_35 {
    margin-top: 2vw;
    font-size: 1.8vw;
  }

  .page_36mill_bh-pipe {
    aspect-ratio: 2420 / 1668;
  }

  .contents_36 {
    margin-top: 0;
  }

  .txt_wrap1_36 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 67vw;
    margin-top: 3vw;
    margin-left: 6vw;
    display: flex;
  }

  .title2nd_kr_bk_36 {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain_36 {
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .explain2_36 {
    width: 38vw;
    max-width: none;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .txt_dim1_36, .txt_dim2_36, .txt_dim3_36 {
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .contents2_36 {
    margin-top: 0;
  }

  .txt_truss_36, .explain3_36 {
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .title2nd2_kr_bk_36 {
    width: auto;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 2.8vw;
  }

  .explain_thin_21 {
    max-width: 70vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .flow_box_lead1_mill {
    border-width: .1vw;
    border-radius: .5vw;
    width: 12vw;
  }

  .explain3_mill {
    background-color: #fff;
    border-radius: 1vw;
    max-width: 62vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6vw;
    line-height: 2.4vw;
    left: -.3vw;
  }
}

@media screen and (max-width: 767px) {
  .menu_left {
    flex: none;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
    width: auto;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: .86;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 8px;
    padding-left: 0;
    list-style-type: none;
    display: block;
  }

  .link_title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: right;
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 2.5vw;
    display: block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    padding: 3px 5px;
  }

  .menu-button.w--open {
    clear: none;
  }

  .div-block {
    display: block;
  }

  .image-2 {
    width: 100%;
    display: block;
  }

  .container_history {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-left: 11vw;
  }

  .text-block-2 {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    overflow-wrap: normal;
    object-fit: fill;
    flex-flow: row;
    order: 1;
    align-items: stretch;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    position: static;
  }

  .svg_icon {
    flex: 0 auto;
    width: 18vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 14vw;
    position: static;
    left: 22px;
  }

  .container-2 {
    max-width: none;
    height: auto;
  }

  .title_kr_wh {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 5vw;
    margin-left: 0;
    font-size: 4.4vw;
    display: block;
    position: static;
  }

  .title_en {
    width: auto;
    margin-top: 5vw;
    margin-left: -15.6vw;
    font-size: 2.6vw;
    font-weight: 300;
    display: block;
    position: static;
  }

  .explain_wh {
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .dropdown-list {
    background-color: #fff;
    position: static;
  }

  .dropdown-list.w--open {
    opacity: 100;
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
  }

  .dropdown-link {
    color: #b60a00;
    margin-right: 22px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 0;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 3.6vw;
  }

  .link_icon {
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-bottom: -.1vw;
  }

  .drop_menu {
    text-align: right;
    padding-right: 11px;
  }

  .link_step {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 16px;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .text-block-8 {
    text-align: right;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 3vw;
  }

  .dropdown-toggle {
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
    position: static;
  }

  .icon-2 {
    margin-top: 0;
    margin-bottom: -16px;
    margin-right: -20px;
    position: static;
  }

  .svg_level {
    flex: 0 auto;
    width: 13.5vw;
    margin-left: 0;
    margin-right: 0;
    position: static;
    left: 22px;
  }

  .link_level2 {
    margin-top: 0;
    margin-bottom: -.5vw;
  }

  .menu_left-copy {
    width: auto;
  }

  .category {
    margin-top: 0;
    font-size: 2.2vw;
  }

  .dropdown, .dropdown-2, .dropdown-3 {
    position: static;
  }

  .explain_popup {
    margin-left: 23px;
    margin-right: 25px;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .container_title_txt {
    max-width: none;
    height: auto;
    padding-left: 5vw;
  }

  .explain_black {
    flex: none;
    max-width: 66vw;
    margin-left: 2vw;
    margin-right: 0;
    font-size: 2vw;
    line-height: 3vw;
  }

  .title_kr_black {
    flex-flow: row;
    order: 0;
    align-self: center;
    width: auto;
    max-width: none;
    margin-top: -19px;
    margin-left: 23px;
    font-size: 5vw;
    display: block;
    position: absolute;
  }

  .title_kr_05st {
    flex-flow: row;
    order: 0;
    align-self: center;
    width: auto;
    max-width: none;
    margin-top: -19px;
    margin-left: 0;
    font-size: 4vw;
    font-weight: 400;
    display: block;
    position: static;
  }

  .container_menu {
    width: auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .menu_left_bar {
    flex: none;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
    width: auto;
    padding-top: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    text-align: right;
    background-color: #ffffffe0;
    border-radius: 0;
    flex-flow: column;
    align-items: flex-end;
    padding-top: .5vw;
    padding-bottom: .8vw;
    display: block;
  }

  .nav-link-2 {
    padding: 0 4.6vw 0 2vw;
    font-size: 2vw;
    line-height: 3.6vw;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-icon-2 {
    margin-top: .3vw;
    margin-right: 2.6vw;
    padding-top: 0;
    font-size: 2vw;
    line-height: 3.4vw;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    border-radius: 0;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-right: 0;
    right: 0%;
  }

  .nav-dropdown-link-2 {
    color: #b60a00;
    margin-right: 4.6vw;
    padding: 0 0;
    font-size: 2vw;
    line-height: 3.4vw;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .menu-button-2 {
    padding: .5vw;
  }

  .text-block-9 {
    text-align: right;
    margin-right: 2.4vw;
    padding-left: 2vw;
    font-size: 2vw;
    line-height: 3.6vw;
  }

  .list_item {
    list-style-type: none;
  }

  .container-6 {
    height: 100vh;
  }

  .body-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .txt_wrap_12feature {
    width: 80vw;
    margin-left: 10vw;
  }

  .title2nd_kr_bk {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain_bk {
    max-width: 73vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .title1st_kr_bk {
    margin-top: 2vw;
    font-size: 2.1vw;
    line-height: 2.1vw;
  }

  .table_wh {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 63vw;
    margin-top: 5vw;
    display: grid;
  }

  .t-xt_table_wh_title {
    font-size: 2vw;
    line-height: 2vw;
  }

  .cell_title_left {
    font-size: 14vw;
  }

  .t-xt_table_title {
    font-size: 2vw;
    line-height: 3vw;
  }

  .txt_table_explain {
    margin-top: .7vw;
    font-size: 1.8vw;
    line-height: 2.8vw;
  }

  .table_wh_mobile, .table_wh_mobile-copy, .table_wh-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .explain_bk_large {
    max-width: 78vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 3.1vw;
    line-height: 2.8vw;
  }

  ._2-text-2 {
    margin-top: 0;
  }

  .explain_grey, .explain_bk_narrow, .explain_bk_narrow2, .explain_bk_narrow3, .explain_bk_narrow2-2, .explain_bk-1, .explain_bk_narrow-1 {
    max-width: 78vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .btn_show_31mill_shop_all {
    padding-top: .6vw;
    padding-bottom: .6vw;
    font-size: 1.8vw;
  }

  ._2-text-3 {
    margin-top: .5vw;
  }

  .contents_12features {
    margin-left: 0;
  }

  .txt_wrap_21classification {
    grid-column-gap: .1vw;
    grid-row-gap: .1vw;
    margin-top: 0;
  }

  .explain_bk_narrow_sm490, .explain_bk_narrow2_sm490 {
    max-width: 78vw;
    margin-left: 11vw;
    margin-right: 0;
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .explain_bk-1_sm490, .explain_bk_narrow3_sm490 {
    max-width: 78vw;
    margin-left: 7vw;
    margin-right: 0;
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .explain_bk_narrow-1_sm490, .explain_bk_narrow2-2_sm490 {
    max-width: 78vw;
    margin-left: 2vw;
    margin-right: 0;
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .arrow_desktop_21 {
    width: 17.5vw;
    margin-top: 23vw;
    margin-left: 3.7vw;
  }

  .txt_wrap_22classification_shape {
    margin-top: 5vw;
    margin-left: 8vw;
  }

  .title2nd_kr_bk_small {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    font-size: 2.6vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .title2nd_kr_bk_thick {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    font-size: 2.2vw;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .grid_shape {
    margin-bottom: 2vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .explain_bk-copy {
    max-width: 78vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .3vw;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .table_center {
    max-width: 78vw;
    margin-left: -1vw;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .3vw;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .title2nd_kr_bk_thick2 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 10vw;
    font-size: 2.2vw;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .grid_shape2 {
    margin-top: -3vw;
    margin-right: 38vw;
  }

  ._2-text-2-1 {
    margin-top: 1vw;
  }

  .table_center3 {
    max-width: 78vw;
    margin-left: -12vw;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .3vw;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .table_center2 {
    max-width: 78vw;
    margin-left: -5vw;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .3vw;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  ._2-text-2-2 {
    margin-top: 0;
    margin-left: -3vw;
  }

  ._2-text-2-2-1 {
    flex: 0 auto;
    margin-top: 0;
  }

  .explain_bk_whitebox {
    max-width: 73vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: .7vw;
    padding-bottom: .7vw;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .title1_mill {
    margin-top: 2vw;
    font-size: 2.1vw;
    line-height: 2.1vw;
  }

  .title2_mill {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 6vw;
    margin-left: -11vw;
    padding-bottom: 0;
    padding-left: 11vw;
    padding-right: 3vw;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3.6vw;
    display: block;
    position: static;
  }

  .explain_mill {
    width: 80vw;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .table_mill {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 63vw;
    margin-top: 5vw;
    display: grid;
  }

  .t-xt_table_title_mill {
    font-size: 2vw;
    line-height: 3vw;
  }

  .txt_table_mill {
    margin-top: .7vw;
    font-size: 1.8vw;
    line-height: 2.8vw;
  }

  .div-block-18 {
    margin-top: 1dvw;
  }

  .flow_box_mill {
    width: 15vw;
  }

  .text-block-11 {
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .tip_bot_right_mill {
    left: 9.3vw;
  }

  .arrow_left_bot_mill {
    width: 10vw;
    height: 3.7vw;
    margin-top: 4.7vw;
    left: 5vw;
  }

  .arrow_bot_right_mill {
    width: 10.5vw;
    height: 3.6vw;
    left: 5vw;
  }

  .arrow_bot_2_mill {
    height: 4.6vw;
  }

  .arrow_u_mill {
    width: 10vw;
    height: 5vw;
    margin-top: 14.3vw;
  }

  .txt_no_mill {
    font-size: 2vw;
    line-height: 2vw;
  }

  .arrow_u2_mill {
    width: 10vw;
    height: 5vw;
    margin-top: 8vw;
  }

  .flow_txt_mill {
    font-size: 1.9vw;
    line-height: 2.5vw;
  }

  .flow_box_mill2 {
    width: 15vw;
  }

  .txt_wrap_mill {
    margin-top: 2vw;
    margin-left: 10vw;
  }

  .txt_wrap2_bot_mill {
    text-align: left;
    width: 28vw;
    margin-top: 0;
    top: 1.5vw;
    left: 9.8vw;
  }

  .title1st_kr_bk_feature {
    margin-top: 2vw;
    font-size: 2.1vw;
    line-height: 2.1vw;
  }

  .title2nd_kr_bk_feature {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain_bk_feature {
    max-width: 73vw;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .table_wh_feature {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 63vw;
    margin-top: 7vw;
    display: grid;
  }

  .title2nd_kr_bk_classfication {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain_wh_history {
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .title_kr_wh_history {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 5vw;
    margin-left: 0;
    font-size: 4.4vw;
    display: block;
    position: static;
  }

  .txt_wrap_history {
    width: 48vw;
    margin-left: 10vw;
  }

  .explain2_mill {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2vw;
  }

  .flow_box_lead_mill {
    width: 11vw;
  }

  .txt_wrap2_top_mill {
    margin-top: 1vw;
    margin-left: 2vw;
  }

  .explain_black_title_st {
    flex: none;
    max-width: 66vw;
    margin-left: 2vw;
    margin-right: 0;
    font-size: 2vw;
    line-height: 3vw;
  }

  .title_en_st {
    width: auto;
    margin-top: 5vw;
    margin-left: -15.6vw;
    font-size: 2.6vw;
    font-weight: 300;
    display: block;
    position: static;
  }

  .txt_wrap2_middle_mill {
    width: 28vw;
    left: 6.1vw;
  }

  .contents_mill_right {
    background-color: #fffc;
    border-radius: 2vw;
    width: 44.5vw;
    height: 13vw;
    top: 15vw;
    left: 44vw;
  }

  .txt_wrap_mill2 {
    width: 80vw;
    margin-left: 10vw;
  }

  .title2nd_kr_bk_mill2 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain_mill2, .explain_mill2_white, .explain_mill2_cg {
    max-width: 73vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2vw;
  }

  ._11po_building {
    z-index: 20;
    display: none;
    top: 2.5vw;
  }

  ._11po_bridge {
    z-index: 100;
    display: none;
  }

  ._2-text-2-2-1_mill_dwg {
    flex: 0 auto;
    margin-top: 0;
  }

  .explain_mill_dwg_white {
    max-width: 73vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2vw;
  }

  ._31mill_shop_all, ._31mill_shop_plan, ._31mill_shop_section, ._31mill_shop_symbol, ._31mill_shop_list, ._31mill_shop_list_lib {
    z-index: 20;
  }

  .txt_wrap_lib {
    width: 80vw;
    margin-left: 10vw;
  }

  .title2nd_kr_bk_lib {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain_lib {
    max-width: 73vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2vw;
  }

  .text_show, .text_show_lib {
    flex: 0 auto;
    margin-top: 0;
  }

  .btn_show_lib {
    padding-top: .6vw;
    padding-bottom: .6vw;
    font-size: 1.8vw;
  }

  .txt_show {
    max-width: 73vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .box_show_lib {
    flex: 0 auto;
    margin-top: 0;
  }

  .title2nd_kr_bk_feature_lib {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .title1st_kr_bk_feature_lib {
    margin-top: 2vw;
    font-size: 2.1vw;
    line-height: 2.1vw;
  }

  .explain_bk_feature_lib {
    max-width: 73vw;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .table_wh_feature-copy {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 63vw;
    margin-top: 7vw;
    display: grid;
  }

  .table_title_left_lib {
    font-size: 14vw;
  }

  .table_title_lib {
    font-size: 2vw;
    line-height: 3vw;
  }

  .txt_table_explain_lib {
    margin-top: .7vw;
    font-size: 1.8vw;
    line-height: 2.8vw;
  }

  .box_show_21class1 {
    flex: 0 auto;
    margin-top: 1vw;
  }

  .box_show_21class2 {
    flex: 0 auto;
    margin-top: 0;
  }

  .scroll_comparison_21class {
    width: 80vw;
    display: none;
  }

  .btn_close_fix_right1vw_21 {
    left: 72.7vw;
  }

  .revision_21class {
    width: 66vw;
    display: none;
    top: 1.5vw;
  }

  ._2txt_revision_21class {
    margin-top: 0;
    margin-left: -3vw;
  }

  .explain_bk_ks_21class {
    max-width: 78vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 3.1vw;
    line-height: 2.8vw;
  }

  .explain_grey-copy, ._2txt_title, ._2txt_title_2class {
    max-width: 78vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .revision_txt_21class {
    padding-top: 1vw;
    font-size: 2.6vw;
  }

  .revision_txt_exp_21class {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }

  .svg_ksrevision {
    width: 56vw;
  }

  .revision_txt2_exp_21class {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }

  .revision_txt3_exp_21class {
    font-size: 1.8vw;
    font-weight: 300;
  }

  .btn_show, .btn_show_scroll_21class {
    padding-top: .6vw;
    padding-bottom: .6vw;
    font-size: 1.8vw;
  }

  .contents_32mill_material {
    margin-left: 0;
  }

  .txt_wrap_32mill_material {
    width: 80vw;
    margin-left: 8vw;
  }

  .title1st_kr_bk_32mill_material {
    margin-top: 2vw;
    font-size: 2.1vw;
    line-height: 2.1vw;
  }

  .title2nd_kr_bk_32mill_material {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-family: Noto sans KR, Arial, sans-serif;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain_bk_32mill_material {
    max-width: 43vw;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .inspection_32mill_material {
    width: 40vw;
    right: 5vw;
  }

  .box_show_32mill_material {
    flex: 0 auto;
    margin-top: 0;
  }

  .txt_wrap2_32mill_material {
    width: 48vw;
    margin-left: 10vw;
  }

  .explain_32mill_material {
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .txt_wrap_lib2 {
    width: 48vw;
    margin-left: 10vw;
  }

  .explain_lib2 {
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .page_33mill_manufacture {
    font-family: Noto sans KR, Arial, sans-serif;
  }

  .contents_33mill_manufacture {
    margin-left: 0;
  }

  .txt_wrap1_34mill_welding {
    width: 74vw;
    margin-top: 3vw;
    margin-left: 8vw;
  }

  .title1st_kr_bk_33mill_manufacture {
    margin-top: 2vw;
    font-size: 2.1vw;
    line-height: 2.1vw;
  }

  .title2nd_kr_bk_33mill_manufacture {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-family: Noto sans KR, Arial, sans-serif;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain_33mill_manufacture {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-family: Noto sans KR, Arial, sans-serif;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .inspection_33mill_manufacture {
    width: 40vw;
    right: 5vw;
  }

  .text-span-11 {
    font-weight: 600;
  }

  .explain2_33mill_manufacture {
    width: 40vw;
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-family: Noto sans KR, Arial, sans-serif;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .text-span-12, .text-span-13, .text-span-14 {
    font-weight: 600;
  }

  .grid_33mill_manufacture {
    grid-column-gap: .2vw;
    justify-items: center;
    top: 23vw;
    left: 49vw;
  }

  .txt_grid_kr_33mill_manufacture, .txt_grid_en_33mill_manufacture-copy {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .grid_btn_lib {
    grid-column-gap: .2vw;
    justify-items: center;
    top: 23vw;
    left: 49vw;
  }

  .txt_grid_btn_lib, .txt_grid_kr_lib, .txt_grid_en_lib {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .page_34mill_welding {
    font-family: Noto sans KR, Arial, sans-serif;
  }

  .contents2_34mill_welding {
    margin-left: 0;
  }

  .title1st1_kr_bk_34 {
    margin-top: 2vw;
    font-size: 2.1vw;
    line-height: 2.1vw;
  }

  .title2nd_kr1_bk_34 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain1_34 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .explain2_34 {
    width: 40vw;
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .txt_wrap2_34mill_welding {
    width: 74vw;
    margin-top: 1vw;
    margin-left: 8vw;
  }

  .title1st2_kr_bk_34 {
    margin-top: 2vw;
    font-size: 2.1vw;
    line-height: 2.1vw;
  }

  .title2nd_kr2_bk_34 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain23_34 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .grid_video_34 {
    grid-column-gap: .2vw;
    justify-items: center;
    top: 23vw;
    left: 49vw;
  }

  .txt_grid_34, .txt_grid_34-copy {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .contents3_34mill {
    margin-left: 0;
  }

  .txt_wrap3_34mill {
    width: 74vw;
    margin-top: 1vw;
    margin-left: 8vw;
  }

  .title2nd_kr3_bk_34 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain3_34 {
    width: 40vw;
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .table_center_34 {
    max-width: 78vw;
    margin-left: -1vw;
    margin-right: 0;
    padding-top: .3vw;
    padding-bottom: .3vw;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .title3rd_kr3_bk_34, .title3rd_kr4_bk_34 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .grid_method_34 {
    grid-column-gap: .2vw;
    justify-items: center;
    top: 23vw;
    left: 49vw;
  }

  .txt_grid2_34 {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .contents4_34mill {
    margin-left: 0;
  }

  .txt_wrap4_34mill {
    width: 74vw;
    margin-top: 1vw;
    margin-left: 8vw;
  }

  .title2nd_kr4_bk_34 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain4_34 {
    width: 40vw;
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .grid_inspect_34 {
    grid-column-gap: .2vw;
    justify-items: center;
    top: 23vw;
    left: 49vw;
  }

  .explain5_34 {
    width: 40vw;
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .title3rd_kr5_bk_34 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .box_show_34 {
    flex: 0 auto;
    margin-top: 1vw;
  }

  .txt_show1_34, .txt_show2_34 {
    max-width: 73vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .btn_show1_34, .video-tab_show2_34 {
    padding-top: .6vw;
    padding-bottom: .6vw;
    font-size: 1.8vw;
  }

  .box_show_rev_21class {
    flex: 0 auto;
    margin-top: 1vw;
  }

  ._2-text-2-2_21 {
    margin-top: 0;
    margin-left: -3vw;
  }

  .box_show1_53 {
    flex: 0 auto;
    margin-top: 1vw;
    margin-left: 4vw;
  }

  .txt_show1_53 {
    max-width: 73vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.9vw;
    line-height: 2vw;
  }

  .btn_show1_53 {
    padding-top: .6vw;
    padding-bottom: .6vw;
    font-size: 1.8vw;
  }

  .contents1_53 {
    margin-top: 2vw;
    margin-left: 0;
  }

  .txt_wrap1_53 {
    width: 36vw;
    margin-top: 0;
    margin-left: 4vw;
  }

  .title1st1_kr_bk_53 {
    margin-top: 2vw;
    font-size: 2.1vw;
    line-height: 3vw;
  }

  .title2nd_kr1_bk_53 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain1_53 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .image_bg1_53 {
    margin-right: -8vw;
  }

  .contents2_53 {
    margin-left: 0;
  }

  .txt_wrap2_53 {
    width: 74vw;
    margin-top: 1vw;
    margin-left: 8vw;
  }

  .contents4_53 {
    width: auto;
    margin-left: 0;
  }

  .txt_wrap4_53 {
    width: auto;
    margin-top: 1vw;
    margin-left: 8vw;
  }

  .title3rd_kr5_bk_53, .title2nd_kr4_bk_53 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain4_53 {
    width: 61vw;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .title2nd_kr2_bk_53 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .text-span-37 {
    margin-left: -3vw;
  }

  .title2nd_kr1-2_bk_53 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: .5vw;
    margin-left: 0;
    font-size: 2vw;
    font-weight: 300;
    line-height: 2vw;
    display: block;
    position: static;
  }

  .title_brd_53 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    font-size: 5vw;
    font-weight: 400;
    line-height: 5vw;
    display: block;
    position: static;
  }

  .brd_txt1_53 {
    margin-top: -1vw;
    line-height: 14px;
  }

  .title_brd_small_53 {
    flex-flow: row;
    order: 0;
    align-self: flex-end;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: .2vw;
    margin-left: 0;
    font-size: 2.2vw;
    font-weight: 600;
    line-height: 2.2vw;
    display: block;
    position: static;
  }

  .title_brd_small2_53 {
    flex-flow: row;
    order: 0;
    align-self: flex-end;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: .2vw;
    margin-left: 0;
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 2vw;
    display: block;
    position: static;
  }

  .bg_white-1_53 {
    margin-top: -2.7vw;
    margin-left: 10vw;
  }

  .brd1_53 {
    margin-top: 5vw;
  }

  .brd2_53 {
    margin-top: -1vw;
  }

  .bg_white-2_53 {
    margin-top: -2.7vw;
    margin-left: 12vw;
  }

  .title_brd_small_c_53 {
    flex-flow: row;
    order: 0;
    align-self: flex-end;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .brd3_53 {
    margin-top: 1vw;
  }

  .title_brd_supported_53 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 3vw;
    font-size: 2.2vw;
    font-weight: 400;
    line-height: 2.2vw;
    display: block;
    position: static;
  }

  .title_brd_small_53-copy {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .title_brd_small3_53 {
    flex-flow: row;
    order: 0;
    align-self: flex-end;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: .2vw;
    margin-left: 0;
    font-size: 2.2vw;
    font-weight: 600;
    line-height: 2.2vw;
    display: block;
    position: static;
  }

  .explain2_53 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .zone_53 {
    width: 33vw;
    top: 5vw;
    left: 35vw;
  }

  .text-span-39, .text-span-40 {
    font-weight: 300;
  }

  .contents3_53 {
    margin-top: 5vw;
    margin-left: 40dvw;
  }

  .txt_wrap3_53 {
    width: 74vw;
    margin-top: 1vw;
    margin-left: 0;
  }

  .title2nd_kr3_bk_53 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain3_53 {
    width: 40vw;
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .grid_brd_53 {
    grid-column-gap: 0vw;
    grid-row-gap: .6vw;
    grid-template-columns: 1fr 6fr;
    justify-items: stretch;
    inset: auto 0 4vw auto;
  }

  .no_grid_53 {
    padding-top: .3vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .txt_grid_brd_53 {
    padding-left: 1.5vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .video_box_53 {
    margin-right: 3vw;
  }

  .div-block-43 {
    transform: translate(6.4vw, -.4vw)rotate(-45deg);
  }

  .no_tab_53 {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .grid_txt_brd_53 {
    grid-column-gap: .2vw;
    justify-items: center;
    top: 23vw;
    left: 49vw;
  }

  .title_round_lib {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .title_round_53 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: 37vw;
    max-width: none;
    margin-top: 5vw;
    margin-left: 0;
    padding-left: 8vw;
    font-size: 3vw;
    font-weight: 300;
    line-height: 4vw;
    display: block;
    position: relative;
  }

  .title1st4_kr_bk_53 {
    margin-top: 0;
    margin-left: 8vw;
    font-size: 1.9vw;
    line-height: 2.1vw;
  }

  .dwg_column_53 {
    width: 50vw;
    margin-left: 4.3vw;
    top: 18vw;
  }

  .box_show_53 {
    flex: 0 auto;
    margin-top: 1vw;
    top: 11vw;
  }

  .arrow2_53 {
    width: 7.5vw;
  }

  .div-block-46 {
    top: 19vw;
  }

  ._2txt_vertical_53 {
    margin-top: 0;
    margin-left: -3vw;
  }

  .box_show3_53 {
    flex: 0 auto;
    margin-top: 1vw;
  }

  .txt_show_column_53 {
    max-width: 73vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .btn_show_column_53 {
    padding-top: .6vw;
    padding-bottom: .6vw;
    font-size: 1.8vw;
  }

  .title2nd_kr_bk_35 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .contents_35 {
    margin-left: 0;
  }

  .txt_wrap1_35 {
    width: 48vw;
    margin-left: 10vw;
  }

  .title1st_kr_bk_35 {
    margin-top: 2vw;
    font-size: 2.1vw;
    line-height: 2.1vw;
  }

  .explain_35 {
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .grid_fect_35 {
    grid-column-gap: .2vw;
    justify-items: center;
    top: 23vw;
    left: 49vw;
  }

  .txt_grid_35, .txt_grid_none_35, .txt_grid2_35, .txt_grid3_35, .txt_grid_bot_35, .txt_grid1_35, .txt_grid2_bot_35, .txt_grid3_bot_35 {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .txt_defect1_35 {
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .box_show_35 {
    flex: 0 auto;
    margin-top: 1vw;
  }

  .txt_defect2_35 {
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .btn_show1_35, .btn_hide1_35 {
    padding-top: .6vw;
    padding-bottom: .6vw;
    font-size: 1.8vw;
  }

  .txt_strike_53 {
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .link_search {
    width: 4vw;
    height: 4vw;
    margin-left: 2vw;
  }

  .link_work.w--current {
    margin-top: 0;
  }

  .link_full {
    width: 4vw;
    height: 4vw;
    margin-left: 2vw;
  }

  .btn_svg_zoom, .btn_svg_full {
    margin-top: -.2vw;
  }

  .txt_heat_show_53, .txt_pattern_show_53, .txt_cutting_show_53, .txt_back_show_53, .txt_overlap_53, .txt_pit_53, .txt_crack_53, .txt_fisheye_53, .txt_undercut_53, .txt_slag_53, .txt_blowhole_53, .txt_fusion_53, .txt_penetration_53, .txt_overhung_53 {
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .title1st1_kr_bk_35 {
    margin-top: 2vw;
    font-size: 2.1vw;
    line-height: 2.1vw;
  }

  .contents_36 {
    margin-left: 0;
  }

  .txt_wrap1_36 {
    width: 74vw;
    margin-top: 3vw;
    margin-left: 8vw;
  }

  .title2nd_kr_bk_36 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain_36 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .explain2_36 {
    width: 40vw;
    max-width: 48vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .txt_dim1_36, .txt_dim2_36, .txt_dim3_36 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .contents2_36 {
    margin-left: 0;
  }

  .txt_truss_36, .explain3_36 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .title2nd2_kr_bk_36 {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 1.5vw;
    margin-left: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3vw;
    display: block;
    position: static;
  }

  .explain_thin_21 {
    max-width: 78vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .body-9, .body-10 {
    font-family: Noto sans KR, Arial, sans-serif;
  }

  .flow_box_lead1_mill {
    width: 15vw;
  }

  .explain3_mill {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
    line-height: 2vw;
    top: .5vw;
  }
}

@media screen and (max-width: 479px) {
  .menu_left {
    flex: none;
    justify-content: space-between;
    align-self: center;
    margin-left: auto;
    padding-right: 0;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
  }

  .link_title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4.5vw;
    line-height: 8vw;
    display: flex;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    font-family: Noto Sans KR, Arial, sans-serif;
    font-weight: 100;
  }

  .div-block {
    box-sizing: border-box;
    float: none;
    aspect-ratio: auto;
    text-align: left;
    white-space: normal;
    word-break: normal;
    object-fit: fill;
    width: auto;
    text-decoration: none;
    display: inline-block;
    position: static;
  }

  .image-2 {
    aspect-ratio: 2420 / 1250;
    width: 100%;
    margin-top: 0;
  }

  .container_history {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transform: scale3d(1none, 1none, 1none);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
  }

  .text-block {
    overflow-wrap: normal;
  }

  .text-block-2 {
    line-height: 20px;
  }

  .text-block-3 {
    float: none;
    clear: none;
    text-align: center;
    font-size: 30px;
    position: static;
  }

  .text-block-4 {
    text-align: center;
  }

  .svg_icon {
    width: 28vw;
    margin-top: -3px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: block;
    position: static;
    left: 65px;
  }

  .image-5 {
    margin-left: 5px;
    position: relative;
  }

  .container-2 {
    flex-flow: column;
    height: auto;
  }

  .title_kr_wh {
    color: #000;
    text-align: left;
    flex: none;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    font-size: 8vw;
    font-weight: 300;
    line-height: 8vw;
    display: block;
    position: relative;
  }

  .title_en {
    text-align: left;
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 6vw;
    line-height: 12px;
    position: relative;
  }

  .explain_wh {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .list-item {
    list-style-type: disc;
  }

  .icon {
    font-family: Noto Sans KR, Arial, sans-serif;
  }

  .page {
    display: block;
  }

  .dropdown-link {
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 6vw;
  }

  .link_icon {
    flex: none;
    order: 0;
    align-self: center;
    margin-left: -1vw;
    text-decoration: none;
  }

  .link_step {
    padding-top: 0;
    display: flex;
  }

  .text-block-8 {
    font-size: 4.5vw;
    font-weight: 500;
    line-height: 8vw;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-2 {
    margin-top: 5px;
    margin-bottom: -21px;
  }

  .svg_level {
    width: 22vw;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: auto;
  }

  .link_level2 {
    flex: none;
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .menu_left-copy {
    margin-left: -35px;
    padding-left: 0;
  }

  .category {
    align-self: center;
    width: auto;
    height: auto;
    font-size: 3.5vw;
    line-height: 5px;
    display: block;
  }

  .explain_popup {
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    margin: 25px 16px 22px 20px;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: flex;
  }

  .container_title_txt {
    flex-flow: column;
    height: auto;
    padding-left: 0;
  }

  .explain_black {
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: none;
    margin: 5vw 5vw 7vw 7vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .title_kr_black {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10vw;
    line-height: 15px;
    position: relative;
  }

  .title_kr_05st {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 8vw;
    line-height: 8vw;
    position: relative;
  }

  .container_menu {
    z-index: 99;
    margin-left: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .menu_left_bar {
    flex: none;
    justify-content: space-between;
    align-self: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu_right_bar {
    margin-right: 0;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
    display: block;
  }

  .nav-link-2 {
    font-size: 4.2vw;
    line-height: 7vw;
    display: block;
  }

  .nav-dropdown-icon-2 {
    margin-right: 1vw;
    font-size: 4.2vw;
    line-height: 7vw;
  }

  .nav-dropdown-link-2 {
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 7vw;
  }

  .text-block-9 {
    font-size: 4.2vw;
    line-height: 7vw;
  }

  .section-2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: auto;
    justify-content: stretch;
    height: auto;
    display: block;
  }

  .image-11 {
    z-index: 0;
    aspect-ratio: auto;
    object-fit: fill;
    max-width: 100%;
    max-height: none;
    position: relative;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .txt_wrap_12feature {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 88vw;
    margin-top: 2vw;
    margin-left: 5vw;
    display: flex;
  }

  .title2nd_kr_bk {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain_bk {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 0 0 0;
    padding: 0;
    font-family: Noto sans KR, Arial, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .title1st_kr_bk {
    margin-top: 6vw;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .table_wh {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 1fr;
    margin-top: 5vw;
  }

  .cell_title_left {
    background-color: #0000001c;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .t-xt_table_title {
    color: #000;
    text-align: left;
    border-top-style: none;
    border-top-color: #000;
    border-bottom-style: none;
    border-bottom-color: #000;
    padding-left: 3vw;
    font-size: 4.2vw;
    font-weight: 600;
    line-height: 8vw;
  }

  .txt_table_explain {
    color: #000;
    border-bottom-color: #000;
    border-right: 1px #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-right: 2vw;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
  }

  .table_wh_mobile, .table_wh_mobile-copy, .table_wh-copy {
    grid-template-columns: 1fr;
    margin-top: 2vw;
  }

  .div-block-12 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .section-2-copy {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: 2420 / 5000;
    justify-content: stretch;
    height: auto;
    display: block;
  }

  .cell_title_right {
    background-color: #0000001c;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .cell_explain_right {
    margin-bottom: 5vw;
  }

  .explain_bk_large {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 0;
    padding: 0;
    font-size: 6vw;
    font-weight: 200;
    line-height: 6vw;
    display: flex;
  }

  .explain_grey {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 2vw 0 0;
    padding: 0 0 0 2vw;
    font-size: 4vw;
    font-weight: 400;
    line-height: 4.4vw;
    display: block;
  }

  .txt_wrap_sm355a {
    grid-column-gap: .8vw;
    grid-row-gap: .8vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 2.2vw;
    margin-left: 11vw;
    display: flex;
  }

  .explain_bk_narrow, .explain_bk_narrow2, .explain_bk_narrow3, .explain_bk_narrow2-2, .explain_bk-1, .explain_bk_narrow-1 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 0;
    padding: 0;
    font-size: 4.4vw;
    font-weight: 400;
    line-height: 6.8vw;
    display: flex;
  }

  .arrow_tablet {
    width: 30vw;
    margin-top: 75vw;
  }

  .btn_show_31mill_shop_all {
    border-radius: 2vw;
    padding: 1vw 3vw;
    font-size: 3.6vw;
    line-height: 3.6vw;
  }

  ._2-text-3 {
    margin-top: 3vw;
    margin-bottom: 3vw;
    margin-left: 7vw;
  }

  .image_bot {
    aspect-ratio: 16 / 9;
    inset: auto 0% 0%;
  }

  .txt_wrap_21classification {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    margin-left: 7vw;
    display: flex;
  }

  .explain_bk_narrow_sm490 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 0 0 0 17vw;
    padding: 0;
    font-size: 3vw;
    font-weight: 400;
    line-height: 3.5vw;
    display: flex;
  }

  .explain_bk_narrow2_sm490 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    color: #727272;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: -1vw 0 0 17vw;
    padding: 0;
    font-size: 3vw;
    font-weight: 400;
    line-height: 3.8vw;
    display: flex;
  }

  .explain_bk-1_sm490 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 1px 0 0 10vw;
    padding: 0;
    font-size: 3vw;
    font-weight: 400;
    line-height: 3.5vw;
    display: flex;
  }

  .explain_bk_narrow3_sm490 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: -2vw 0 0 10vw;
    padding: 0;
    font-size: 3vw;
    font-weight: 400;
    line-height: 6.8vw;
    display: flex;
  }

  .explain_bk_narrow-1_sm490 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: -.5vw 0 0 1px;
    padding: 0;
    font-size: 3vw;
    font-weight: 400;
    line-height: 3.5vw;
    display: flex;
  }

  .explain_bk_narrow2-2_sm490 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 0 0 0 1px;
    padding: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 4vw;
    display: flex;
  }

  .arrow_desktop_21 {
    width: 33vw;
    margin-top: 65.5vw;
    margin-left: 0;
  }

  .image-13 {
    transition: opacity .2s;
    position: relative;
  }

  .txt_wrap_22classification_shape {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .title2nd_kr_bk_small {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .title2nd_kr_bk_thick {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 5vw;
    font-weight: 400;
    line-height: 7vw;
    position: relative;
  }

  .grid_shape {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 3vw;
    margin-right: 2vw;
  }

  .explain_bk-copy {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .table_center {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    text-align: center;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 0 0 0 -2vw;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: block;
  }

  .title2nd_kr_bk_thick2 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 10vw;
    margin-left: 6vw;
    margin-right: auto;
    font-size: 5vw;
    font-weight: 400;
    line-height: 7vw;
    position: relative;
  }

  .grid_shape2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin: -5vw 5vw 0 0;
  }

  .image-14 {
    width: 200%;
    margin-top: -10vw;
    margin-left: -2vw;
  }

  ._2-text-2-1 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    align-items: center;
    margin-top: 5vw;
    margin-left: 6vw;
  }

  .image-16 {
    margin-left: 0;
  }

  .table_center3 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 0 0 0 -15vw;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: block;
  }

  .table_center2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 0 0 0 -5vw;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: block;
  }

  .image-17 {
    width: 150%;
    max-width: none;
    margin-left: 0;
  }

  ._2-text-2-2 {
    margin-left: -5vw;
  }

  .explain_bk_whitebox {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 0 0 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .title1_mill {
    margin-top: 0;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .title2_mill {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
    top: 28vw;
  }

  .explain_mill {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: 90vw;
    max-width: 88vw;
    margin: 2vw 0 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .table_mill {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 1fr;
    margin-top: 5vw;
  }

  .t-xt_table_title_mill {
    color: #000;
    text-align: left;
    border-top-style: none;
    border-top-color: #000;
    border-bottom-style: none;
    border-bottom-color: #000;
    padding-left: 3vw;
    font-size: 4.2vw;
    font-weight: 600;
    line-height: 8vw;
  }

  .txt_table_mill {
    color: #000;
    border-bottom-color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-right: 2vw;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
  }

  .div-block-18 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 6vw;
    margin-bottom: 5vw;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 4vw;
  }

  .div-block-19 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    flex: 0 auto;
  }

  .flow_box_mill {
    width: 30vw;
  }

  .text-block-11 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .tip_center_white_mill {
    border-top-width: 1.7vw;
    border-top-color: #000;
    border-left-width: 1.7vw;
    border-right-width: 1.7vw;
    margin-left: -1vw;
    top: 2.8vw;
    left: -.5dvw;
  }

  .arrow_bot {
    border-right-color: #000;
    height: 3vw;
    margin-top: -1.2vw;
    margin-left: 0;
  }

  .tip_left_bot_mill {
    border-top-width: 1.7vw;
    border-top-color: #000;
    border-left-width: 1.7vw;
    border-right-width: 1.7vw;
    top: 9.4vw;
    left: -1.6dvw;
  }

  .tip_bot_right_mill {
    border-top-width: 1.7vw;
    border-bottom-width: 1.7vw;
    border-left-width: 1.7vw;
    border-left-color: #000;
    top: 8.7vw;
    left: 17vw;
  }

  .arrow_left_bot_mill {
    border-top-color: #000;
    border-left-color: #000;
    width: 19vw;
    height: 10dvw;
    margin-top: 13.5vw;
    left: 9.8dvw;
  }

  .arrow_bot_right_mill {
    border-top-width: 2px;
    border-top-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    width: 19vw;
    height: 10.5vw;
    margin-top: -1vw;
    left: 9.8vw;
  }

  .arrow_bot_2_mill {
    border-right-color: #000;
    height: 8vw;
    margin-top: -1.2vw;
  }

  .arrow_u_mill {
    border-top-color: #000;
    border-bottom-color: #000;
    border-right-color: #000;
    width: 19vw;
    height: 12vw;
    margin-top: 37vw;
  }

  .flow_right_mill {
    margin-left: -2.2vw;
  }

  .txt_no_mill {
    color: #000;
    padding-right: 2vw;
    font-size: 4vw;
    line-height: 6vw;
    bottom: -1vw;
  }

  .arrow_u2_mill {
    border-top-color: #000;
    border-bottom-color: #000;
    border-right-color: #000;
    width: 19vw;
    height: 12vw;
    margin-top: 21.8dvw;
  }

  .flow_txt_mill {
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
  }

  .flow_box_mill2 {
    width: 30vw;
  }

  .tip_u_mill {
    border-width: 1.7vw;
    border-right-color: #000;
    top: -1.8vw;
  }

  .txt_wrap_mill {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 6vw;
    margin-left: 7vw;
    display: flex;
  }

  .txt_wrap2_bot_mill {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: auto;
    margin-top: 2vw;
    margin-left: 7vw;
    display: flex;
    top: 0;
    left: 17.6vw;
  }

  .title1st_kr_bk_feature {
    margin-top: 4vw;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .title2nd_kr_bk_feature {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain_bk_feature {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 84vw;
    margin: 1vw 0 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .table_wh_feature {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 1fr;
    width: 68vw;
    margin-top: 5vw;
  }

  .title2nd_kr_bk_classfication {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain_wh_history {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 90vw;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: block;
  }

  .title_kr_wh_history {
    color: #000;
    text-align: left;
    flex: none;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    font-size: 8vw;
    font-weight: 300;
    line-height: 8vw;
    display: block;
    position: relative;
  }

  .txt_wrap_history {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 88vw;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .explain2_mill {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: none;
    margin: 0 0 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .arrow_bg_top1_st {
    width: 3vw;
    height: .5vw;
    top: -1.1vw;
    left: 2.1vw;
  }

  .arrow_bg_bot1_st {
    width: 3vw;
    height: .5vw;
    top: .9vw;
    left: 2.1vw;
  }

  .flow_box_lead_mill {
    width: 30vw;
  }

  .tip_left_mill {
    border-top-width: 1.7vw;
    border-top-color: #000;
    border-left-width: 1.7vw;
    border-right-width: 1.7vw;
    top: 7.5vw;
    left: -1.4vw;
  }

  .txt_wrap2_top_mill {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 4vw;
    margin-right: 4vw;
    display: flex;
  }

  .arrow_big_bk_mill {
    align-self: center;
    width: 5vw;
    margin-left: -1vw;
  }

  .explain_black_title_st {
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: none;
    margin: 5vw 8.1vw 7vw 9vw;
    padding: 0;
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 7vw;
    display: block;
  }

  .title_en_st {
    text-align: left;
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 6vw;
    line-height: 6vw;
    position: relative;
  }

  .txt_wrap2_middle_mill {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 66vw;
    height: 4vw;
    margin-top: 0;
    margin-left: 11vw;
    display: flex;
  }

  .contents_mill_right {
    width: auto;
    height: auto;
    position: relative;
    top: -8vw;
    left: 0;
  }

  .page_mill1 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: auto;
    justify-content: stretch;
    height: auto;
    display: block;
  }

  .page_mill2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: auto;
    justify-content: stretch;
    height: auto;
    font-family: Noto sans KR, Arial, sans-serif;
    display: block;
  }

  .image_mill_shop {
    transition: opacity .2s;
    position: relative;
  }

  .txt_wrap_mill2 {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 88vw;
    margin-top: 2vw;
    margin-left: 5vw;
    display: flex;
  }

  .title2nd_kr_bk_mill2 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-family: Noto sans KR, Arial, sans-serif;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain_mill2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 0 0 0;
    padding: 0;
    font-family: Noto sans KR, Arial, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .explain_mill2_white {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 0 0 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .explain_mill2_cg {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 0 0 0;
    padding: 0;
    font-family: Noto sans KR, Arial, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .page_history, .page_feature, .page_class1, .page_class2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: auto;
    justify-content: stretch;
    height: auto;
    display: block;
  }

  .text-block-12 {
    font-size: 4vw;
    line-height: 6vw;
  }

  ._11txt_building {
    padding-top: 2vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  ._11po_building {
    background-color: #fff;
    border: .1vw solid #000;
    border-radius: 3vw;
    display: none;
    inset: 6vw auto auto 9.5vw;
  }

  ._11po_bridge {
    z-index: 100;
    background-color: #fff;
    border: .1vw solid #000;
    border-radius: 3vw;
    margin-top: 4vw;
    margin-left: 4vw;
    display: none;
    inset: 0% auto auto 0%;
  }

  .btn_close {
    width: 10vw;
  }

  ._11po_building_cont {
    background-color: #fff0;
    width: 80vw;
    padding: 3vw;
  }

  ._11txt_building_title {
    padding-top: 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  ._11po_bridge_cont {
    background-color: #fff0;
    border-radius: 0;
    flex-flow: column;
    width: 92vw;
    padding-top: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
    display: flex;
  }

  .page_feature-2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: auto;
    justify-content: stretch;
    height: auto;
    display: block;
  }

  .image-34, .image-37 {
    transition: opacity .2s;
    position: relative;
  }

  .page_mill1-2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: auto;
    justify-content: stretch;
    height: auto;
    display: block;
  }

  .explain_mill_dwg_white {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 0 0 0;
    padding: 0;
    font-family: Noto sans KR, Arial, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  ._31mill_shop_symbol_txt, ._31mill_shop_list_txt, ._31mill_shop_list_txt_explain {
    font-weight: 200;
  }

  .txt_wrap_lib {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 88vw;
    margin-top: 2vw;
    margin-left: 5vw;
    display: flex;
  }

  .title2nd_kr_bk_lib {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain_lib {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 0 0 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .btn_show_lib {
    border-radius: 2vw;
    padding: 1vw 3vw;
    font-size: 3.6vw;
    line-height: 3.6vw;
  }

  .txt_show {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 0 0 0;
    padding: 0 1.5vw 0 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .title2nd_kr_bk_feature_lib {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .title1st_kr_bk_feature_lib {
    margin-top: 4vw;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .explain_bk_feature_lib {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 84vw;
    margin: 1vw 0 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .table2x2_lib {
    margin-bottom: 5vw;
  }

  .table_wh_feature-copy {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 1fr;
    width: 68vw;
    margin-top: 5vw;
  }

  .table_title_left_lib {
    background-color: #0000001c;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .table_title_lib {
    color: #000;
    text-align: left;
    border-top-style: none;
    border-top-color: #000;
    border-bottom-style: none;
    border-bottom-color: #000;
    padding-left: 3vw;
    font-size: 4.2vw;
    font-weight: 600;
    line-height: 8vw;
  }

  .table_title_right_lib {
    background-color: #0000001c;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .txt_table_explain_lib {
    color: #000;
    border-bottom-color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-right: 2vw;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
  }

  .box_show_21class2 {
    margin-top: 1vw;
    margin-bottom: 3vw;
  }

  .scroll_comparison_21class {
    width: 100vw;
    height: 160vw;
    display: none;
    right: 0;
  }

  .btn_close_fix_right1vw_21 {
    width: 10vw;
    height: auto;
    left: 85.2vw;
  }

  .revision_21class {
    width: 94vw;
    height: auto;
    display: none;
  }

  ._2txt_revision_21class {
    margin-top: 1vw;
    margin-left: 0;
  }

  .explain_bk_ks_21class {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 0 0 0 1vw;
    padding: 0;
    font-size: 6vw;
    font-weight: 800;
    line-height: 6vw;
    display: flex;
  }

  .explain_grey-copy, ._2txt_title, ._2txt_title_2class {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 2vw 0 0;
    padding: 0 0 0 2vw;
    font-size: 4vw;
    font-weight: 400;
    line-height: 4.4vw;
    display: block;
  }

  .revision_txt_21class {
    padding-top: 3vw;
    padding-bottom: 2vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .revision_txt_exp_21class {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .svg_ksrevision {
    width: 90vw;
  }

  .revision_txt2_exp_21class, .revision_txt3_exp_21class {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .btn_show {
    border-radius: 2vw;
    padding: 1vw 3vw;
    font-size: 3.6vw;
    line-height: 3.6vw;
  }

  .btn_show_scroll_21class {
    border-radius: 2vw;
    flex: none;
    padding: 1vw 3vw;
    font-size: 3.6vw;
    line-height: 3.6vw;
  }

  .txt_wrap_32mill_material {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 88vw;
    margin-top: 2vw;
    margin-left: 5vw;
    display: flex;
  }

  .title1st_kr_bk_32mill_material {
    margin-top: 4vw;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .title2nd_kr_bk_32mill_material {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain_bk_32mill_material {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    flex: none;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 90vw;
    margin: 1vw 0 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .image1_32mill_material {
    transition: opacity .2s;
    position: relative;
  }

  .text-span-9 {
    font-weight: 300;
  }

  .span_32mill_material {
    flex: 0 auto;
    order: 9999;
    align-self: auto;
    font-weight: 300;
    display: block;
  }

  .image-41 {
    display: block;
  }

  .inspection_32mill_material {
    width: 100vw;
    margin-top: -5vw;
    margin-bottom: 10vw;
    position: relative;
    right: 0;
  }

  .show_box_bg_32mill_material {
    display: none;
  }

  .table2x2_lib-copy {
    margin-bottom: 5vw;
  }

  .txt_wrap2_32mill_material {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 88vw;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .explain_32mill_material {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 90vw;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .txt_wrap_lib2 {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 88vw;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .explain_lib2 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 90vw;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .page_33mill_manufacture {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: auto;
    justify-content: stretch;
    height: auto;
    display: block;
  }

  .txt_wrap1_34mill_welding {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 90vw;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .title1st_kr_bk_33mill_manufacture {
    margin-top: 4vw;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .title2nd_kr_bk_33mill_manufacture {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain_33mill_manufacture {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: none;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .inspection_33mill_manufacture {
    width: 100vw;
    margin-top: -5vw;
    margin-bottom: 10vw;
    position: relative;
    right: 0;
  }

  .show_box_bg_33mill_manufacture {
    display: none;
  }

  .image1_33mill_manufacture {
    max-height: 55vw;
    transition: opacity .2s;
    position: relative;
  }

  .explain2_33mill_manufacture {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: auto;
    max-width: none;
    margin: 0 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .bg_33mill_manufacture {
    position: static;
  }

  .video_01_drawing_33 {
    height: auto;
    position: static;
  }

  .grid_33mill_manufacture {
    grid-column-gap: 0vw;
    grid-row-gap: .5vw;
    justify-items: center;
    margin-bottom: 5vw;
    position: static;
    inset: 0% auto auto 0%;
  }

  .video-tab, .video-tab.is-active {
    width: 16vw;
    height: 16vw;
  }

  .txt_grid_kr_33mill_manufacture {
    padding-top: 1.5vw;
    font-size: 4.3vw;
    line-height: 4.5vw;
  }

  .txt_grid_en_33mill_manufacture-copy {
    font-size: 4vw;
    line-height: 4vw;
  }

  .grid_btn_lib {
    grid-column-gap: 0vw;
    grid-row-gap: .5vw;
    justify-items: center;
    margin-bottom: 5vw;
    position: static;
    inset: 0% auto auto 0%;
  }

  .txt_grid_btn_lib, .txt_grid_kr_lib {
    padding-top: 1.5vw;
    font-size: 4.3vw;
    line-height: 4.5vw;
  }

  .txt_grid_en_lib {
    font-size: 4vw;
    line-height: 4vw;
  }

  .video-tab-lib, .video-tab-lib.is-active {
    width: 16vw;
    height: 16vw;
  }

  .page_34mill_welding {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: auto;
    justify-content: stretch;
    height: auto;
    display: block;
  }

  .title1st1_kr_bk_34 {
    margin-top: 4vw;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .title2nd_kr1_bk_34 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain1_34 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: none;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .explain2_34 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: auto;
    max-width: none;
    margin: 0 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .video1_34 {
    height: auto;
    position: static;
  }

  .bg1_34 {
    position: static;
  }

  .image_bg1_34 {
    max-height: 55vw;
    transition: opacity .2s;
    position: relative;
  }

  .txt_wrap2_34mill_welding {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 90vw;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .title1st2_kr_bk_34 {
    margin-top: 4vw;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .title2nd_kr2_bk_34 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain23_34 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: none;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .bg2_34 {
    position: static;
  }

  .image_bg2_34 {
    max-height: 55vw;
    transition: opacity .2s;
    position: relative;
  }

  .grid_video_34 {
    grid-column-gap: 0vw;
    grid-row-gap: .5vw;
    justify-items: center;
    margin-bottom: 5vw;
    position: static;
    inset: 0% auto auto 0%;
  }

  .txt_grid_34 {
    padding-top: 1.5vw;
    font-size: 4.3vw;
    line-height: 4.5vw;
  }

  .swap-video {
    height: auto;
    position: static;
  }

  .video-tab_33, .video-tab_33.is-active {
    width: 16vw;
    height: 16vw;
  }

  .video_33, .video_33_01, .video_33_02, .video_33_03, .video_33_04, .video_33_05 {
    height: auto;
    position: static;
  }

  .video-tab_33-01, .video-tab_33-01.is-active, .video-tab_33-02, .video-tab_33-02.is-active, .video-tab_33-03, .video-tab_33-03.is-active, .video-tab_33-04, .video-tab_33-04.is-active, .video-tab_33-05, .video-tab_33-05.is-active {
    width: 16vw;
    height: 16vw;
  }

  .txt_grid_34-copy {
    padding-top: 1.5vw;
    font-size: 4.3vw;
    line-height: 4.5vw;
  }

  .txt_wrap3_34mill {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 90vw;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .title2nd_kr3_bk_34 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain3_34 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: auto;
    max-width: none;
    margin: 0 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .grid_joint_34 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 3vw;
    margin-right: 2vw;
  }

  .table_center_34 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    text-align: center;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 0 0 0 -2vw;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: block;
  }

  .title3rd_kr3_bk_34, .title3rd_kr4_bk_34 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .grid_method_34 {
    grid-column-gap: 0vw;
    grid-row-gap: .5vw;
    justify-items: center;
    margin-bottom: 5vw;
    position: static;
    inset: 0% auto auto 0%;
  }

  .txt_grid2_34 {
    padding-top: 1.5vw;
    font-size: 4.3vw;
    line-height: 4.5vw;
  }

  .txt_wrap4_34mill {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 90vw;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .title2nd_kr4_bk_34 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain4_34 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: auto;
    max-width: none;
    margin: 0 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .grid_inspect_34 {
    grid-column-gap: 0vw;
    grid-row-gap: .5vw;
    justify-items: center;
    margin-bottom: 5vw;
    position: static;
    inset: 0% auto auto 0%;
  }

  .explain5_34 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: auto;
    max-width: none;
    margin: 0 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .title3rd_kr5_bk_34 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .txt_show1_34, .txt_show2_34 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 0 0 0;
    padding: 0 1.5vw 0 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .btn_show1_34, .video-tab_show2_34 {
    border-radius: 2vw;
    padding: 1vw 3vw;
    font-size: 3.6vw;
    line-height: 3.6vw;
  }

  ._2-text-2-2_21 {
    margin-left: -5vw;
  }

  .page_53 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: auto;
    justify-content: stretch;
    height: auto;
    display: block;
  }

  .txt_show1_53 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 0 0 0;
    padding: 0 1.5vw 0 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .btn_show1_53 {
    border-radius: 2vw;
    padding: 1vw 3vw;
    font-size: 3.6vw;
    line-height: 3.6vw;
  }

  .txt_wrap1_53 {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 90vw;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .title1st1_kr_bk_53 {
    margin-top: 4vw;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .title2nd_kr1_bk_53 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain1_53 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: none;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: block;
  }

  .bg1_53 {
    position: static;
  }

  .image_bg1_53 {
    max-height: 55vw;
    transition: opacity .2s;
    position: relative;
  }

  .txt_wrap2_53, .txt_wrap4_53 {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 90vw;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .title3rd_kr5_bk_53, .title2nd_kr4_bk_53 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain4_53 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: auto;
    max-width: none;
    margin: 0 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .title2nd_kr2_bk_53, .title2nd_kr1-2_bk_53, .title_brd_53, .title_brd_small_53, .title_brd_small2_53, .title_brd_small_c_53, .title_brd_supported_53, .title_brd_small_53-copy, .title_brd_small3_53 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain2_53 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: 90vw;
    max-width: none;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .txt_wrap3_53 {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 90vw;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .title2nd_kr3_bk_53 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain3_53 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: auto;
    max-width: none;
    margin: 0 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .video_cycle01_53, .video_02_53 {
    height: auto;
    position: static;
  }

  .grid_brd_53 {
    grid-column-gap: 0vw;
    grid-row-gap: .5vw;
    justify-items: center;
    margin-bottom: 5vw;
    position: static;
    inset: 0% auto auto 0%;
  }

  .video-tab_brd_53, .video-tab_brd_53.is-active {
    width: 16vw;
    height: 16vw;
  }

  .no_grid_53 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .txt_grid_brd_53 {
    padding-top: 1.5vw;
    font-size: 4.3vw;
    line-height: 4.5vw;
  }

  .video_01_53-copy, .video_cycle02_53, .video_cycle03_53, .video_cycle04_53, .video_cycle05_53, .video_cycle06_53, .video_cycle07_53, .video_cycle08_53, .video_cycle09_53 {
    height: auto;
    position: static;
  }

  .video-tab_brd1_53, .video-tab_brd1_53.is-active, .video-tab_brd2_53, .video-tab_brd2_53.is-active, .video-tab_brd3_53, .video-tab_brd3_53.is-active, .video-tab_brd4_53, .video-tab_brd4_53.is-active, .video-tab_brd5_53, .video-tab_brd5_53.is-active, .video-tab_brd6_53, .video-tab_brd6_53.is-active, .video-tab_brd7_53, .video-tab_brd7_53.is-active, .video-tab_brd8_53, .video-tab_brd8_53.is-active, .video-tab_brd9_53, .video-tab_brd9_53.is-active, .tab_brd1_53, .tab_brd1_53.is-active {
    width: 16vw;
    height: 16vw;
  }

  .no_tab_53 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .grid_txt_brd_53 {
    grid-column-gap: 0vw;
    grid-row-gap: .5vw;
    justify-items: center;
    margin-bottom: 5vw;
    position: static;
    inset: 0% auto auto 0%;
  }

  .video_in_tab_53 {
    height: auto;
    position: static;
  }

  .src_53 {
    max-height: 55vw;
    transition: opacity .2s;
    position: relative;
  }

  .title_round_lib, .title_round_53 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .title1st4_kr_bk_53 {
    margin-top: 4vw;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  ._2txt_vertical_53 {
    margin-left: -5vw;
  }

  .video_vertical_53 {
    height: auto;
    position: static;
  }

  .txt_show_column_53 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 0 0 0;
    padding: 0 1.5vw 0 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
  }

  .btn_show_column_53 {
    border-radius: 2vw;
    padding: 1vw 3vw;
    font-size: 3.6vw;
    line-height: 3.6vw;
  }

  .title2nd_kr_bk_35 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .page_35mill_defect {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: auto;
    justify-content: stretch;
    height: auto;
    display: block;
  }

  .txt_wrap1_35 {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 88vw;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .title1st_kr_bk_35 {
    margin-top: 4vw;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .explain_35 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 90vw;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .image_defect_35, .image_bg_35 {
    transition: opacity .2s;
    position: relative;
  }

  .grid_fect_35 {
    grid-column-gap: 0vw;
    grid-row-gap: .5vw;
    justify-items: center;
    margin-bottom: 5vw;
    position: static;
    inset: 0% auto auto 0%;
  }

  .txt_grid_35, .txt_grid_none_35, .txt_grid2_35, .txt_grid3_35, .txt_grid_bot_35, .txt_grid1_35, .txt_grid2_bot_35, .txt_grid3_bot_35 {
    padding-top: 1.5vw;
    font-size: 4.3vw;
    line-height: 4.5vw;
  }

  .txt_defect1_35, .txt_defect2_35 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 90vw;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .btn_show1_35, .btn_hide1_35 {
    border-radius: 2vw;
    padding: 1vw 3vw;
    font-size: 3.6vw;
    line-height: 3.6vw;
  }

  .txt_strike_53 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 90vw;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .link-title {
    flex: none;
  }

  .link_search {
    flex: none;
    width: 6vw;
    height: 6vw;
  }

  .link_work {
    flex: none;
  }

  .link_work.w--current {
    margin-left: 2vw;
  }

  .link_full {
    flex: none;
    width: 6vw;
    height: 6vw;
  }

  .btn_svg_zoom, .btn_svg_full {
    max-width: none;
    margin-top: 0;
  }

  .txt_heat_show_53, .txt_pattern_show_53, .txt_cutting_show_53, .txt_back_show_53, .txt_overlap_53, .txt_pit_53, .txt_crack_53, .txt_fisheye_53, .txt_undercut_53, .txt_slag_53, .txt_blowhole_53, .txt_fusion_53, .txt_penetration_53, .txt_overhung_53 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 90vw;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .title1st1_kr_bk_35 {
    margin-top: 4vw;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .page_36mill_bh-pipe {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: auto;
    justify-content: stretch;
    height: auto;
    display: block;
  }

  .txt_wrap1_36 {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: flex-start;
    width: 90vw;
    margin-top: 5vw;
    margin-left: 6vw;
    display: flex;
  }

  .title2nd_kr_bk_36 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .explain_36 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: none;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .explain2_36 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: auto;
    max-width: none;
    margin: 0 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .video_01_36 {
    height: auto;
    position: static;
  }

  .txt_dim1_36, .txt_dim2_36, .txt_dim3_36 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: none;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .bg_36 {
    position: static;
  }

  .image1_36, .image2_36 {
    max-height: 55vw;
    transition: opacity .2s;
    position: relative;
  }

  .video_02_36 {
    height: auto;
    position: static;
  }

  .txt_truss_36, .explain3_36 {
    color: #000;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: none;
    margin: 3vw 0 5vw;
    padding: 0;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 7.3vw;
    display: block;
  }

  .title2nd2_kr_bk_36 {
    flex: none;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .image3_36 {
    max-height: 55vw;
    transition: opacity .2s;
    position: relative;
  }

  .explain_thin_21 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 82vw;
    margin: 2vw 0 0;
    padding: 0 0 0 2vw;
    font-size: 3.8vw;
    font-weight: 400;
    line-height: 4.4vw;
    display: block;
  }

  .body-7 {
    font-family: Noto sans KR, Arial, sans-serif;
  }

  .flow_box_lead1_mill {
    width: 40vw;
  }

  .explain3_mill {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    max-width: 88vw;
    margin: 0 0 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    display: flex;
    top: -.5vw;
  }
}

#w-node-_051afd04-c29a-ac70-ff07-8cc6e1512f88-2cc384fc {
  place-self: auto;
}

#w-node-_75d28d91-505a-8def-0e64-07ee00d56258-c745342d {
  grid-area: Area-2;
}

#w-node-_75d28d91-505a-8def-0e64-07ee00d56259-c745342d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bd4ee2c9-407c-9fdc-98ba-620838435e24-5e4e9bdc {
  place-self: auto;
}

#w-node-bd4ee2c9-407c-9fdc-98ba-620838435e2e-5e4e9bdc, #w-node-bd4ee2c9-407c-9fdc-98ba-620838435e30-5e4e9bdc, #w-node-bd4ee2c9-407c-9fdc-98ba-620838435e32-5e4e9bdc, #w-node-bd4ee2c9-407c-9fdc-98ba-620838435e34-5e4e9bdc, #w-node-bd4ee2c9-407c-9fdc-98ba-620838435e36-5e4e9bdc, #w-node-bd4ee2c9-407c-9fdc-98ba-620838435e38-5e4e9bdc, #w-node-bd4ee2c9-407c-9fdc-98ba-620838435e3a-5e4e9bdc, #w-node-bd4ee2c9-407c-9fdc-98ba-620838435e3c-5e4e9bdc, #w-node-bd4ee2c9-407c-9fdc-98ba-620838435e3e-5e4e9bdc, #w-node-bd4ee2c9-407c-9fdc-98ba-620838435e40-5e4e9bdc {
  align-self: auto;
}

#w-node-_051afd04-c29a-ac70-ff07-8cc6e1512f88-f209561f {
  place-self: auto;
}

#w-node-_6c7113df-d651-8f3e-9932-369ab8fe1481-0dee4f47, #w-node-_929d116c-0871-7f26-6c11-0838ce61307e-0dee4f47, #w-node-d5c1d882-b951-72f8-7e1a-ffa62c69de11-0dee4f47, #w-node-_905843fb-f247-ff58-280f-86bb303e803c-0dee4f47, #w-node-fac14f79-8354-5ad5-8678-b891f2f2f055-0dee4f47, #w-node-_725db955-e483-549d-5eb1-eb0c4308d59c-0dee4f47, #w-node-fb80dc0b-d022-66ea-2de2-37b2ce77e17e-0dee4f47, #w-node-_5729a026-c491-df3f-7dd5-d7ef90683df4-0dee4f47, #w-node-f4151ca4-2eb3-cd90-18b5-35c78c15f8a0-0dee4f47, #w-node-ade48c8e-80bb-073f-7680-fcf21f7fb5f2-0dee4f47, #w-node-_4cbe92d1-e190-4b29-5851-14134d222172-0dee4f47, #w-node-_6b8168f2-d274-5ac9-305c-5a8c067a3b8e-0dee4f47, #w-node-cd3a23fb-c3dc-63c8-863a-cb774d9102b0-0dee4f47, #w-node-cd3a23fb-c3dc-63c8-863a-cb774d9102b4-0dee4f47, #w-node-cd3a23fb-c3dc-63c8-863a-cb774d9102bf-0dee4f47, #w-node-cd3a23fb-c3dc-63c8-863a-cb774d9102c1-0dee4f47, #w-node-_7452c52c-08bd-c77b-8887-be8d835357ea-0dee4f47, #w-node-_7452c52c-08bd-c77b-8887-be8d835357ee-0dee4f47, #w-node-_7452c52c-08bd-c77b-8887-be8d835357f2-0dee4f47, #w-node-f7afaa3c-66c4-0fd9-a759-80e22db77a60-0dee4f47, #w-node-_7452c52c-08bd-c77b-8887-be8d835357f9-0dee4f47, #w-node-_7452c52c-08bd-c77b-8887-be8d835357fb-0dee4f47, #w-node-_7452c52c-08bd-c77b-8887-be8d83535809-0dee4f47, #w-node-_7452c52c-08bd-c77b-8887-be8d8353580b-0dee4f47 {
  align-self: auto;
}

#w-node-dd0022a8-8bd9-c1e8-eb1f-436b1b21f007-0dee4f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_7452c52c-08bd-c77b-8887-be8d8353580f-0dee4f47, #w-node-_7452c52c-08bd-c77b-8887-be8d83535816-0dee4f47, #w-node-ca9ea3e2-dd17-2274-51d4-a99df2ca9958-0dee4f47, #w-node-_7452c52c-08bd-c77b-8887-be8d8353581c-0dee4f47, #w-node-_7452c52c-08bd-c77b-8887-be8d8353581e-0dee4f47, #w-node-_9a0027e3-1ed1-22f9-4673-0e2c144deeb7-0dee4f47, #w-node-_87b9c1d7-377f-9130-e759-fab40e8082e6-0dee4f47 {
  align-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f06-9bae89d8 {
  place-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f09-9bae89d8 {
  align-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f0b-9bae89d8 {
  place-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f0c-9bae89d8, #w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f0e-9bae89d8 {
  align-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f10-9bae89d8 {
  place-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f11-9bae89d8, #w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f13-9bae89d8 {
  align-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f15-9bae89d8 {
  place-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f16-9bae89d8, #w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f18-9bae89d8 {
  align-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f1a-9bae89d8 {
  place-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f1b-9bae89d8, #w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f1d-9bae89d8 {
  align-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f1f-9bae89d8 {
  place-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f20-9bae89d8, #w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f22-9bae89d8 {
  align-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f24-9bae89d8 {
  place-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f25-9bae89d8, #w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f27-9bae89d8 {
  align-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f29-9bae89d8 {
  place-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f2a-9bae89d8, #w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f2c-9bae89d8 {
  align-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f2e-9bae89d8 {
  place-self: auto;
}

#w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f2f-9bae89d8, #w-node-b71ca63c-2aac-5beb-d10f-29f07e5a5f31-9bae89d8, #w-node-_0cc9cc51-45e4-b622-7163-2e01e58d3f08-2f93dfd1, #w-node-f647190d-cc84-667f-1497-779eff0acc5c-2f93dfd1, #w-node-_9ab27d8a-b7b1-7093-7f69-d779759dca15-2f93dfd1, #w-node-_1cec2add-a007-6072-7cb2-82cc3ba58957-2f93dfd1, #w-node-_67491765-4258-1f86-103c-741de3844eed-2f93dfd1, #w-node-_64b0aa70-eb38-1452-60ef-62255d846727-2f93dfd1, #w-node-f7acf3da-b489-b95a-dcae-2abf21640201-2f93dfd1, #w-node-ccc2127d-74ec-a2e8-e9ad-5a8ee205a1c7-2f93dfd1, #w-node-_9aff3d92-cda6-4b9e-81ec-c1bbc7d2674f-2f93dfd1, #w-node-bf14b5d8-35f5-a37a-d7c3-ff3770822b96-2f93dfd1, #w-node-fb39b24c-0e90-7aaf-fe57-4c4b9109c911-2f93dfd1, #w-node-fe198984-cd55-7dcf-ce2f-d1de83809dae-2f93dfd1, #w-node-cd36b910-bb1d-6e54-2cf4-f0703a12d2e1-2f93dfd1, #w-node-_616f753a-296c-c605-9c14-62cfb8d114bf-2f93dfd1, #w-node-_675eb9eb-5fca-02fa-5afa-914b2c68ee2d-2f93dfd1, #w-node-_824787f6-067c-a1fb-5463-39f72a26f72d-2f93dfd1, #w-node-_84ae6d15-a9d2-7e4b-081d-5e21089726c3-2f93dfd1, #w-node-_0fb89a7d-e812-897a-8179-1a58e91394d7-2f93dfd1, #w-node-ace7b146-4909-7ce8-139d-0b1a11174fe5-2f93dfd1, #w-node-c0097069-1ebf-092a-7b9d-a7d698760b83-2f93dfd1, #w-node-_76824130-7025-d80d-6e4d-cc378d90729e-2f93dfd1, #w-node-_727e4728-4b99-3633-dbc1-bd213db1db63-2f93dfd1, #w-node-_62f295c2-cfcc-aa50-be1f-986575c959de-2f93dfd1, #w-node-_51a589e4-adb4-9a69-f251-9152e60b2aee-2f93dfd1, #w-node-f2f74868-060d-1303-a160-80de2cd02e12-2f93dfd1, #w-node-f3c24173-09b1-47c9-7ca6-4e3d950ec32c-2f93dfd1, #w-node-a2ad36ea-ffce-adbe-de7e-1bdf593f9b50-2f93dfd1, #w-node-_6bf3e146-7e9f-0739-0906-5f2632764193-2f93dfd1, #w-node-_2088e4a4-dc6f-0049-184f-b185d2616d2e-2f93dfd1, #w-node-f7941e05-b7ce-8f27-5504-a805c741a2c5-2f93dfd1 {
  align-self: auto;
}

#w-node-_85fadaa9-f8ab-26a6-7cca-7d462fdf1733-6fb2811e {
  place-self: auto;
}

#w-node-_85fadaa9-f8ab-26a6-7cca-7d462fdf173d-6fb2811e, #w-node-_85fadaa9-f8ab-26a6-7cca-7d462fdf173f-6fb2811e, #w-node-_85fadaa9-f8ab-26a6-7cca-7d462fdf1741-6fb2811e, #w-node-_85fadaa9-f8ab-26a6-7cca-7d462fdf1743-6fb2811e, #w-node-_85fadaa9-f8ab-26a6-7cca-7d462fdf1745-6fb2811e, #w-node-_85fadaa9-f8ab-26a6-7cca-7d462fdf1747-6fb2811e, #w-node-_85fadaa9-f8ab-26a6-7cca-7d462fdf1749-6fb2811e, #w-node-_85fadaa9-f8ab-26a6-7cca-7d462fdf174b-6fb2811e, #w-node-_85fadaa9-f8ab-26a6-7cca-7d462fdf174d-6fb2811e, #w-node-_85fadaa9-f8ab-26a6-7cca-7d462fdf174f-6fb2811e {
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-a8d55270-6ea8-d2cd-1039-68757b302c87-79f365e0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a8d55270-6ea8-d2cd-1039-68757b302c9d-79f365e0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_75d28d91-505a-8def-0e64-07ee00d5624b-c745342d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_75d28d91-505a-8def-0e64-07ee00d5624d-c745342d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_75d28d91-505a-8def-0e64-07ee00d5624f-c745342d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_75d28d91-505a-8def-0e64-07ee00d56251-c745342d {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_75d28d91-505a-8def-0e64-07ee00d56253-c745342d {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_75d28d91-505a-8def-0e64-07ee00d56259-c745342d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7410d96e-e813-66ba-0a60-bed508836bed-5e4e9bdc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7410d96e-e813-66ba-0a60-bed508836bf0-5e4e9bdc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_57bd328c-4726-1edd-7bf5-4e27d307cfd7-0dee4f47 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_57bd328c-4726-1edd-7bf5-4e27d307cfd9-0dee4f47 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_57bd328c-4726-1edd-7bf5-4e27d307cfdb-0dee4f47 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_57bd328c-4726-1edd-7bf5-4e27d307cfdd-0dee4f47 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_57bd328c-4726-1edd-7bf5-4e27d307cfdf-0dee4f47 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


@font-face {
  font-family: 'Noto sans KR';
  src: url('../fonts/NotoSansKR-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto sans KR';
  src: url('../fonts/NotoSansKR-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto sans KR';
  src: url('../fonts/NotoSansKR-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto sans KR';
  src: url('../fonts/NotoSansKR-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto sans KR';
  src: url('../fonts/NotoSansKR-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}