@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500&family=Russo+One&display=swap");
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

._con {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

._flex-center {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

/* 톱 버튼 */
.top {
  position: fixed;
  z-index: 500;
  width: 35px;
  height: 35px;
  background-color: rgb(50, 51, 136);
  right: 10px;
  bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 1s ease-in-out;
}
.top:hover {
  background-color: rgb(226, 100, 90);
  transition: all 1s ease-in-out;
}

/*  */
body.hide {
  overflow: hidden;
}

button {
  border: none;
  outline: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

::after,
::before {
  position: absolute;
  display: flex;
  content: "";
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul, li {
  list-style-type: none;
}

section {
  position: relative;
  width: 100%;
  height: auto;
}

section::after {
  clear: both;
}

.bgsize {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.scroll-none {
  overflow-y: hidden;
  transition: all 1s ease 1s;
}
body.scroll-auto {
  overflow-y: auto;
  transition: all 2s ease 1s;
}

/* 오버레이 */
body.modal-open {
  overflow: hidden;
}

body.scbar {
  -ms-overflow-style: none;
}
body.scbar::-webkit-scrollbar {
  display: none !important;
}

.scroll-icon {
  position: absolute;
  z-index: 2000;
  cursor: pointer;
}
.scroll-icon.down {
  left: 50%;
  top: auto;
  bottom: 50px;
}
.scroll-icon.up {
  left: 50%;
  top: 50px;
  bottom: auto;
}
.scroll-icon .icon img {
  width: 10.6px;
  height: 20px;
  animation: arrowicon 2s ease infinite;
}

/* background-image */
/* 원형 박스 */
/* transform */
/* 쇼핑몰 뷰어 */
input[id=item-1] + label.label-box {
  left: 0;
}
input[id=item-1] + label.label-box .pic-box {
  left: 0;
}

@keyframes error {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  10% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  20% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  30% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  70% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.body {
  width: 100%;
  height: 100%;
  height: 92.4vh;
}
.body .header {
  width: 100%;
  min-height: 97px;
  background-color: #fff;
  padding: 11px 44px;
  position: absolute;
  top: 0;
  left: 0;
}
.body .header > img {
  max-width: 100%;
  height: auto;
}
.body .i-visu {
  margin-top: 7.6vh;
  width: 100%;
  height: auto;
  display: flex;
}
.body .i-visu .v-left {
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 92.4vh;
  padding-bottom: 208px;
  transition: 0.7s all ease-out;
  cursor: pointer;
}
.body .i-visu .v-left:after {
  background-image: url("../images/intro-i1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.7s all ease-out;
}
.body .i-visu .v-left:hover:after {
  transform: scale(1.1);
}
.body .i-visu .v-left .text > h5 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  margin-bottom: 15px;
}
.body .i-visu .v-left .text > h3 {
  font-size: 95px;
  font-weight: 700;
  line-height: 105px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  letter-spacing: -5px;
}
.body .i-visu .v-left .text > h3 > span {
  color: #f86471;
}
.body .i-visu .v-left .v-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 208px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.body .i-visu .v-left .v-menu > ul {
  width: 540px;
  display: flex;
  flex-wrap: wrap;
}
.body .i-visu .v-left .v-menu > ul > li {
  width: 155px;
  height: 46px;
  margin-right: 20px;
  border: 1px solid #000;
  margin-bottom: 21px;
}
.body .i-visu .v-left .v-menu > ul > li:hover {
  border: 1px solid #f86471;
  background-color: #f86471;
}
.body .i-visu .v-left .v-menu > ul > li:hover > a:hover {
  color: #fff;
}
.body .i-visu .v-left .v-menu > ul > li > a {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
}
.body .i-visu .v-left .v-menu > ul > li:nth-of-type(4), .body .i-visu .v-left .v-menu > ul > li:nth-of-type(5), .body .i-visu .v-left .v-menu > ul > li:nth-of-type(6) {
  margin-bottom: 0;
}
.body .i-visu .v-left.size {
  width: 56%;
}
.body .i-visu .v-left.size2 {
  width: 53%;
}
.body .i-visu .v-right {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 92.4vh;
  padding-bottom: 208px;
  transition: 0.7s all ease-out;
  cursor: pointer;
}
.body .i-visu .v-right:after {
  background-image: url("../images/intro-i2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.7s all ease-out;
}
.body .i-visu .v-right:hover:after {
  transform: scale(1.1);
}
.body .i-visu .v-right .text > h5 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  margin-bottom: 15px;
}
.body .i-visu .v-right .text > h3 {
  font-size: 95px;
  font-weight: 700;
  line-height: 105px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  letter-spacing: -5px;
}
.body .i-visu .v-right .text > h3 > span {
  color: #00aeef;
}
.body .i-visu .v-right .v-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 104.5%;
  height: 208px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.body .i-visu .v-right .v-menu > ul {
  width: 540px;
  display: flex;
  flex-wrap: wrap;
}
.body .i-visu .v-right .v-menu > ul > li {
  width: 155px;
  height: 46px;
  margin-right: 20px;
  border: 1px solid #000;
  margin-bottom: 21px;
}
.body .i-visu .v-right .v-menu > ul > li:hover {
  border: 1px solid #00aeef;
  background-color: #00aeef;
}
.body .i-visu .v-right .v-menu > ul > li:hover > a:hover {
  color: #fff;
}
.body .i-visu .v-right .v-menu > ul > li > a {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
}
.body .i-visu .v-right .v-menu > ul > li:nth-of-type(4), .body .i-visu .v-right .v-menu > ul > li:nth-of-type(5), .body .i-visu .v-right .v-menu > ul > li:nth-of-type(6) {
  margin-bottom: 0;
}
.body .i-visu .v-right.size {
  width: 50%;
}
.body .i-visu .v-right.size2 {
  width: 47%;
}

.footer {
  width: 100%;
  background-color: #2b2724;
  padding: 48px 0;
}
.footer ._con {
  display: flex;
}
.footer ._con .f-left {
  width: 50%;
  text-align: right;
  padding-right: 70px;
  border-right: 1px solid #d7d7d7;
}
.footer ._con .f-left > h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #d7d7d7;
  margin-bottom: 5px;
}
.footer ._con .f-left > p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #d7d7d7;
}
.footer ._con .f-right {
  width: 50%;
  padding-left: 70px;
}
.footer ._con .f-right > h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #d7d7d7;
  margin-bottom: 5px;
}
.footer ._con .f-right > p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #d7d7d7;
}

@media (max-width: 1799.99px) and (min-width: 1500px) {
  .body .i-visu .v-left .text > h5 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .body .i-visu .v-left .text > h5 > img {
    width: 44.1px;
    height: 34.2px;
  }
  .body .i-visu .v-left .text > h3 {
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -5px;
  }
  .body .i-visu .v-right .text > h5 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .body .i-visu .v-right .text > h5 > img {
    width: 44.1px;
    height: 34.2px;
  }
  .body .i-visu .v-right .text > h3 {
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -5px;
  }
}
@media (max-width: 1499.99px) and (min-width: 1200px) {
  .body .i-visu .v-left .text > h5 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .body .i-visu .v-left .text > h5 > img {
    width: 39.2px;
    height: 30.4px;
  }
  .body .i-visu .v-left .text > h3 {
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -5px;
  }
  .body .i-visu .v-right .text > h5 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .body .i-visu .v-right .text > h5 > img {
    width: 39.2px;
    height: 30.4px;
  }
  .body .i-visu .v-right .text > h3 {
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -5px;
  }
}
@media (max-width: 1199.99px) and (min-width: 992px) {
  .body .header {
    min-height: auto;
    padding: 11px 44px;
  }
  .body .header > img {
    width: 92.8px;
    height: 54.4px;
  }
  .body .i-visu .v-left .text > h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .body .i-visu .v-left .text > h5 > img {
    width: 39.2px;
    height: 30.4px;
  }
  .body .i-visu .v-left .text > h3 {
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -5px;
  }
  .body .i-visu .v-left .v-menu {
    height: 208px;
  }
  .body .i-visu .v-left .v-menu > ul {
    width: 90%;
  }
  .body .i-visu .v-left .v-menu > ul > li {
    width: 133px;
    height: 46px;
    margin-right: 15px;
    margin-bottom: 21px;
  }
  .body .i-visu .v-left .v-menu > ul > li > a {
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .body .i-visu .v-left .v-menu > ul > li:nth-of-type(4), .body .i-visu .v-left .v-menu > ul > li:nth-of-type(5), .body .i-visu .v-left .v-menu > ul > li:nth-of-type(6) {
    margin-bottom: 0;
  }
  .body .i-visu .v-right .text > h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .body .i-visu .v-right .text > h5 > img {
    width: 39.2px;
    height: 30.4px;
  }
  .body .i-visu .v-right .text > h3 {
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -5px;
  }
  .body .i-visu .v-right .v-menu {
    height: 208px;
  }
  .body .i-visu .v-right .v-menu > ul {
    width: 90%;
  }
  .body .i-visu .v-right .v-menu > ul > li {
    width: 133px;
    height: 46px;
    margin-right: 15px;
    margin-bottom: 21px;
  }
  .body .i-visu .v-right .v-menu > ul > li > a {
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .body .i-visu .v-right .v-menu > ul > li:nth-of-type(4), .body .i-visu .v-right .v-menu > ul > li:nth-of-type(5), .body .i-visu .v-right .v-menu > ul > li:nth-of-type(6) {
    margin-bottom: 0;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .body .header {
    min-height: auto;
    padding: 11px 44px;
  }
  .body .header > img {
    width: 92.8px;
    height: 54.4px;
  }
  .body .i-visu .v-left .text > h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .body .i-visu .v-left .text > h5 > img {
    width: 34.3px;
    height: 26.6px;
  }
  .body .i-visu .v-left .text > h3 {
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -3px;
  }
  .body .i-visu .v-left .text > h3 > span {
    display: block;
  }
  .body .i-visu .v-left .v-menu {
    height: auto;
    padding: 20px 15px;
  }
  .body .i-visu .v-left .v-menu > ul {
    width: 100%;
    justify-content: center;
  }
  .body .i-visu .v-left .v-menu > ul > li {
    width: 45%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .body .i-visu .v-left .v-menu > ul > li > a {
    padding: 10px 10px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .body .i-visu .v-left .v-menu > ul > li:nth-of-type(4) {
    margin-bottom: 15px;
  }
  .body .i-visu .v-right .text > h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 15px;
  }
  .body .i-visu .v-right .text > h5 > img {
    width: 34.3px;
    height: 26.6px;
  }
  .body .i-visu .v-right .text > h3 {
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -3px;
  }
  .body .i-visu .v-right .text > h3 > span {
    display: block;
  }
  .body .i-visu .v-right .v-menu {
    height: auto;
    padding: 20px 15px;
  }
  .body .i-visu .v-right .v-menu > ul {
    width: 100%;
    justify-content: center;
  }
  .body .i-visu .v-right .v-menu > ul > li {
    width: 45%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .body .i-visu .v-right .v-menu > ul > li > a {
    padding: 10px 10px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .body .i-visu .v-right .v-menu > ul > li:nth-of-type(4) {
    margin-bottom: 15px;
  }
  .footer {
    padding: 28px 0;
  }
  .footer ._con .f-left {
    width: 50%;
    text-align: right;
    padding-right: 40px;
    border-right: 1px solid #d7d7d7;
  }
  .footer ._con .f-left > h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .footer ._con .f-left > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .f-right {
    width: 50%;
    padding-left: 40px;
  }
  .footer ._con .f-right > h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .footer ._con .f-right > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .body {
    height: auto;
  }
  .body .header {
    min-height: auto;
    padding: 10px 20px;
  }
  .body .header > img {
    width: 81.2px;
    height: 47.6px;
  }
  .body .i-visu {
    flex-direction: column;
  }
  .body .i-visu .v-left {
    width: 100%;
    height: 760px;
  }
  .body .i-visu .v-left:hover:after {
    transform: scale(1);
  }
  .body .i-visu .v-left .text > h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .body .i-visu .v-left .text > h5 > img {
    width: 34.3px;
    height: 26.6px;
  }
  .body .i-visu .v-left .text > h3 {
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -3px;
  }
  .body .i-visu .v-left .v-menu {
    height: auto;
    padding: 20px 15px;
  }
  .body .i-visu .v-left .v-menu > ul {
    width: 100%;
    justify-content: center;
  }
  .body .i-visu .v-left .v-menu > ul > li {
    width: 45%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .body .i-visu .v-left .v-menu > ul > li > a {
    padding: 10px 10px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .body .i-visu .v-left .v-menu > ul > li:nth-of-type(4) {
    margin-bottom: 15px;
  }
  .body .i-visu .v-left.size {
    width: 100%;
    background-size: cover;
  }
  .body .i-visu .v-left.size2 {
    width: 100%;
    background-size: cover;
  }
  .body .i-visu .v-right {
    width: 100%;
    height: 760px;
  }
  .body .i-visu .v-right:hover:after {
    transform: scale(1);
  }
  .body .i-visu .v-right .text > h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .body .i-visu .v-right .text > h5 > img {
    width: 34.3px;
    height: 26.6px;
  }
  .body .i-visu .v-right .text > h3 {
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -3px;
  }
  .body .i-visu .v-right .v-menu {
    height: auto;
    padding: 20px 15px;
  }
  .body .i-visu .v-right .v-menu > ul {
    width: 100%;
    justify-content: center;
  }
  .body .i-visu .v-right .v-menu > ul > li {
    width: 45%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .body .i-visu .v-right .v-menu > ul > li > a {
    padding: 10px 10px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .body .i-visu .v-right .v-menu > ul > li:nth-of-type(4) {
    margin-bottom: 15px;
  }
  .body .i-visu .v-right.size {
    width: 100%;
    background-size: cover;
  }
  .body .i-visu .v-right.size2 {
    width: 100%;
    background-size: cover;
  }
  .footer {
    padding: 28px 0;
  }
  .footer ._con {
    flex-direction: column;
    width: 70%;
  }
  .footer ._con .f-left {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #777777;
  }
  .footer ._con .f-left > h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .footer ._con .f-left > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .f-right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .footer ._con .f-right > h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .footer ._con .f-right > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .body {
    height: auto;
  }
  .body .header {
    min-height: auto;
    padding: 10px 20px;
  }
  .body .header > img {
    width: 69.6px;
    height: 40.8px;
  }
  .body .i-visu {
    margin-top: 6.6vh;
    flex-direction: column;
  }
  .body .i-visu .v-left {
    width: 100%;
    height: 559px;
  }
  .body .i-visu .v-left:hover:after {
    transform: scale(1);
  }
  .body .i-visu .v-left .text > h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .body .i-visu .v-left .text > h5 > img {
    width: 29.4px;
    height: 22.8px;
  }
  .body .i-visu .v-left .text > h3 {
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -3px;
  }
  .body .i-visu .v-left .v-menu {
    height: auto;
    padding: 20px 15px;
  }
  .body .i-visu .v-left .v-menu > ul {
    width: 100%;
    justify-content: center;
  }
  .body .i-visu .v-left .v-menu > ul > li {
    width: 45%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .body .i-visu .v-left .v-menu > ul > li > a {
    padding: 10px 10px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .body .i-visu .v-left .v-menu > ul > li:nth-of-type(4) {
    margin-bottom: 15px;
  }
  .body .i-visu .v-left.size {
    width: 100%;
    background-size: cover;
  }
  .body .i-visu .v-left.size2 {
    width: 100%;
    background-size: cover;
  }
  .body .i-visu .v-right {
    width: 100%;
    height: 559px;
  }
  .body .i-visu .v-right:hover:after {
    transform: scale(1);
  }
  .body .i-visu .v-right .text > h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .body .i-visu .v-right .text > h5 > img {
    width: 29.4px;
    height: 22.8px;
  }
  .body .i-visu .v-right .text > h3 {
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -3px;
  }
  .body .i-visu .v-right .v-menu {
    height: auto;
    padding: 20px 15px;
  }
  .body .i-visu .v-right .v-menu > ul {
    width: 100%;
    justify-content: center;
  }
  .body .i-visu .v-right .v-menu > ul > li {
    width: 45%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .body .i-visu .v-right .v-menu > ul > li > a {
    padding: 10px 10px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .body .i-visu .v-right .v-menu > ul > li:nth-of-type(4) {
    margin-bottom: 15px;
  }
  .body .i-visu .v-right.size {
    width: 100%;
    background-size: cover;
  }
  .body .i-visu .v-right.size2 {
    width: 100%;
    background-size: cover;
  }
  .footer {
    padding: 28px 0;
  }
  .footer ._con {
    flex-direction: column;
    width: 70%;
  }
  .footer ._con .f-left {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #777777;
  }
  .footer ._con .f-left > h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .footer ._con .f-left > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .f-right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .footer ._con .f-right > h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .footer ._con .f-right > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 419.99px) {
  .body {
    height: auto;
  }
  .body .header {
    min-height: auto;
    padding: 10px 20px;
  }
  .body .header > img {
    width: 69.6px;
    height: 40.8px;
  }
  .body .i-visu {
    margin-top: 6.6vh;
    flex-direction: column;
  }
  .body .i-visu .v-left {
    width: 100%;
    height: 484px;
  }
  .body .i-visu .v-left:hover:after {
    transform: scale(1);
  }
  .body .i-visu .v-left .text > h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .body .i-visu .v-left .text > h5 > img {
    width: 24.5px;
    height: 19px;
  }
  .body .i-visu .v-left .text > h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -3px;
  }
  .body .i-visu .v-left .v-menu {
    height: auto;
    padding: 20px 15px;
  }
  .body .i-visu .v-left .v-menu > ul {
    width: 100%;
    justify-content: center;
  }
  .body .i-visu .v-left .v-menu > ul > li {
    width: 45%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .body .i-visu .v-left .v-menu > ul > li > a {
    padding: 10px 10px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .body .i-visu .v-left .v-menu > ul > li:nth-of-type(4) {
    margin-bottom: 15px;
  }
  .body .i-visu .v-left.size {
    width: 100%;
    background-size: cover;
  }
  .body .i-visu .v-left.size2 {
    width: 100%;
    background-size: cover;
  }
  .body .i-visu .v-right {
    width: 100%;
    height: 484px;
  }
  .body .i-visu .v-right:hover:after {
    transform: scale(1);
  }
  .body .i-visu .v-right .text > h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .body .i-visu .v-right .text > h5 > img {
    width: 24.5px;
    height: 19px;
  }
  .body .i-visu .v-right .text > h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    font-family: "Noto Sans KR", sans-serif !important;
    letter-spacing: -3px;
  }
  .body .i-visu .v-right .text > h3 > span {
    display: block;
  }
  .body .i-visu .v-right .v-menu {
    width: 100%;
    height: auto;
    padding: 20px 15px;
  }
  .body .i-visu .v-right .v-menu > ul {
    width: 100%;
    justify-content: center;
  }
  .body .i-visu .v-right .v-menu > ul > li {
    width: 45%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .body .i-visu .v-right .v-menu > ul > li > a {
    padding: 10px 10px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .body .i-visu .v-right .v-menu > ul > li:nth-of-type(4) {
    margin-bottom: 15px;
  }
  .body .i-visu .v-right.size {
    width: 100%;
    background-size: cover;
  }
  .body .i-visu .v-right.size2 {
    width: 100%;
    background-size: cover;
  }
  .footer {
    padding: 28px 0;
  }
  .footer ._con {
    flex-direction: column;
    width: 70%;
  }
  .footer ._con .f-left {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #777777;
  }
  .footer ._con .f-left > h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .footer ._con .f-left > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer ._con .f-right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .footer ._con .f-right > h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 5px;
  }
  .footer ._con .f-right > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

/*# sourceMappingURL=intro.css.map */
