﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900");
[class^="con-"],
[class$="-con"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}[class*="con-"]::after {
  clear: both;
}[class^="box-"],
[class$="-box"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}[class^="bx-"],
[class$="-bx"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}.top:hover {
  background-color: #e2645a;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}/*  */
button {
  border: none;
  outline: none;
}a {
  display: inline-block;
  text-decoration: none;
}*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}::after,
::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '';
}img, iframe, video, object {
  max-width: 100%;
}html {
  -webkit-box-sizing: border-box;
          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: 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'); */
/* 오버레이 */
/* background-image */
/* 원형 박스 */
/* transform */
/* 쇼핑몰 뷰어 */
input[id="item-1"] + label.label-box {
  left: 0;
}input[id="item-1"] + label.label-box .pic-box {
  left: 0;
}#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: black;
  z-index: 9900;
  text-align: center;
}#loading #loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 50%;
  -webkit-animation: topIn 1.5s ease-out 0s both;
          animation: topIn 1.5s ease-out 0s both;
  text-align: center;
}@-webkit-keyframes topIn {
  0% {
    opacity: 0;
    margin-top: -250px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}@keyframes topIn {
  0% {
    opacity: 0;
    margin-top: -250px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}@-webkit-keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}@keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}@-webkit-keyframes rightin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}@keyframes rightin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}@-webkit-keyframes bottomin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}@keyframes bottomin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}@-webkit-keyframes topdown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-350%);
            transform: translateY(-350%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@keyframes topdown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-350%);
            transform: translateY(-350%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}.visu-sec {
  width: 100%;
  padding-top: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff !important;
}.visu-sec.sec-down {
  padding-top: 280px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}.visu-sec.sec-up {
  padding-top: 230px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}.visu-sec .visu-slider {
  width: 100%;
  height: 100%;
}.visu-sec .visu-slider .slick-list {
  width: 100%;
}.visu-sec .visu-slider .slick-list .slick-track .slick-slide {
  overflow: hidden;
}.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active {
  width: 100%;
}.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box {
  -webkit-animation: zoomin 2.2s ease-out 0s both;
          animation: zoomin 2.2s ease-out 0s both;
}.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box h5,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box h5,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box h5 {
  -webkit-animation: topdown 2s ease 3.7s both;
          animation: topdown 2s ease 3.7s both;
}.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .pop-box,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .pop-box,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .pop-box {
  -webkit-animation: topdown 2s ease 2s both;
          animation: topdown 2s ease 2s both;
}.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box p,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box p,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box p {
  -webkit-animation: topdown 2s ease 3.3s both;
          animation: topdown 2s ease 3.3s both;
}.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box span,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box span,
.visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box span {
  -webkit-animation: topdown 2s ease 3s both;
          animation: topdown 2s ease 3s both;
}.visu-sec .visu-slider div .slider1-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%;
  height: 670px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: fadeout 2.2s ease-out 0s both;
          animation: fadeout 2.2s ease-out 0s both;
}.visu-sec .visu-slider div .slider1-box .con-pop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}.visu-sec .visu-slider div .slider1-box .con-pop .pop-box {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  height: 290px;
  padding: 20px;
  margin-top: 220px;
  background-color: #E6F9F7 !important;
}.visu-sec .visu-slider div .slider1-box .con-pop .pop-box h5 {
  font-size: 33px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
}.visu-sec .visu-slider div .slider1-box .con-pop .pop-box p {
  width: 85%;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  text-align: center;
  padding: 30px 0;
}.visu-sec .visu-slider div .slider1-box .con-pop .pop-box span {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}.visu-sec .visu-slider div .slider1-box .con-pop .pop-box span::after {
  width: 50px;
  height: 1px;
  background-color: #606266 !important;
  left: 50%;
  margin-left: -25px;
  margin-top: 5px;
}.visu-sec .visu-slider div .slider1-box .con-pop .pop-box span a {
  color: #47494d !important;
}.visu-sec .visu-slider div .slider2-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%;
  height: 670px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: fadeout 2.2s ease-out 0s both;
          animation: fadeout 2.2s ease-out 0s both;
}.visu-sec .visu-slider div .slider2-box .con-pop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}.visu-sec .visu-slider div .slider2-box .con-pop .pop-box {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 410px;
  height: 230px;
  padding: 30px;
  margin-top: 250px;
  background-color: #f9f9f9;
}.visu-sec .visu-slider div .slider2-box .con-pop .pop-box h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
}.visu-sec .visu-slider div .slider2-box .con-pop .pop-box p {
  width: 85%;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
  text-align: center;
  padding: 30px 0;
}.visu-sec .visu-slider div .slider2-box .con-pop .pop-box span {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}.visu-sec .visu-slider div .slider2-box .con-pop .pop-box span::after {
  width: 50px;
  height: 1px;
  background-color: #606266 !important;
  left: 50%;
  margin-left: -25px;
  margin-top: 5px;
}.visu-sec .visu-slider div .slider2-box .con-pop .pop-box span a {
  color: #47494d !important;
}.visu-sec .visu-slider div .slider3-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%;
  height: 670px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: fadeout 2.2s ease-out 0s both;
          animation: fadeout 2.2s ease-out 0s both;
}.visu-sec .visu-slider div .slider3-box .con-pop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}.visu-sec .visu-slider div .slider3-box .con-pop h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #000;
  margin-top: 100px;
  margin-left: 270px;
}.visu-sec .visu-slider div .slider3-box .con-pop .pop-box {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 410px;
  height: 360px;
  padding: 30px;
  margin-top: 60px;
  background-color: #fcf3e6;
  left: 410px;
}.visu-sec .visu-slider div .slider3-box .con-pop .pop-box h5 {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #853b3b;
}.visu-sec .visu-slider div .slider3-box .con-pop .pop-box p {
  width: 85%;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
  text-align: center;
  padding: 30px 0;
}.visu-sec .visu-slider div .slider3-box .con-pop .pop-box span {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}.visu-sec .visu-slider div .slider3-box .con-pop .pop-box span::after {
  width: 50px;
  height: 1px;
  background-color: #606266 !important;
  left: 50%;
  margin-left: -25px;
  margin-top: 5px;
}.visu-sec .visu-slider div .slider3-box .con-pop .pop-box span a {
  color: #47494d !important;
}.visu-sec .visu-slider div .slider1-box {
  background-image: url("../imgs/visu-1.jpg");
}.visu-sec .visu-slider div .slider2-box {
  background-image: url("../imgs/visu-2.jpg");
}.visu-sec .visu-slider div .slider3-box {
  background-image: url("../imgs/visu-3.jpg");
}.visu-sec .visu-slider:hover .Prev, .visu-sec .visu-slider:hover .Next {
  background-color: #998d81;
  opacity: 1;
}.visu-sec .visu-slider .Prev {
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 50%;
  margin-top: -35px;
  width: 40px;
  height: 40px;
  opacity: 0;
  background-image: url("../img/icon/left-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #998d81;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}.visu-sec .visu-slider .Prev:hover {
  background-color: #726961;
}.visu-sec .visu-slider .Next {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 50%;
  margin-top: -35px;
  width: 40px;
  height: 40px;
  opacity: 0;
  background-image: url("../img/icon/right-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #998d81;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}.visu-sec .visu-slider .Next:hover {
  background-color: #726961;
}.visu-sec .visu-slider .slick-dots {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}.visu-sec .visu-slider .slick-dots > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 50px;
  background-color: aquamarine;
  display: none;
}@media (max-width: 1199.99px) and (min-width: 992px) {
  .visu-sec {
    width: 100%;
    padding-top: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff !important;
  }
  .visu-sec.sec-down {
    padding-top: 280px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec.sec-up {
    padding-top: 230px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider {
    width: 100%;
    height: 100%;
  }
  .visu-sec .visu-slider .slick-list {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide {
    overflow: hidden;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box {
    -webkit-animation: zoomin 2.2s ease-out 0s both;
            animation: zoomin 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box h5,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box h5,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box h5 {
    -webkit-animation: topdown 2s ease 3.7s both;
            animation: topdown 2s ease 3.7s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .pop-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .pop-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .pop-box {
    -webkit-animation: topdown 1s ease 1.5s both;
            animation: topdown 1s ease 1.5s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box p,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box p,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box p {
    -webkit-animation: topdown 2s ease 3s both;
            animation: topdown 2s ease 3s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box span,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box span,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box span {
    -webkit-animation: topdown 2s ease 2.5s both;
            animation: topdown 2s ease 2.5s both;
  }
  .visu-sec .visu-slider div .slider1-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 510px;
    height: 330px;
    padding: 20px;
    margin-top: 170px;
    left: 50px;
  background-color: #E6F9F7 !important;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box h5 {
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box p {
    width: 85%;
    font-size: 35px;
    font-weight: 700;
    line-height: 55px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-align: center;
    padding: 30px 0;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box span {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box span::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box span a {
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider2-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 370px;
    height: 300px;
    padding: 20px;
    margin-top: 170px;
    left: 50px;
    background-color: #f9f9f9;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box p {
    width: 85%;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-align: center;
    padding: 30px 0;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box span {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box span::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box span a {
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider3-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop h2 {
    font-size: 43px;
    font-weight: 700;
    line-height: 55px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-top: 100px;
    margin-left: calc(50% - 290px);
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 370px;
    height: 300px;
    padding: 20px;
    margin-top: 70px;
    background-color: #fcf3e6;
    left: calc(50% - 160px);
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box h5 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #853b3b;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box p {
    width: 85%;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-align: center;
    padding: 30px 0;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box span {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box span::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box span a {
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider1-box {
    background-image: url("../imgs/visu-1.jpg");
  }
  .visu-sec .visu-slider div .slider2-box {
    background-image: url("../imgs/visu-2.jpg");
  }
  .visu-sec .visu-slider div .slider3-box {
    background-image: url("../imgs/visu-3.jpg");
  }
  .visu-sec .visu-slider:hover .Prev, .visu-sec .visu-slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .visu-sec .visu-slider .Prev {
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Prev:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .Next {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Next:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .slick-dots {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .visu-sec .visu-slider .slick-dots > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 50px;
    background-color: aquamarine;
    display: none;
  }
}@media (max-width: 991.99px) and (min-width: 768px) {
  .visu-sec {
    width: 100%;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff !important;
  }
  .visu-sec.sec-down {
    padding-top: 40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec.sec-up {
    padding-top: 40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider {
    width: 100%;
    height: 100%;
  }
  .visu-sec .visu-slider .slick-list {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide {
    overflow: hidden;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box {
    -webkit-animation: zoomin 2.2s ease-out 0s both;
            animation: zoomin 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box h5,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box h5,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box h5 {
    -webkit-animation: topdown 2s ease 3.7s both;
            animation: topdown 2s ease 3.7s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .pop-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .pop-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .pop-box {
    -webkit-animation: topdown 1s ease 1.5s both;
            animation: topdown 1s ease 1.5s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box p,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box p,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box p {
    -webkit-animation: topdown 2s ease 3s both;
            animation: topdown 2s ease 3s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box span,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box span,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box span {
    -webkit-animation: topdown 2s ease 2.5s both;
            animation: topdown 2s ease 2.5s both;
  }
  .visu-sec .visu-slider div .slider1-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    height: 170px;
    padding: 15px;
    margin-top: 130px;
    left: 0px;
  background-color: #E6F9F7 !important;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box p {
    width: 90%;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    text-align: center;
    padding: 20px 0;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box span::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box span a {
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider2-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    height: 270px;
    padding: 15px;
    margin-top: 130px;
    right: 20px;
    background-color: #f9f9f9;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box p {
    width: 90%;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-align: center;
    padding: 20px 0;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box span::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box span a {
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider3-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop h2 {
    font-size: 33px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-top: 50px;
    margin-left: calc(50% - 250px);
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    height: 270px;
    padding: 15px;
    margin-top: 30px;
    background-color: #fcf3e6;
    left: calc(50% - 160px);
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #853b3b;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box p {
    width: 90%;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-align: center;
    padding: 20px 0;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box span::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box span a {
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider1-box {
    background-image: url("../imgs/visu-1.jpg");
  }
  .visu-sec .visu-slider div .slider2-box {
    background-image: url("../imgs/visu-2.jpg");
  }
  .visu-sec .visu-slider div .slider3-box {
    background-image: url("../imgs/visu-3.jpg");
  }
  .visu-sec .visu-slider:hover .Prev, .visu-sec .visu-slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .visu-sec .visu-slider .Prev {
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Prev:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .Next {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Next:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .slick-dots {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .visu-sec .visu-slider .slick-dots > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 50px;
    background-color: aquamarine;
    display: none;
  }
}@media (max-width: 767.99px) and (min-width: 576px) {
  .visu-sec {
    width: 100%;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff !important;
  }
  .visu-sec.sec-down {
    padding-top: 40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec.sec-up {
    padding-top: 40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider {
    width: 100%;
    height: 100%;
  }
  .visu-sec .visu-slider .slick-list {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide {
    overflow: hidden;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box {
    -webkit-animation: zoomin 2.2s ease-out 0s both;
            animation: zoomin 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box h5,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box h5,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box h5 {
    -webkit-animation: topdown 2s ease 3.7s both;
            animation: topdown 2s ease 3.7s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .pop-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .pop-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .pop-box {
    -webkit-animation: topdown 1s ease 1.5s both;
            animation: topdown 1s ease 1.5s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box p,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box p,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box p {
    -webkit-animation: topdown 2s ease 3s both;
            animation: topdown 2s ease 3s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box span,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box span,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box span {
    -webkit-animation: topdown 2s ease 2.5s both;
            animation: topdown 2s ease 2.5s both;
  }
  .visu-sec .visu-slider div .slider1-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    height: 170px;
    padding: 15px;
    margin-top: 100px;
    left: 0px;
  background-color: #E6F9F7 !important;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box h5 {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box p {
    width: 90%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    text-align: center;
    padding: 20px 0;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box span::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box span a {
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider2-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    height: 270px;
    padding: 15px;
    margin-top: 100px;
    right: 20px;
    background-color: #f9f9f9;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box p {
    width: 90%;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-align: center;
    padding: 20px 0;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box span::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box span a {
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider3-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 55px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-top: 50px;
    margin-left: calc(50% - 250px);
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    height: 270px;
    padding: 15px;
    margin-top: 0px;
    left: calc(50% - 160px);
    background-color: #fcf3e6;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box h5 {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #853b3b;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box p {
    width: 90%;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-align: center;
    padding: 20px 0;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box span::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box span a {
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider1-box {
    background-image: url("../imgs/visu-1.jpg");
  }
  .visu-sec .visu-slider div .slider2-box {
    background-image: url("../imgs/visu-2.jpg");
  }
  .visu-sec .visu-slider div .slider3-box {
    background-image: url("../imgs/visu-3.jpg");
  }
  .visu-sec .visu-slider:hover .Prev, .visu-sec .visu-slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .visu-sec .visu-slider .Prev {
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Prev:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .Next {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Next:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .slick-dots {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .visu-sec .visu-slider .slick-dots > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 50px;
    background-color: aquamarine;
    display: none;
  }
}@media (max-width: 575.99px) {
  .visu-sec {
    width: 100%;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff !important;
  }
  .visu-sec.sec-down {
    padding-top: 40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec.sec-up {
    padding-top: 40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider {
    width: 100%;
    height: 100%;
  }
  .visu-sec .visu-slider .slick-list {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide {
    overflow: hidden;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active {
    width: 100%;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box {
    -webkit-animation: zoomin 2.2s ease-out 0s both;
            animation: zoomin 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box h5,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box h5,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box h5 {
    -webkit-animation: topdown 2s ease 3.7s both;
            animation: topdown 2s ease 3.7s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box .pop-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box .pop-box,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box .pop-box {
    -webkit-animation: topdown 1s ease 1.5s both;
            animation: topdown 1s ease 1.5s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box p,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box p,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box p {
    -webkit-animation: topdown 2s ease 3s both;
            animation: topdown 2s ease 3s both;
  }
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider1-box span,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider2-box span,
  .visu-sec .visu-slider .slick-list .slick-track .slick-slide.slick-active .slider3-box span {
    -webkit-animation: topdown 2s ease 2.5s both;
            animation: topdown 2s ease 2.5s both;
  }
  .visu-sec .visu-slider div .slider1-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 270px;
    height: 140px;
    padding: 15px;
    margin-top: 50px;
    left: 0px;
  background-color: #E6F9F7 !important;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box h5 {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box p {
    width: 95%;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    text-align: center;
    padding: 10px 0;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box span::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .visu-sec .visu-slider div .slider1-box .con-pop .pop-box span a {
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider2-box {
    min-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 270px;
    height: 240px;
    padding: 15px;
    margin-top: 50px;
    left: 0px;
    background-color: #f9f9f9;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box p {
    width: 95%;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-align: center;
    padding: 10px 0;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box span::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .visu-sec .visu-slider div .slider2-box .con-pop .pop-box span a {
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider3-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: fadeout 2.2s ease-out 0s both;
            animation: fadeout 2.2s ease-out 0s both;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #000;
    margin-top: 40px;
    text-align: center;
    margin-left: calc(50% - 200px);
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 270px;
    height: 240px;
    padding: 15px;
    margin-top: 50px;
    left: 0px;
    background-color: #fcf3e6;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box h5 {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #853b3b;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box p {
    width: 95%;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
    text-align: center;
    padding: 10px 0;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box span {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box span::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .visu-sec .visu-slider div .slider3-box .con-pop .pop-box span a {
    color: #47494d !important;
  }
  .visu-sec .visu-slider div .slider1-box {
    background-image: url("../imgs/visu-1.jpg");
  }
  .visu-sec .visu-slider div .slider2-box {
    background-image: url("../imgs/visu-2.jpg");
  }
  .visu-sec .visu-slider div .slider3-box {
    background-image: url("../imgs/visu-3.jpg");
  }
  .visu-sec .visu-slider:hover .Prev, .visu-sec .visu-slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .visu-sec .visu-slider .Prev {
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Prev:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .Next {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .visu-sec .visu-slider .Next:hover {
    background-color: #726961;
  }
  .visu-sec .visu-slider .slick-dots {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .visu-sec .visu-slider .slick-dots > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 50px;
    background-color: aquamarine;
    display: none;
  }
}body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}@-webkit-keyframes logo {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@keyframes logo {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@-webkit-keyframes nologo {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}@keyframes nologo {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}@media (max-width: 991.99px) {
  #headsec {
    display: none;
  }
}@media (min-width: 992px) {
  .monav-sec,
  .momenu-bg {
    display: none;
  }
}header {
  z-index: 8000;
}header.head-down {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background-color: #ffffff !important;
  border-bottom: 1px solid #e1e3e5 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}header.head-up {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff !important;
  border-bottom: 1px solid #e1e3e5 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}header.head-up .head-box {
  -webkit-transform: translateY(-180px);
          transform: translateY(-180px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}header.head-up nav {
  height: 50px;
  -webkit-transform: translateY(-180px);
          transform: translateY(-180px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}header.head-up .mega1-box, header.head-up .mega2-box, header.head-up .mega3-box, header.head-up .mega4-box, header.head-up .mega5-box {
  -webkit-transform: translateY(-180px);
          transform: translateY(-180px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}header .head-box {
  width: 100%;
  height: 180px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}header .head-box .left-box {
  width: 20%;
}header .head-box .left-box .sns-bx {
  width: 100%;
  margin-top: 40px;
  margin-left: 45px;
}header .head-box .left-box .sns-bx > img {
  width: calc(14px * 1);
  height: calc(17px * 1);
  margin-right: 7px;
}header .head-box .center-box {
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}header .head-box .center-box > a > img {
  width: 95%;
}header .head-box .right-box {
  width: 20%;
}header nav {
  height: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}header nav.navi .con-nav {
  height: 100%;
}header nav.navi .con-nav .menu-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}header nav.navi .con-nav .menu-box > li {
  position: relative;
  width: 20%;
  height: 100%;
}header nav.navi .con-nav .menu-box > li:nth-of-type(1) > a.open {
  background-color: #6db1bc;
  color: #ffffff !important;
}header nav.navi .con-nav .menu-box > li:nth-of-type(2) > a.open {
  background-color: #d4828a;
  color: #ffffff !important;
}header nav.navi .con-nav .menu-box > li:nth-of-type(3) > a.open {
  background-color: #acd482;
  color: #ffffff !important;
}header nav.navi .con-nav .menu-box > li:nth-of-type(4) > a.open {
  background-color: #829ed4;
  color: #ffffff !important;
}header nav.navi .con-nav .menu-box > li:nth-of-type(5) > a.open {
  background-color: #bf82d4;
  color: #ffffff !important;
}header nav.navi .con-nav .menu-box > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
}header .mega1-box, header .mega2-box, header .mega3-box, header .mega4-box, header .mega5-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}header .mega1-box .con-mega .left-bx, header .mega2-box .con-mega .left-bx, header .mega3-box .con-mega .left-bx, header .mega4-box .con-mega .left-bx, header .mega5-box .con-mega .left-bx {
  width: 250px;
}header .mega1-box .con-mega .left-bx .submenu-box, header .mega2-box .con-mega .left-bx .submenu-box, header .mega3-box .con-mega .left-bx .submenu-box, header .mega4-box .con-mega .left-bx .submenu-box, header .mega5-box .con-mega .left-bx .submenu-box {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
}header .mega1-box .con-mega .left-bx .submenu-box::after, header .mega2-box .con-mega .left-bx .submenu-box::after, header .mega3-box .con-mega .left-bx .submenu-box::after, header .mega4-box .con-mega .left-bx .submenu-box::after, header .mega5-box .con-mega .left-bx .submenu-box::after {
  top: 30px;
  width: 1px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.5);
  right: 0;
}header .mega1-box .con-mega .left-bx .submenu-box > li a.sub-menu, header .mega2-box .con-mega .left-bx .submenu-box > li a.sub-menu, header .mega3-box .con-mega .left-bx .submenu-box > li a.sub-menu, header .mega4-box .con-mega .left-bx .submenu-box > li a.sub-menu, header .mega5-box .con-mega .left-bx .submenu-box > li a.sub-menu {
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
  text-transform: uppercase;
}header .mega1-box .con-mega .right-bx, header .mega2-box .con-mega .right-bx, header .mega3-box .con-mega .right-bx, header .mega4-box .con-mega .right-bx, header .mega5-box .con-mega .right-bx {
  width: calc(100% - 250px);
}header .mega1-box .con-mega .right-bx .items-box, header .mega2-box .con-mega .right-bx .items-box, header .mega3-box .con-mega .right-bx .items-box, header .mega4-box .con-mega .right-bx .items-box, header .mega5-box .con-mega .right-bx .items-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
}header .mega1-box .con-mega .right-bx .items-box .item-box, header .mega2-box .con-mega .right-bx .items-box .item-box, header .mega3-box .con-mega .right-bx .items-box .item-box, header .mega4-box .con-mega .right-bx .items-box .item-box, header .mega5-box .con-mega .right-bx .items-box .item-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 250px;
  height: 100%;
  margin-left: 20px;
}header .mega1-box .con-mega .right-bx .items-box .item-box .top-bx, header .mega2-box .con-mega .right-bx .items-box .item-box .top-bx, header .mega3-box .con-mega .right-bx .items-box .item-box .top-bx, header .mega4-box .con-mega .right-bx .items-box .item-box .top-bx, header .mega5-box .con-mega .right-bx .items-box .item-box .top-bx {
  width: 100%;
  height: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}header .mega1-box .con-mega .right-bx .items-box .item-box .bot-bx, header .mega2-box .con-mega .right-bx .items-box .item-box .bot-bx, header .mega3-box .con-mega .right-bx .items-box .item-box .bot-bx, header .mega4-box .con-mega .right-bx .items-box .item-box .bot-bx, header .mega5-box .con-mega .right-bx .items-box .item-box .bot-bx {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 30%;
  padding: 10px;
}header .mega1-box .con-mega .right-bx .items-box .item-box .bot-bx p, header .mega2-box .con-mega .right-bx .items-box .item-box .bot-bx p, header .mega3-box .con-mega .right-bx .items-box .item-box .bot-bx p, header .mega4-box .con-mega .right-bx .items-box .item-box .bot-bx p, header .mega5-box .con-mega .right-bx .items-box .item-box .bot-bx p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}header .mega1-box .con-mega .right-bx .items-box .item-box .bot-bx h3, header .mega2-box .con-mega .right-bx .items-box .item-box .bot-bx h3, header .mega3-box .con-mega .right-bx .items-box .item-box .bot-bx h3, header .mega4-box .con-mega .right-bx .items-box .item-box .bot-bx h3, header .mega5-box .con-mega .right-bx .items-box .item-box .bot-bx h3 {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}header .mega1-box.open, header .mega2-box.open, header .mega3-box.open, header .mega4-box.open, header .mega5-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}header .mega1-box {
  width: 100%;
  height: 300px;
  background-color: #6db1bc;
  display: none;
}header .mega2-box {
  width: 100%;
  height: 300px;
  background-color: #d4828a;
  display: none;
}header .mega2-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}header .mega3-box {
  width: 100%;
  height: 300px;
  background-color: #acd482;
  display: none;
}header .mega3-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}header .mega4-box {
  width: 100%;
  height: 300px;
  background-color: #829ed4;
  display: none;
}header .mega4-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}header .mega5-box {
  width: 100%;
  height: 300px;
  background-color: #bf82d4;
  display: none;
}header .mega5-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.monav-sec .top-box {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 40px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}.monav-sec .top-box .left-bx {
  width: 50%;
  padding: 0 10px;
}.monav-sec .top-box .left-bx.mo-show .mobt-box {
  width: 40px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.monav-sec .top-box .left-bx.mo-show .mobt-box > span {
  position: absolute;
  width: 0px;
  height: 2px;
  margin-left: -15px;
  background-color: #2f3033 !important;
}.monav-sec .top-box .left-bx.mo-show .mobt-box > span::before {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}.monav-sec .top-box .left-bx.mo-show .mobt-box > span::after {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}.monav-sec .top-box .left-bx .mobt-box {
  width: 40px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}.monav-sec .top-box .left-bx .mobt-box > span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}.monav-sec .top-box .left-bx .mobt-box > span::before {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: -8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}.monav-sec .top-box .left-bx .mobt-box > span::after {
  width: 30px;
  height: 2px;
  background-color: #2f3033 !important;
  margin-top: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}.monav-sec .top-box .right-bx {
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}.monav-sec .top-box .right-bx a > img {
  width: 100px;
  margin-top: 5px;
}.momenu-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 500;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}.momenu-bg.side-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}.momenu-bg .menu-box {
  width: 100%;
  height: 100vh;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.momenu-bg .menu-box .list-box {
  width: 250px;
  text-align: center;
  height: auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 100px;
}.momenu-bg .menu-box .list-box > a {
  width: 100%;
  height: 100%;
}.momenu-bg .menu-box .list-box > a > img {
  width: calc(350px * 0.4);
  height: calc(250px * 0.22);
  margin-bottom: 10px;
}.momenu-bg .menu-box .list-box > ul {
  width: 100%;
}.momenu-bg .menu-box .list-box > ul > li {
  width: 100%;
}.momenu-bg .menu-box .list-box > ul > li:hover > a {
  color: #ffffff !important !important;
}.momenu-bg .menu-box .list-box > ul > li:hover > a::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}.momenu-bg .menu-box .list-box > ul > li > a {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
  text-align: center;
}.momenu-bg .menu-box .list-box > ul > li > a::after {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff !important !important;
  background-color: #d8d2db;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}#about {
  position: relative;
  z-index: 20;
}.mo-submenu > li > a {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 13px;
  font-weight: 300;
}.mo-sub1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  /* display: none; */
  height: 0px;
  color: #2f3033 !important;
}.mo-sub2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  /* display: none; */
  height: 0px;
}.mo-sub3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  /* display: none; */
  height: 0px;
}.mo-sub1 > li > a {
  position: relative;
  line-height: 35px;
  top: -150px;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}.mo-sub2 > li > a {
  position: relative;
  line-height: 35px;
  top: -150px;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}.mo-sub3 > li > a {
  position: relative;
  line-height: 35px;
  top: -150px;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}#about:hover .mo-sub1 {
  height: 105px;
}#about:hover .mo-sub1 > li > a {
  top: 0px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  color: #2f3033 !important;
}#about:hover .mo-sub2 {
  height: 70px;
}#about:hover .mo-sub2 > li > a {
  top: 0px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}#about:hover .mo-sub3 {
  height: 35px;
}#about:hover .mo-sub3 > li > a {
  top: 0px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}@keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}@-webkit-keyframes top-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@keyframes top-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}@-webkit-keyframes zoomout {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}@keyframes zoomout {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}.thumb-sec {
  padding-top: 70px;
  background-color: #ffffff !important;
}.thumb-sec .con-thumb {
  position: relative;
  margin: 0 auto;
  height: 100%;
}.thumb-sec .con-thumb > div .thumb1-box, .thumb-sec .con-thumb > div .thumb2-box, .thumb-sec .con-thumb > div .thumb3-box, .thumb-sec .con-thumb > div .thumb4-box, .thumb-sec .con-thumb > div .thum54-box, .thumb-sec .con-thumb > div .thumb6-box, .thumb-sec .con-thumb > div .thumb7-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: calc(100% - 10px);
  height: 350px;
  border: 1px solid #f2f2f5 !important;
}.thumb-sec .con-thumb > div .thumb1-box .top-box, .thumb-sec .con-thumb > div .thumb2-box .top-box, .thumb-sec .con-thumb > div .thumb3-box .top-box, .thumb-sec .con-thumb > div .thumb4-box .top-box, .thumb-sec .con-thumb > div .thum54-box .top-box, .thumb-sec .con-thumb > div .thumb6-box .top-box, .thumb-sec .con-thumb > div .thumb7-box .top-box {
  width: 100%;
  height: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}.thumb-sec .con-thumb > div .thumb1-box .tex-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box, .thumb-sec .con-thumb > div .thum54-box .tex-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 40%;
}.thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #fafafc !important;
  padding: 10px;
}.thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx p {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}.thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx {
  width: 100%;
  height: 40px;
  background-color: #f2f2f5 !important;
}.thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 10px;
}.thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box p {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}.thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 10px;
}.thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box p {
  width: 100%;
  text-align: right;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}.thumb-sec .con-thumb .Pre {
  position: absolute;
  z-index: 10;
  left: -45px;
  top: 50%;
  margin-top: -35px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("../img/icon/left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}.thumb-sec .con-thumb .Pre:hover {
  background-color: #ffe083 !important;
}.thumb-sec .con-thumb .Nex {
  position: absolute;
  z-index: 10;
  right: -45px;
  top: 50%;
  margin-top: -35px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("../img/icon/right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}.thumb-sec .con-thumb .Nex:hover {
  background-color: #ffe083 !important;
}.thumb-sec .con-thumb .slick-dots {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-top: 0;
  margin-top: -15px;
}.thumb-sec .con-thumb .slick-dots li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 3px;
}.thumb-sec .con-thumb .slick-dots li#slick-slide10 button {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/con1-1s.jpg");
}.thumb-sec .con-thumb .slick-dots li#slick-slide11 button {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/con1-2s.jpg");
}.thumb-sec .con-thumb .slick-dots li#slick-slide12 button {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/con1-3s.jpg");
}.thumb-sec .con-thumb .slick-dots li button {
  width: 150px;
  height: 75px;
  border: none;
  cursor: pointer;
  border: 0px solid black;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
}.thumb-sec .con-thumb .slick-dots li button:focus {
  outline: none;
}.thumb-sec .con-thumb .slick-dots li button:hover {
  opacity: 1;
}.thumb-sec .con-thumb .slick-dots li.slick-active button {
  border-bottom: 3px solid #943b72;
  -webkit-box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
  opacity: 1;
}@media (max-width: 1199.99px) and (min-width: 992px) {
  .thumb-sec {
    padding: 50px 10px 30px;
    background-color: #ffffff !important;
  }
  .thumb-sec .con-thumb {
    position: relative;
    margin: 0 auto;
    height: 100%;
  }
  .thumb-sec .con-thumb > div .thumb1-box, .thumb-sec .con-thumb > div .thumb2-box, .thumb-sec .con-thumb > div .thumb3-box, .thumb-sec .con-thumb > div .thumb4-box, .thumb-sec .con-thumb > div .thum54-box, .thumb-sec .con-thumb > div .thumb6-box, .thumb-sec .con-thumb > div .thumb7-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: calc(100% - 10px);
    height: 300px;
    border: 1px solid #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .top-box, .thumb-sec .con-thumb > div .thumb2-box .top-box, .thumb-sec .con-thumb > div .thumb3-box .top-box, .thumb-sec .con-thumb > div .thumb4-box .top-box, .thumb-sec .con-thumb > div .thum54-box .top-box, .thumb-sec .con-thumb > div .thumb6-box .top-box, .thumb-sec .con-thumb > div .thumb7-box .top-box {
    width: 100%;
    height: 55%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box, .thumb-sec .con-thumb > div .thum54-box .tex-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 45%;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #fafafc !important;
    padding: 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx {
    width: 100%;
    height: 40px;
    background-color: #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box p {
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb .Pre {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Pre:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .Nex {
    position: absolute;
    z-index: 10;
    left: 48px;
    top: 100%;
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Nex:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .slick-dots {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    margin-top: -15px;
  }
  .thumb-sec .con-thumb .slick-dots li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 3px;
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide10 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-1s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide11 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-2s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide12 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-3s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li button {
    width: 150px;
    height: 75px;
    border: none;
    cursor: pointer;
    border: 0px solid black;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li button:focus {
    outline: none;
  }
  .thumb-sec .con-thumb .slick-dots li button:hover {
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li.slick-active button {
    border-bottom: 3px solid #943b72;
    -webkit-box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}@media (max-width: 991.99px) and (min-width: 768px) {
  .thumb-sec {
    padding: 50px 10px 30px;
    background-color: #ffffff !important;
  }
  .thumb-sec .con-thumb {
    position: relative;
    margin: 0 auto;
    height: 100%;
  }
  .thumb-sec .con-thumb > div .thumb1-box, .thumb-sec .con-thumb > div .thumb2-box, .thumb-sec .con-thumb > div .thumb3-box, .thumb-sec .con-thumb > div .thumb4-box, .thumb-sec .con-thumb > div .thum54-box, .thumb-sec .con-thumb > div .thumb6-box, .thumb-sec .con-thumb > div .thumb7-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: calc(100% - 10px);
    height: 260px;
    border: 1px solid #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .top-box, .thumb-sec .con-thumb > div .thumb2-box .top-box, .thumb-sec .con-thumb > div .thumb3-box .top-box, .thumb-sec .con-thumb > div .thumb4-box .top-box, .thumb-sec .con-thumb > div .thum54-box .top-box, .thumb-sec .con-thumb > div .thumb6-box .top-box, .thumb-sec .con-thumb > div .thumb7-box .top-box {
    width: 100%;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box, .thumb-sec .con-thumb > div .thum54-box .tex-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 50%;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #fafafc !important;
    padding: 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx {
    width: 100%;
    height: 40px;
    background-color: #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box p {
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb .Pre {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Pre:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .Nex {
    position: absolute;
    z-index: 10;
    left: 38px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Nex:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .slick-dots {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    margin-top: -15px;
  }
  .thumb-sec .con-thumb .slick-dots li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 3px;
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide10 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-1s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide11 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-2s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide12 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-3s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li button {
    width: 150px;
    height: 75px;
    border: none;
    cursor: pointer;
    border: 0px solid black;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li button:focus {
    outline: none;
  }
  .thumb-sec .con-thumb .slick-dots li button:hover {
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li.slick-active button {
    border-bottom: 3px solid #943b72;
    -webkit-box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}@media (max-width: 767.99px) and (min-width: 576px) {
  .thumb-sec {
    padding: 40px 10px 30px;
    background-color: #ffffff !important;
  }
  .thumb-sec .con-thumb {
    position: relative;
    margin: 0 auto;
    height: 100%;
  }
  .thumb-sec .con-thumb > div .thumb1-box, .thumb-sec .con-thumb > div .thumb2-box, .thumb-sec .con-thumb > div .thumb3-box, .thumb-sec .con-thumb > div .thumb4-box, .thumb-sec .con-thumb > div .thum54-box, .thumb-sec .con-thumb > div .thumb6-box, .thumb-sec .con-thumb > div .thumb7-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: calc(100% - 10px);
    height: 260px;
    border: 1px solid #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .top-box, .thumb-sec .con-thumb > div .thumb2-box .top-box, .thumb-sec .con-thumb > div .thumb3-box .top-box, .thumb-sec .con-thumb > div .thumb4-box .top-box, .thumb-sec .con-thumb > div .thum54-box .top-box, .thumb-sec .con-thumb > div .thumb6-box .top-box, .thumb-sec .con-thumb > div .thumb7-box .top-box {
    width: 100%;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box, .thumb-sec .con-thumb > div .thum54-box .tex-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 50%;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #fafafc !important;
    padding: 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx {
    width: 100%;
    height: 40px;
    background-color: #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 0 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box p {
    width: 100%;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 10px 0 0;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box p {
    width: 100%;
    text-align: right;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb .Pre {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Pre:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .Nex {
    position: absolute;
    z-index: 10;
    left: 38px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Nex:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .slick-dots {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    margin-top: -15px;
  }
  .thumb-sec .con-thumb .slick-dots li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 3px;
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide10 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-1s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide11 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-2s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide12 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-3s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li button {
    width: 150px;
    height: 75px;
    border: none;
    cursor: pointer;
    border: 0px solid black;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li button:focus {
    outline: none;
  }
  .thumb-sec .con-thumb .slick-dots li button:hover {
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li.slick-active button {
    border-bottom: 3px solid #943b72;
    -webkit-box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}@media (max-width: 575.99px) {
  .thumb-sec {
    padding: 30px 10px 30px;
    background-color: #ffffff !important;
  }
  .thumb-sec .con-thumb {
    position: relative;
    margin: 0 auto;
    height: 100%;
  }
  .thumb-sec .con-thumb > div .thumb1-box, .thumb-sec .con-thumb > div .thumb2-box, .thumb-sec .con-thumb > div .thumb3-box, .thumb-sec .con-thumb > div .thumb4-box, .thumb-sec .con-thumb > div .thum54-box, .thumb-sec .con-thumb > div .thumb6-box, .thumb-sec .con-thumb > div .thumb7-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: calc(100% - 10px);
    height: 260px;
    border: 1px solid #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .top-box, .thumb-sec .con-thumb > div .thumb2-box .top-box, .thumb-sec .con-thumb > div .thumb3-box .top-box, .thumb-sec .con-thumb > div .thumb4-box .top-box, .thumb-sec .con-thumb > div .thum54-box .top-box, .thumb-sec .con-thumb > div .thumb6-box .top-box, .thumb-sec .con-thumb > div .thumb7-box .top-box {
    width: 100%;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box, .thumb-sec .con-thumb > div .thum54-box .tex-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 50%;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #fafafc !important;
    padding: 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx {
    width: 100%;
    height: 40px;
    background-color: #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 0 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box p {
    width: 100%;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 10px 0 0;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box p {
    width: 100%;
    text-align: right;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb .Pre {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Pre:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .Nex {
    position: absolute;
    z-index: 10;
    left: 38px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Nex:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .slick-dots {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    margin-top: -15px;
  }
  .thumb-sec .con-thumb .slick-dots li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 3px;
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide10 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-1s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide11 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-2s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide12 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-3s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li button {
    width: 150px;
    height: 75px;
    border: none;
    cursor: pointer;
    border: 0px solid black;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li button:focus {
    outline: none;
  }
  .thumb-sec .con-thumb .slick-dots li button:hover {
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li.slick-active button {
    border-bottom: 3px solid #943b72;
    -webkit-box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}@media (max-width: 419.99px) {
  .thumb-sec {
    padding: 20px 10px 30px;
    background-color: #ffffff !important;
  }
  .thumb-sec .con-thumb {
    position: relative;
    margin: 0 auto;
    height: 100%;
  }
  .thumb-sec .con-thumb > div .thumb1-box, .thumb-sec .con-thumb > div .thumb2-box, .thumb-sec .con-thumb > div .thumb3-box, .thumb-sec .con-thumb > div .thumb4-box, .thumb-sec .con-thumb > div .thum54-box, .thumb-sec .con-thumb > div .thumb6-box, .thumb-sec .con-thumb > div .thumb7-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: calc(100% - 5px);
    height: 260px;
    border: 1px solid #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .top-box, .thumb-sec .con-thumb > div .thumb2-box .top-box, .thumb-sec .con-thumb > div .thumb3-box .top-box, .thumb-sec .con-thumb > div .thumb4-box .top-box, .thumb-sec .con-thumb > div .thum54-box .top-box, .thumb-sec .con-thumb > div .thumb6-box .top-box, .thumb-sec .con-thumb > div .thumb7-box .top-box {
    width: 100%;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box, .thumb-sec .con-thumb > div .thum54-box .tex-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 50%;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #fafafc !important;
    padding: 7px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx p {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx {
    width: 100%;
    height: 40px;
    background-color: #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 0 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box p {
    width: 100%;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 10px 0 0;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box p {
    width: 100%;
    text-align: right;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb .Pre {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Pre:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .Nex {
    position: absolute;
    z-index: 10;
    left: 38px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Nex:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .slick-dots {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    margin-top: -15px;
  }
  .thumb-sec .con-thumb .slick-dots li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 3px;
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide10 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-1s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide11 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-2s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide12 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-3s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li button {
    width: 150px;
    height: 75px;
    border: none;
    cursor: pointer;
    border: 0px solid black;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li button:focus {
    outline: none;
  }
  .thumb-sec .con-thumb .slick-dots li button:hover {
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li.slick-active button {
    border-bottom: 3px solid #943b72;
    -webkit-box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}.para-sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  padding-top: 70px;
  margin: 0 auto;
}.para-sec .parabox {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}.para-sec .parabox h2 {
  position: absolute;
  font-size: 82px;
  font-weight: 400;
  line-height: 80px;
  font-family: "Frank Ruhl Libre", serif !important;
  width: 600px;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff !important;
}.para-sec .parabox .paraover {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(116, 15, 79, 0.1);
}.para-sec .parabox .img-parallax {
  width: 100vw;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}@media (max-width: 1199.99px) and (min-width: 992px) {
  .para-sec {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
    padding-top: 50px;
    margin: 0 auto;
  }
  .para-sec .parabox {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  .para-sec .parabox h2 {
    position: absolute;
    font-size: 82px;
    font-weight: 400;
    line-height: 80px;
    font-family: "Frank Ruhl Libre", serif !important;
    width: 600px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff !important;
  }
  .para-sec .parabox .paraover {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(116, 15, 79, 0.1);
  }
  .para-sec .parabox .img-parallax {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    pointer-events: none;
  }
}@media (max-width: 991.99px) and (min-width: 768px) {
  .para-sec {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
    padding-top: 50px;
    margin: 0 auto;
  }
  .para-sec .parabox {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .para-sec .parabox h2 {
    position: absolute;
    font-size: 62px;
    font-weight: 400;
    line-height: 60px;
    font-family: "Frank Ruhl Libre", serif !important;
    width: 500px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff !important;
  }
  .para-sec .parabox .paraover {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(116, 15, 79, 0.1);
  }
  .para-sec .parabox .img-parallax {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    pointer-events: none;
  }
}@media (max-width: 767.99px) and (min-width: 576px) {
  .para-sec {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
    padding-top: 50px;
    margin: 0 auto;
  }
  .para-sec .parabox {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
  }
  .para-sec .parabox h2 {
    position: absolute;
    font-size: 45px;
    font-weight: 400;
    line-height: 60px;
    font-family: "Frank Ruhl Libre", serif !important;
    width: 400px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff !important;
  }
  .para-sec .parabox .paraover {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(116, 15, 79, 0.1);
  }
  .para-sec .parabox .img-parallax {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    pointer-events: none;
  }
}@media (max-width: 575.99px) {
  .para-sec {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
    padding-top: 30px;
    margin: 0 auto;
  }
  .para-sec .parabox {
    width: 100%;
    height: 170px;
    position: relative;
    overflow: hidden;
  }
  .para-sec .parabox h2 {
    position: absolute;
    font-size: 34px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Frank Ruhl Libre", serif !important;
    width: 300px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff !important;
  }
  .para-sec .parabox .paraover {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(116, 15, 79, 0.1);
  }
  .para-sec .parabox .img-parallax {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    pointer-events: none;
  }
}.scroll-sec {
  margin-top: 150px;
}.scroll-sec .con-scroll {
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.scroll-sec .con-scroll img {
  width: 100px;
  height: 100px;
}.scroll-sec .con-scroll p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}.info-sec {
  height: 500px;
  background-color: #ffffff !important;
  margin-bottom: 180px;
}.info-sec .con-info .info-box {
  width: 100%;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}.info-sec .con-info .info-box h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
  margin-bottom: 30px;
}.info-sec .con-info .info-box h2::before {
  width: 5px;
  height: 30px;
  background-color: #e83e8c !important;
  left: 50%;
  margin-top: -50px;
}.info-sec .con-info .info-box > ul > li {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
  padding-top: 10px;
}body {
  background-color: #fcf9f5;
}.bn-sec {
  margin-top: 50px;
}.bn-sec.show1 .con-bn .topbn-box .right-box {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}.bn-sec .con-bn .topbn-box {
  width: 100%;
}.bn-sec .con-bn .topbn-box .left-box {
  width: 60%;
  height: 480px;
  background-image: url("../imgs/bn-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}.bn-sec .con-bn .topbn-box .right-box {
  width: 40%;
  height: 100%;
  top: 50%;
  margin-top: -145px;
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}.bn-sec .con-bn .topbn-box .right-box .tex-box {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 50px;
  right: 0;
  width: 530px;
  height: 290px;
  background-color: #ffffff !important;
}.bn-sec .con-bn .topbn-box .right-box .tex-box h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 20px;
}.bn-sec .con-bn .topbn-box .right-box .tex-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  text-align: center;
  width: 100%;
}.bn-sec .con-bn .topbn-box .right-box .tex-box p:nth-of-type(2) > a {
  margin-top: 30px;
  color: #2f3033 !important;
}.bn-sec .con-bn .topbn-box .right-box .tex-box p:nth-of-type(2) > a::after {
  width: 50px;
  height: 1px;
  background-color: #606266 !important;
  left: 50%;
  margin-left: -25px;
  margin-top: 7px;
}.bn2-sec {
  margin-top: 50px;
}.bn2-sec.show2 .con-bn2 .botbn-box .left-box {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}.bn2-sec .con-bn2 .botbn-box {
  width: 100%;
}.bn2-sec .con-bn2 .botbn-box .left-box {
  width: 40%;
  height: 100%;
  top: 50%;
  margin-top: -145px;
  opacity: 0;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}.bn2-sec .con-bn2 .botbn-box .left-box .tex-box {
  position: absolute;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 50px;
  left: 0;
  width: 530px;
  height: 290px;
  background-color: #ffffff !important;
}.bn2-sec .con-bn2 .botbn-box .left-box .tex-box h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 20px;
  text-align: center;
}.bn2-sec .con-bn2 .botbn-box .left-box .tex-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  text-align: center;
  width: 100%;
}.bn2-sec .con-bn2 .botbn-box .left-box .tex-box p:nth-of-type(2) > a {
  margin-top: 30px;
  color: #2f3033 !important;
}.bn2-sec .con-bn2 .botbn-box .left-box .tex-box p:nth-of-type(2) > a::after {
  width: 50px;
  height: 1px;
  background-color: #606266 !important;
  left: 50%;
  margin-left: -25px;
  margin-top: 7px;
}.bn2-sec .con-bn2 .botbn-box .right-box {
  z-index: -1;
  width: 60%;
  height: 480px;
  background-image: url("../imgs/bn-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}@media (max-width: 1199.99px) and (min-width: 992px) {
  .bn-sec {
    margin-top: 50px;
  }
  .bn-sec.show1 .con-bn .topbn-box .right-box {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bn-sec .con-bn .topbn-box {
    width: 100%;
  }
  .bn-sec .con-bn .topbn-box .left-box {
    width: 60%;
    height: 420px;
    background-image: url("../imgs/bn-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bn-sec .con-bn .topbn-box .right-box {
    width: 40%;
    height: 100%;
    top: 50%;
    margin-top: -145px;
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 50px;
    right: 0;
    width: 530px;
    height: 290px;
    background-color: #ffffff !important;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 20px;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-align: center;
    width: 100%;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box p:nth-of-type(2) > a {
    margin-top: 30px;
    color: #2f3033 !important;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box p:nth-of-type(2) > a::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 7px;
  }
  .bn2-sec {
    margin-top: 50px;
  }
  .bn2-sec.show2 .con-bn2 .botbn-box .left-box {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bn2-sec .con-bn2 .botbn-box {
    width: 100%;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box {
    width: 40%;
    height: 100%;
    top: 50%;
    margin-top: -145px;
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box {
    position: absolute;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 50px;
    left: 0;
    width: 530px;
    height: 290px;
    background-color: #ffffff !important;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 20px;
    text-align: center;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-align: center;
    width: 100%;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box p:nth-of-type(2) > a {
    margin-top: 30px;
    color: #2f3033 !important;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box p:nth-of-type(2) > a::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 7px;
  }
  .bn2-sec .con-bn2 .botbn-box .right-box {
    z-index: -1;
    width: 60%;
    height: 420px;
    background-image: url("../imgs/bn-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}@media (max-width: 991.99px) and (min-width: 768px) {
  .bn-sec {
    margin-top: 50px;
  }
  .bn-sec.show1 .con-bn .topbn-box .right-box {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bn-sec .con-bn .topbn-box {
    width: 100%;
  }
  .bn-sec .con-bn .topbn-box .left-box {
    width: 60%;
    height: 380px;
    background-image: url("../imgs/bn-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bn-sec .con-bn .topbn-box .right-box {
    width: 40%;
    height: 100%;
    top: 50%;
    margin-top: -125px;
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    right: 0;
    width: 530px;
    height: 250px;
    background-color: #ffffff !important;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-align: center;
    width: 90%;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box p:nth-of-type(2) > a {
    margin-top: 10px;
    color: #2f3033 !important;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box p:nth-of-type(2) > a::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 7px;
  }
  .bn2-sec {
    margin-top: 50px;
  }
  .bn2-sec.show2 .con-bn2 .botbn-box .left-box {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bn2-sec .con-bn2 .botbn-box {
    width: 100%;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box {
    width: 40%;
    height: 100%;
    top: 50%;
    margin-top: -125px;
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    right: 0;
    width: 530px;
    height: 250px;
    background-color: #ffffff !important;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
    text-align: center;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-align: center;
    width: 90%;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box p:nth-of-type(2) > a {
    margin-top: 10px;
    color: #2f3033 !important;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box p:nth-of-type(2) > a::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 7px;
  }
  .bn2-sec .con-bn2 .botbn-box .right-box {
    z-index: -1;
    width: 60%;
    height: 380px;
    background-image: url("../imgs/bn-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}@media (max-width: 767.99px) and (min-width: 576px) {
  .bn-sec {
    margin-top: 50px;
  }
  .bn-sec.show1 .con-bn .topbn-box .right-box {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bn-sec .con-bn .topbn-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bn-sec .con-bn .topbn-box .left-box {
    width: 100%;
    height: 250px;
    background-image: url("../imgs/bn-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bn-sec .con-bn .topbn-box .right-box {
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    margin-top: -80px;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    right: 0;
    width: 530px;
    height: 250px;
    background-color: #ffffff !important;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-align: center;
    width: 90%;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box p:nth-of-type(2) > a {
    margin-top: 10px;
    color: #2f3033 !important;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box p:nth-of-type(2) > a::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 7px;
  }
  .bn2-sec {
    margin-top: 50px;
  }
  .bn2-sec.show2 .con-bn2 .botbn-box .left-box {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bn2-sec .con-bn2 .botbn-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box {
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    margin-top: -80px;
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    right: 0;
    width: 530px;
    height: 250px;
    background-color: #ffffff !important;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 10px;
    text-align: center;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-align: center;
    width: 90%;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box p:nth-of-type(2) > a {
    margin-top: 10px;
    color: #2f3033 !important;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box p:nth-of-type(2) > a::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 7px;
  }
  .bn2-sec .con-bn2 .botbn-box .right-box {
    z-index: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: 250px;
    background-image: url("../imgs/bn-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}@media (max-width: 575.99px) {
  .bn-sec {
    margin-top: 50px;
  }
  .bn-sec.show1 .con-bn .topbn-box .right-box {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .bn-sec .con-bn .topbn-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bn-sec .con-bn .topbn-box .left-box {
    width: 100%;
    height: 250px;
    background-image: url("../imgs/bn-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bn-sec .con-bn .topbn-box .right-box {
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    margin-top: -80px;
    opacity: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    right: 0;
    width: 90%;
    height: auto;
    background-color: #ffffff !important;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 0;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-align: center;
    width: 95%;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box p:nth-of-type(2) > a {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #2f3033 !important;
  }
  .bn-sec .con-bn .topbn-box .right-box .tex-box p:nth-of-type(2) > a::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 7px;
  }
  .bn2-sec {
    margin-top: 20px;
  }
  .bn2-sec.show2 .con-bn2 .botbn-box .left-box {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .bn2-sec .con-bn2 .botbn-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box {
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    margin-top: -10px;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    right: 0;
    width: 90%;
    height: auto;
    background-color: #ffffff !important;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 0;
    text-align: center;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-align: center;
    width: 95%;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box p:nth-of-type(2) > a {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #2f3033 !important;
  }
  .bn2-sec .con-bn2 .botbn-box .left-box .tex-box p:nth-of-type(2) > a::after {
    width: 50px;
    height: 1px;
    background-color: #606266 !important;
    left: 50%;
    margin-left: -25px;
    margin-top: 7px;
  }
  .bn2-sec .con-bn2 .botbn-box .right-box {
    z-index: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: 250px;
    background-image: url("../imgs/bn-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}.menu-sec .con-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}.menu-sec .con-menu .tit-box {
  width: 100%;
  padding: 70px 0 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.menu-sec .con-menu .tit-box h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}.menu-sec .con-menu .menu-box {
  width: 100%;
  padding: 30px;
  background-color: #ffffff !important;
  margin-bottom: 50px;
}.menu-sec .con-menu .menu-box .left-box {
  width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 3.5%;
}.menu-sec .con-menu .menu-box .left-box:nth-of-type(3) {
  margin-right: 0;
}.menu-sec .con-menu .menu-box .left-box h3 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 0px;
}.menu-sec .con-menu .menu-box .left-box h3::after {
  width: 100%;
  height: 1px;
  background-color: #606266 !important;
}.menu-sec .con-menu .menu-box .left-box > ul {
  margin-top: 15px;
}.menu-sec .con-menu .menu-box .left-box > ul > li {
  font-size: 13px;
  font-weight: 200;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
  line-height: 30px;
}.menu-sec .con-menu .menu-box .left-box > ul > li a {
  color: #606266 !important;
}.menu-sec .con-menu .menu-box .center-box {
  width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 3.5%;
}.menu-sec .con-menu .menu-box .center-box:nth-of-type(3) {
  margin-right: 0;
}.menu-sec .con-menu .menu-box .center-box h3 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 0px;
}.menu-sec .con-menu .menu-box .center-box h3::after {
  width: 100%;
  height: 1px;
  background-color: #606266 !important;
}.menu-sec .con-menu .menu-box .center-box > ul {
  margin-top: 15px;
}.menu-sec .con-menu .menu-box .center-box > ul > li {
  font-size: 13px;
  font-weight: 200;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
  line-height: 30px;
}.menu-sec .con-menu .menu-box .center-box > ul > li a {
  color: #606266 !important;
}.menu-sec .con-menu .menu-box .right-box {
  width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 3.5%;
}.menu-sec .con-menu .menu-box .right-box:nth-of-type(3) {
  margin-right: 0;
}.menu-sec .con-menu .menu-box .right-box h3 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  margin-bottom: 10px;
}.menu-sec .con-menu .menu-box .right-box h3::after {
  width: 100%;
  height: 1px;
  background-color: #606266 !important;
}.menu-sec .con-menu .menu-box .right-box > ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}.menu-sec .con-menu .menu-box .right-box > ul > li {
  font-size: 13px;
  font-weight: 200;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
  line-height: 30px;
}@media (max-width: 767.99px) and (min-width: 576px) {
  .menu-sec .con-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu-sec .con-menu .tit-box {
    width: 100%;
    padding: 50px 0 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-sec .con-menu .tit-box h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .menu-sec .con-menu .menu-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 30px;
    background-color: #ffffff !important;
  }
  .menu-sec .con-menu .menu-box .left-box {
    width: 31%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 3.5%;
  }
  .menu-sec .con-menu .menu-box .left-box:nth-of-type(3) {
    margin-right: 0;
  }
  .menu-sec .con-menu .menu-box .left-box h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 0px;
    text-align: center;
  }
  .menu-sec .con-menu .menu-box .left-box h3::after {
    width: 100%;
    height: 1px;
    background-color: #606266 !important;
  }
  .menu-sec .con-menu .menu-box .left-box > ul {
    margin-top: 15px;
  }
  .menu-sec .con-menu .menu-box .left-box > ul > li {
    font-size: 13px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    line-height: 30px;
    text-align: left;
  }
  .menu-sec .con-menu .menu-box .left-box > ul > li a {
    color: #606266 !important;
  }
  .menu-sec .con-menu .menu-box .center-box {
    width: 31%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 3.5%;
    text-align: center;
    margin-top: 30px;
  }
  .menu-sec .con-menu .menu-box .center-box:nth-of-type(3) {
    margin-right: 0;
  }
  .menu-sec .con-menu .menu-box .center-box h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 0px;
  }
  .menu-sec .con-menu .menu-box .center-box h3::after {
    width: 100%;
    height: 1px;
    background-color: #606266 !important;
  }
  .menu-sec .con-menu .menu-box .center-box > ul {
    margin-top: 15px;
  }
  .menu-sec .con-menu .menu-box .center-box > ul > li {
    font-size: 13px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    line-height: 30px;
    text-align: left;
  }
  .menu-sec .con-menu .menu-box .center-box > ul > li a {
    color: #606266 !important;
  }
  .menu-sec .con-menu .menu-box .right-box {
    width: 31%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 3.5%;
    text-align: center;
    margin-top: 30px;
  }
  .menu-sec .con-menu .menu-box .right-box:nth-of-type(3) {
    margin-right: 0;
  }
  .menu-sec .con-menu .menu-box .right-box h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 0px;
  }
  .menu-sec .con-menu .menu-box .right-box h3::after {
    width: 100%;
    height: 1px;
    background-color: #606266 !important;
  }
  .menu-sec .con-menu .menu-box .right-box > ul {
    margin-top: 15px;
    text-align: left;
  }
  .menu-sec .con-menu .menu-box .right-box > ul > li {
    font-size: 13px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    line-height: 30px;
    text-align: left;
  }
}@media (max-width: 575.99px) {
  .menu-sec .con-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu-sec .con-menu .tit-box {
    width: 100%;
    padding: 30px 0 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-sec .con-menu .tit-box h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .menu-sec .con-menu .menu-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 30px;
    background-color: #ffffff !important;
  }
  .menu-sec .con-menu .menu-box .left-box {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 3.5%;
  }
  .menu-sec .con-menu .menu-box .left-box:nth-of-type(3) {
    margin-right: 0;
  }
  .menu-sec .con-menu .menu-box .left-box h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 0px;
    text-align: center;
  }
  .menu-sec .con-menu .menu-box .left-box h3::after {
    width: 100%;
    height: 1px;
    background-color: #606266 !important;
  }
  .menu-sec .con-menu .menu-box .left-box > ul {
    margin-top: 15px;
  }
  .menu-sec .con-menu .menu-box .left-box > ul > li {
    font-size: 13px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    line-height: 30px;
    text-align: left;
  }
  .menu-sec .con-menu .menu-box .left-box > ul > li a {
    color: #606266 !important;
  }
  .menu-sec .con-menu .menu-box .center-box {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 3.5%;
    text-align: center;
    margin-top: 30px;
  }
  .menu-sec .con-menu .menu-box .center-box:nth-of-type(3) {
    margin-right: 0;
  }
  .menu-sec .con-menu .menu-box .center-box h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 0px;
  }
  .menu-sec .con-menu .menu-box .center-box h3::after {
    width: 100%;
    height: 1px;
    background-color: #606266 !important;
  }
  .menu-sec .con-menu .menu-box .center-box > ul {
    margin-top: 15px;
  }
  .menu-sec .con-menu .menu-box .center-box > ul > li {
    font-size: 13px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    line-height: 30px;
    text-align: left;
  }
  .menu-sec .con-menu .menu-box .center-box > ul > li a {
    color: #606266 !important;
  }
  .menu-sec .con-menu .menu-box .right-box {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 3.5%;
    text-align: center;
    margin-top: 30px;
  }
  .menu-sec .con-menu .menu-box .right-box:nth-of-type(3) {
    margin-right: 0;
  }
  .menu-sec .con-menu .menu-box .right-box h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    margin-bottom: 0px;
  }
  .menu-sec .con-menu .menu-box .right-box h3::after {
    width: 100%;
    height: 1px;
    background-color: #606266 !important;
  }
  .menu-sec .con-menu .menu-box .right-box > ul {
    margin-top: 15px;
    text-align: left;
  }
  .menu-sec .con-menu .menu-box .right-box > ul > li {
    font-size: 13px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    text-align: left;
  }
}/*# sourceMappingURL=main.css.map */