@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
[class^=con-],
[class$=-con] {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

[class$=_con] {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

[class^=bcon-],
[class$=-bcon] {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

[class*=con-]::after {
  clear: both;
}

[class^=box-],
[class$=-box] {
  position: relative;
  display: flex;
}

[class^=bx-],
[class$=-bx] {
  position: relative;
  display: flex;
}

/* 톱 버튼 */
.top {
  position: fixed;
  z-index: 500;
  width: 35px;
  height: 35px;
  background-color: #323388;
  right: 10px;
  bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 1s ease-in-out;
}
.top:hover {
  background-color: #e2645a;
  transition: all 1s ease-in-out;
}

/*  */
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%;
}

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'); */
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;
}

.subvisu-sec {
  overflow: hidden;
  height: 350px;
  margin-top: 80px;
  -webkit-transition: all 0.5s cubic-bezier(0.05, 0.68, 0.16, 1);
  transition: all 0.5s cubic-bezier(0.05, 0.68, 0.16, 1);
}
.subvisu-sec.visu-top-gap {
  transition: all 1s cubic-bezier(0.05, 0.68, 0.37, 1.02);
}
.subvisu-sec.visu-top-gap.vdn {
  margin-top: 80px;
}
.subvisu-sec.visu-top-gap.vup {
  margin-top: 80px;
}
.subvisu-sec .visu-bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subvisu-sec .left-bg {
  z-index: 100;
  position: absolute;
  display: flex;
  box-sizing: border-box;
  padding-left: 200px;
  align-items: center;
  justify-content: flex-end;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  margin-left: -100%;
  background-color: white;
}
.subvisu-sec .left-bg .tex_box {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subvisu-sec .left-bg p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #1e1f1f;
}
.subvisu-sec .left-bg h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #1e1f1f;
}
.subvisu-sec .right-bg {
  position: absolute;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  margin-right: -100%;
  background-color: white;
}
.subvisu-sec .right-bg .video_box {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.subvisu-sec .right-bg .video_box video {
  height: 100%;
  width: auto;
}
.subvisu-sec.start h3 {
  margin-left: 0;
  opacity: 1;
  transition: all 1.5s cubic-bezier(0.16, 0.73, 0.12, 1.03) 1.5s;
}
.subvisu-sec.start p {
  margin-left: 0;
  opacity: 1;
  transition: all 2s cubic-bezier(0.16, 0.73, 0.12, 1.03) 2s;
}
.subvisu-sec.start .left-bg {
  margin-left: 0;
  transition: all 1s cubic-bezier(0.06, 0.85, 0.05, 0.98) 1s;
}
.subvisu-sec.start .right-bg {
  margin-right: 0;
  transition: all 1s cubic-bezier(0.06, 0.85, 0.05, 0.98) 1s;
}

@media screen and (max-width: 1500px) {
  .subvisu-sec {
    height: 280px;
    margin-top: 80px;
  }
  .subvisu-sec.visu-top-gap.vdn {
    margin-top: 80px;
  }
  .subvisu-sec.visu-top-gap.vup {
    margin-top: 80px;
  }
  .subvisu-sec .left-bg {
    padding-left: 200px;
    width: 50%;
    margin-left: -100%;
  }
  .subvisu-sec .left-bg .tex_box {
    max-width: 600px;
  }
  .subvisu-sec .left-bg p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subvisu-sec .left-bg h3 {
    font-size: 34px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subvisu-sec .right-bg {
    width: 50%;
    margin-right: -100%;
    padding-right: 100px;
  }
  .subvisu-sec .right-bg .video_box {
    max-width: 600px;
  }
  .subvisu-sec .right-bg .video_box video {
    height: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .subvisu-sec {
    height: 230px;
    margin-top: 80px;
  }
  .subvisu-sec.visu-top-gap.vdn {
    margin-top: 80px;
  }
  .subvisu-sec.visu-top-gap.vup {
    margin-top: 80px;
  }
  .subvisu-sec .left-bg {
    padding-left: 30px;
    width: 50%;
    margin-left: -100%;
  }
  .subvisu-sec .left-bg .tex_box {
    max-width: 600px;
  }
  .subvisu-sec .left-bg p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subvisu-sec .left-bg h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subvisu-sec .right-bg {
    width: 50%;
    margin-right: -100%;
    padding-right: 100px;
  }
  .subvisu-sec .right-bg .video_box {
    max-width: 600px;
  }
  .subvisu-sec .right-bg .video_box video {
    height: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  .subvisu-sec {
    height: 180px;
    margin-top: 80px;
  }
  .subvisu-sec.visu-top-gap.vdn {
    margin-top: 80px;
  }
  .subvisu-sec.visu-top-gap.vup {
    margin-top: 80px;
  }
  .subvisu-sec .left-bg {
    padding-left: 30px;
    width: 50%;
    margin-left: -100%;
  }
  .subvisu-sec .left-bg .tex_box {
    max-width: 600px;
  }
  .subvisu-sec .left-bg p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subvisu-sec .left-bg h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subvisu-sec .right-bg {
    width: 50%;
    margin-right: -100%;
    padding-right: 100px;
  }
  .subvisu-sec .right-bg .video_box {
    max-width: 600px;
  }
  .subvisu-sec .right-bg .video_box video {
    height: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .subvisu-sec {
    height: 150px;
    margin-top: 50px;
  }
  .subvisu-sec.visu-top-gap.vdn {
    margin-top: 50px;
  }
  .subvisu-sec.visu-top-gap.vup {
    margin-top: 50px;
  }
  .subvisu-sec .left-bg {
    padding-left: 30px;
    width: 50%;
    margin-left: -100%;
  }
  .subvisu-sec .left-bg .tex_box {
    max-width: 600px;
  }
  .subvisu-sec .left-bg p {
    width: 70%;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subvisu-sec .left-bg h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subvisu-sec .right-bg {
    width: 50%;
    margin-right: -100%;
    padding-right: 20px;
  }
  .subvisu-sec .right-bg .video_box {
    max-width: 600px;
  }
  .subvisu-sec .right-bg .video_box video {
    height: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .subvisu-sec {
    height: 130px;
    margin-top: 50px;
  }
  .subvisu-sec.visu-top-gap.vdn {
    margin-top: 50px;
  }
  .subvisu-sec.visu-top-gap.vup {
    margin-top: 50px;
  }
  .subvisu-sec .left-bg {
    padding-left: 30px;
    width: 50%;
    margin-left: -100%;
  }
  .subvisu-sec .left-bg .tex_box {
    max-width: 600px;
  }
  .subvisu-sec .left-bg p {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subvisu-sec .left-bg h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subvisu-sec .right-bg {
    width: 50%;
    margin-right: -100%;
    padding-right: 20px;
  }
  .subvisu-sec .right-bg .video_box {
    max-width: 600px;
  }
  .subvisu-sec .right-bg .video_box video {
    height: 100%;
    max-height: 100%;
    width: auto;
  }
}

/*# sourceMappingURL=sub-visu.css.map */
