@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700");
html {
  box-sizing: border-box;
}

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

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

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

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

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

button {
  border: none;
  outline: none;
}

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

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

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

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

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

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

section::after {
  clear: both;
}

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

/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.scroll-none {
  overflow-y: hidden;
  transition: all 1s ease 1s;
}
body.scroll-auto {
  overflow-y: auto;
  transition: all 2s ease 1s;
}

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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;
}

@keyframes left-in-tex {
  0% {
    margin-left: -150%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}
@keyframes right-in {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes rightIn-box {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-tex {
  0% {
    transform: translateX(-150%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-over {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over4 {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box1 {
  0% {
    transform: translateY(-120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes Box2 {
  0% {
    transform: translateX(120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box3 {
  0% {
    transform: translateX(-120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box4 {
  0% {
    transform: translateY(120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.main-visu-sec {
  margin-top: 105px;
  position: relative;
  left: 0;
  right: 0;
  height: 950px;
  transition: height 1s ease;
}
.main-visu-sec #slider {
  width: 100%;
  height: 950px;
  position: absolute;
  overflow: hidden;
  float: left;
  padding: 0;
  transition: height 1s ease;
}
.main-visu-sec #slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #5e5a5a;
}
.main-visu-sec #slider .slide .container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background: #5e5a5a;
  overflow: hidden;
}
.main-visu-sec #slider .slide .container .left-over {
  z-index: 1000;
  position: absolute;
  left: 0%;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.97);
  animation: rightIn-over 2.4s ease 0s forwards;
}
.main-visu-sec #slider .slide .container .left-over2 {
  z-index: 10;
  position: absolute;
  left: 0%;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-color: rgba(0, 0, 0, 0.2);
  animation: rightIn-over 2.4s ease 0s forwards;
}
.main-visu-sec #slider .slide .container div.slideBg {
  position: absolute;
  top: 0;
  opacity: 1;
  left: 100%;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-visu-sec #slider .slide .con-content {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visu-sec #slider .slide .con-content ._con {
  height: 100%;
}
.main-visu-sec #slider .slide .con-content ._con__left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.main-visu-sec #slider .slide .con-content ._con__left--bn {
  overflow: hidden;
  width: 100%;
  height: 60%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li {
  position: relative;
  width: 50%;
  height: 50%;
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(1), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(1), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(3), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(4) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox img {
  width: 78px;
  height: 73px;
  margin-bottom: 20px;
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-1, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-4 {
  background-color: rgba(90, 207, 182, 0.8);
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-2, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-3 {
  background-color: rgba(90, 141, 207, 0.8);
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-1 {
  transform: translateY(-120%);
  animation: Box1 1.2s ease 2.5s both;
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-2 {
  transform: translateX(120%);
  animation: Box2 1.2s ease 2.5s both;
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-3 {
  transform: translateX(-120%);
  animation: Box3 1.2s ease 2.5s both;
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-4 {
  transform: translateY(120%);
  animation: Box4 1.2s ease 2.5s both;
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-1, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-4 {
  background-color: rgb(90, 207, 182);
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-2, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-3 {
  background-color: rgb(90, 141, 207);
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul li.nonAct .bnBox {
  background-color: rgba(0, 0, 0, 0.363);
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul--tex h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: left;
  transform: translateX(-150%);
  animation: rightIn-tex 1.2s ease 3s both;
}
.main-visu-sec #slider .slide .con-content ._con__left--bn ul--tex p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  width: 80%;
  color: #ffffff;
  text-align: left;
  margin-top: 15px;
  transform: translateX(-150%);
  animation: rightIn-tex 1.2s ease 2.5s both;
}
.main-visu-sec #slider .slide .con-content ._con__right {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.main-visu-sec #slider .slide .con-content ._con__right .arro-box {
  width: 100%;
  height: 80px;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt {
  position: relative;
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
}
.main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 2px;
  transform-origin: left;
  background-color: #fff;
}
.main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span:nth-of-type(1) {
  transform: rotate(45deg);
}
.main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt {
  position: relative;
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
}
.main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 2px;
  transform-origin: right;
  background-color: #fff;
}
.main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span:nth-of-type(2) {
  transform: rotate(45deg);
}
.main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.main-visu-sec #slider .slide .con-content ._con__right .texBox {
  overflow: hidden;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  padding: 50px 40px 0;
}
.main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-1::after {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  background-color: rgba(61, 54, 54, 0.7);
  transform: translateX(-100%);
  animation: rightIn-tex 1.2s ease 2.5s both;
}
.main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-2::after {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  background-color: rgba(61, 54, 54, 0.7);
  transform: translateX(-100%);
  animation: rightIn-tex 1.2s ease 2.5s both;
}
.main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-3::after {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  background-color: rgba(61, 54, 54, 0.7);
  transform: translateX(-100%);
  animation: rightIn-tex 1.2s ease 2.5s both;
}
.main-visu-sec #slider .slide .con-content ._con__right .texBox h2 {
  z-index: 100;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  line-height: 53px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: left;
  transform: translateX(-150%);
  animation: rightIn-tex 1.2s ease 3s both;
}
.main-visu-sec #slider .slide .con-content ._con__right .texBox p {
  z-index: 100;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: left;
  margin-bottom: 15px;
  transform: translateX(-150%);
  animation: rightIn-tex 1.2s ease 2.5s both;
}
.main-visu-sec #slider .slide#three .container {
  background-image: url("../images/mv-3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-visu-sec #slider .slide#three .container .left-over {
  background-color: #5483b3;
}
.main-visu-sec #slider .slide#two .container {
  background-image: url("../images/mv-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-visu-sec #slider .slide#two .container .left-over {
  background-color: #5483b3;
}
.main-visu-sec #slider .slide#one .container {
  background-image: url("../images/mv-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-visu-sec #slider .slide#one .container .left-over {
  background-color: #5483b3;
}
@media (max-width: 1199.99px) and (min-width: 992px) {
  .main-visu-sec {
    margin-top: 105px;
    height: 700px;
    transition: height 1s ease;
  }
  .main-visu-sec #slider {
    width: 100%;
    height: 700px;
    transition: height 1s ease;
  }
  .main-visu-sec #slider .slide .container .left-over {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
    animation: rightIn-over 2.4s ease 0s forwards;
  }
  .main-visu-sec #slider .slide .container .left-over2 {
    opacity: 1;
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .main-visu-sec #slider .slide .container div.slideBg {
    left: 100%;
  }
  .main-visu-sec #slider .slide .con-content ._con {
    padding: 0 50px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left {
    width: 50%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn {
    overflow: hidden;
    width: 100%;
    height: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li {
    position: relative;
    width: 50%;
    height: 50%;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(1), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(1), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(3), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s ease;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox img {
    width: 62.4px;
    height: 58.4px;
    margin-bottom: 10px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-1, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-4 {
    background-color: rgba(90, 207, 182, 0.8);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-2, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-3 {
    background-color: rgba(90, 141, 207, 0.8);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-1 {
    transform: translateY(-120%);
    animation: Box1 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-2 {
    transform: translateX(120%);
    animation: Box2 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-3 {
    transform: translateX(-120%);
    animation: Box3 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-4 {
    transform: translateY(120%);
    animation: Box4 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-1, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-4 {
    background-color: rgb(90, 207, 182);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-2, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-3 {
    background-color: rgb(90, 141, 207);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.nonAct .bnBox {
    background-color: rgba(0, 0, 0, 0.363);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul--tex h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 3s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul--tex p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 80%;
    color: #ffffff;
    text-align: left;
    margin-top: 15px;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right {
    overflow: hidden;
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box {
    width: 100%;
    height: 70px;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt {
    position: relative;
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    transform-origin: left;
    background-color: #fff;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt {
    position: relative;
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    transform-origin: right;
    background-color: #fff;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span:nth-of-type(1) {
    transform: rotate(-45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span:nth-of-type(2) {
    transform: rotate(45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox {
    overflow: hidden;
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px 0;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-1::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-2::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox h2 {
    z-index: 100;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 3s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox p {
    z-index: 100;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide#three .container .three-bg {
    background-image: url("../images/mv-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-visu-sec #slider .slide#two .container .two-bg {
    background-image: url("../images/mv-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-visu-sec #slider .slide#one .container .one-bg {
    background-image: url("../images/mv-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .main-visu-sec {
    margin-top: 70px;
    height: 550px;
    transition: height 1s ease;
  }
  .main-visu-sec #slider {
    width: 100%;
    height: 550px;
    transition: height 1s ease;
  }
  .main-visu-sec #slider .slide .container .left-over {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
    animation: rightIn-over 2.4s ease 0s forwards;
  }
  .main-visu-sec #slider .slide .container .left-over2 {
    opacity: 1;
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .main-visu-sec #slider .slide .container div.slideBg {
    left: 100%;
  }
  .main-visu-sec #slider .slide .con-content ._con {
    padding: 0 50px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left {
    width: 50%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn {
    overflow: hidden;
    width: 100%;
    height: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li {
    position: relative;
    width: 50%;
    height: 50%;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(1), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(1), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(3), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s ease;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox img {
    width: 46.8px;
    height: 43.8px;
    margin-bottom: 10px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-1, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-4 {
    background-color: rgba(90, 207, 182, 0.8);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-2, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-3 {
    background-color: rgba(90, 141, 207, 0.8);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-1 {
    transform: translateY(-120%);
    animation: Box1 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-2 {
    transform: translateX(120%);
    animation: Box2 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-3 {
    transform: translateX(-120%);
    animation: Box3 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-4 {
    transform: translateY(120%);
    animation: Box4 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-1, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-4 {
    background-color: rgb(90, 207, 182);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-2, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-3 {
    background-color: rgb(90, 141, 207);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.nonAct .bnBox {
    background-color: rgba(0, 0, 0, 0.363);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul--tex h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 3s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul--tex p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 80%;
    color: #ffffff;
    text-align: left;
    margin-top: 15px;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right {
    overflow: hidden;
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box {
    width: 100%;
    height: 70px;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt {
    position: relative;
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    transform-origin: left;
    background-color: #fff;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt {
    position: relative;
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    transform-origin: right;
    background-color: #fff;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span:nth-of-type(1) {
    transform: rotate(-45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span:nth-of-type(2) {
    transform: rotate(45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox {
    overflow: hidden;
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px 0;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-1::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-2::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox h2 {
    z-index: 100;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 3s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox h2 br:nth-of-type(2) {
    display: none;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox p {
    z-index: 100;
    margin: 0;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide#three .container .three-bg {
    background-image: url("../images/mv-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-visu-sec #slider .slide#two .container .two-bg {
    background-image: url("../images/mv-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-visu-sec #slider .slide#one .container .one-bg {
    background-image: url("../images/mv-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .main-visu-sec {
    margin-top: 70px;
    height: 430px;
    transition: height 1s ease;
  }
  .main-visu-sec #slider {
    width: 100%;
    height: 430px;
    transition: height 1s ease;
  }
  .main-visu-sec #slider .slide .container .left-over {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
    animation: rightIn-over 2.4s ease 0s forwards;
  }
  .main-visu-sec #slider .slide .container .left-over2 {
    opacity: 1;
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .main-visu-sec #slider .slide .container div.slideBg {
    left: 100%;
  }
  .main-visu-sec #slider .slide .con-content ._con {
    padding: 0 10px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left {
    width: 50%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn {
    overflow: hidden;
    width: 100%;
    height: 60%;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li {
    position: relative;
    width: 50%;
    height: 50%;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(1), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(1), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(3), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s ease;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox img {
    width: 39px;
    height: 36.5px;
    margin-bottom: 10px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-1, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-4 {
    background-color: rgba(90, 207, 182, 0.8);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-2, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-3 {
    background-color: rgba(90, 141, 207, 0.8);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-1 {
    transform: translateY(-120%);
    animation: Box1 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-2 {
    transform: translateX(120%);
    animation: Box2 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-3 {
    transform: translateX(-120%);
    animation: Box3 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-4 {
    transform: translateY(120%);
    animation: Box4 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-1, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-4 {
    background-color: rgb(90, 207, 182);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-2, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-3 {
    background-color: rgb(90, 141, 207);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.nonAct .bnBox {
    background-color: rgba(0, 0, 0, 0.363);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul--tex h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 3s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul--tex p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 80%;
    color: #ffffff;
    text-align: left;
    margin-top: 15px;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right {
    overflow: hidden;
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box {
    width: 100%;
    height: 60px;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt {
    position: relative;
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    transform-origin: left;
    background-color: #fff;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt {
    position: relative;
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    transform-origin: right;
    background-color: #fff;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span:nth-of-type(1) {
    transform: rotate(-45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span:nth-of-type(2) {
    transform: rotate(45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox {
    overflow: hidden;
    width: 100%;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px 0;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-1::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 210px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-2::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 210px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 210px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox h2 {
    z-index: 100;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 3s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox h2 br:nth-of-type(2) {
    display: none;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox p {
    z-index: 100;
    margin: 0;
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide#three .container .three-bg {
    background-image: url("../images/mv-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-visu-sec #slider .slide#two .container .two-bg {
    background-image: url("../images/mv-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-visu-sec #slider .slide#one .container .one-bg {
    background-image: url("../images/mv-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .main-visu-sec {
    margin-top: 50px;
    height: 530px;
    transition: height 1s ease;
  }
  .main-visu-sec #slider {
    width: 100%;
    height: 530px;
    transition: height 1s ease;
  }
  .main-visu-sec #slider .slide .container .left-over {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
    animation: rightIn-over 2.4s ease 0s forwards;
  }
  .main-visu-sec #slider .slide .container .left-over2 {
    opacity: 1;
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .main-visu-sec #slider .slide .container div.slideBg {
    left: 100%;
  }
  .main-visu-sec #slider .slide .con-content ._con {
    padding: 0 50px;
    flex-wrap: wrap;
  }
  .main-visu-sec #slider .slide .con-content ._con__left {
    width: 100%;
    height: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li {
    position: relative;
    width: 50%;
    height: 50%;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(1), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(1), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(3), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s ease;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox img {
    width: 39px;
    height: 36.5px;
    margin-bottom: 10px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-1, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-4 {
    background-color: rgba(90, 207, 182, 0.8);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-2, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-3 {
    background-color: rgba(90, 141, 207, 0.8);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-1 {
    transform: translateY(-120%);
    animation: Box1 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-2 {
    transform: translateX(120%);
    animation: Box2 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-3 {
    transform: translateX(-120%);
    animation: Box3 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-4 {
    transform: translateY(120%);
    animation: Box4 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-1, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-4 {
    background-color: rgb(90, 207, 182);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-2, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-3 {
    background-color: rgb(90, 141, 207);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.nonAct .bnBox {
    background-color: rgba(0, 0, 0, 0.363);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul--tex h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 3s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul--tex p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 80%;
    color: #ffffff;
    text-align: left;
    margin-top: 15px;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box {
    width: 100%;
    height: 50px;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt {
    position: relative;
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    transform-origin: left;
    background-color: #fff;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt {
    position: relative;
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    transform-origin: right;
    background-color: #fff;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span:nth-of-type(1) {
    transform: rotate(-45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span:nth-of-type(2) {
    transform: rotate(45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox {
    overflow: hidden;
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px 0;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-1::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 180px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-2::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 180px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 180px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox h2 {
    z-index: 100;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 3s both;
    text-align: center;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox p {
    z-index: 100;
    margin: 0;
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide#three .container .three-bg {
    background-image: url("../images/mv-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-visu-sec #slider .slide#two .container .two-bg {
    background-image: url("../images/mv-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-visu-sec #slider .slide#one .container .one-bg {
    background-image: url("../images/mv-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 419.99px) {
  .main-visu-sec {
    margin-top: 50px;
    height: 530px;
    transition: height 1s ease;
  }
  .main-visu-sec #slider {
    width: 100%;
    height: 530px;
    transition: height 1s ease;
  }
  .main-visu-sec #slider .slide .container .left-over {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
    animation: rightIn-over 2.4s ease 0s forwards;
  }
  .main-visu-sec #slider .slide .container .left-over2 {
    opacity: 1;
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .main-visu-sec #slider .slide .container div.slideBg {
    left: 100%;
  }
  .main-visu-sec #slider .slide .con-content ._con {
    padding: 0 30px;
    flex-wrap: wrap;
  }
  .main-visu-sec #slider .slide .con-content ._con__left {
    width: 100%;
    height: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li {
    position: relative;
    width: 50%;
    height: 50%;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(1), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(1), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(3), .main-visu-sec #slider .slide .con-content ._con__left--bn ul li:nth-of-type(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s ease;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox img {
    width: 35.1px;
    height: 32.85px;
    margin-bottom: 10px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-1, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-4 {
    background-color: rgba(90, 207, 182, 0.8);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-2, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-3 {
    background-color: rgba(90, 141, 207, 0.8);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-1 {
    transform: translateY(-120%);
    animation: Box1 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-2 {
    transform: translateX(120%);
    animation: Box2 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-3 {
    transform: translateX(-120%);
    animation: Box3 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li .bnBox.box-4 {
    transform: translateY(120%);
    animation: Box4 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-1, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-4 {
    background-color: rgb(90, 207, 182);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-2, .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.active .bnBox.box-3 {
    background-color: rgb(90, 141, 207);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul li.nonAct .bnBox {
    background-color: rgba(0, 0, 0, 0.363);
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul--tex h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 3s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__left--bn ul--tex p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 80%;
    color: #ffffff;
    text-align: left;
    margin-top: 15px;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box {
    width: 100%;
    height: 50px;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt {
    position: relative;
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    transform-origin: left;
    background-color: #fff;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--leftBt:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt {
    position: relative;
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    transform-origin: right;
    background-color: #fff;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span:nth-of-type(1) {
    transform: rotate(-45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt span:nth-of-type(2) {
    transform: rotate(45deg);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .arro-box--rightBt:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox {
    overflow: hidden;
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 12px 0;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-1::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 180px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-2::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 180px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox.tex-3::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 180px;
    bottom: 0;
    left: 0;
    background-color: rgba(61, 54, 54, 0.7);
    transform: translateX(-100%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox h2 {
    z-index: 100;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 3s both;
  }
  .main-visu-sec #slider .slide .con-content ._con__right .texBox p {
    z-index: 100;
    margin: 0;
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
    transform: translateX(-150%);
    animation: rightIn-tex 1.2s ease 2.5s both;
  }
  .main-visu-sec #slider .slide#three .container .three-bg {
    background-image: url("../images/mv-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-visu-sec #slider .slide#two .container .two-bg {
    background-image: url("../images/mv-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-visu-sec #slider .slide#one .container .one-bg {
    background-image: url("../images/mv-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 10px;
  background-color: #e8ebf1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #000099;
  -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000099;
}

* {
  scrollbar-arrow-color: #e8ebf1;
  scrollbar-face-color: #000099;
  scrollbar-track-color: #e8ebf1;
}

header {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
}
header .top-nav {
  width: 100%;
  height: 25px;
  background-color: #edeff5;
}
header .top-nav ._con {
  width: 100%;
  display: flex;
}
header .top-nav ._con--left {
  width: 50%;
}
header .top-nav ._con--left #estbtn {
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  cursor: pointer;
}
header .top-nav ._con--right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-right: 19px;
}
header .top-nav ._con--right #login-btn {
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  cursor: pointer;
}
header .top-nav ._con--right #favorite {
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  cursor: pointer;
}
header .top-nav ._con--right span {
  font-size: 9px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  padding: 0 12px;
}
header .nav {
  height: 80px;
  background-color: #fff;
  transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
}
header .nav::after {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e3e5;
  display: none;
}
header .nav.bbAct::after {
  display: block;
}
header .nav .con {
  display: flex;
  overflow: hidden;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
}
header .nav .con .logo {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  cursor: pointer;
}
header .nav .con .logo img {
  width: 172px;
  height: 37px;
  transition: all 0.7s ease;
}
header .nav .con .menu {
  display: flex;
  width: 100%;
  flex: auto;
  justify-content: end;
  z-index: 7000;
  height: 100%;
  transition: all 0.7s ease;
}
header .nav .con .menu ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
header .nav .con .menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  transition: all 0.7s ease;
}
header .nav .con .menu ul li a:hover {
  background-color: #2f3033;
  color: #ffffff;
}
header .nav .con .menu ul .li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  transition: all 0.7s ease;
  cursor: pointer;
}
header .nav .con .menu ul .li:hover {
  background-color: #2f3033;
  color: #ffffff;
}
header .nav .con .menu ul .li:hover a {
  color: #2f3033;
}
header .nav .con .menu ul#pcMenu {
  display: flex;
}
header .nav .con .menu ul#moMenu {
  display: none;
}
header .nav .con .moBt-btn {
  width: 150px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
  cursor: pointer;
}
header .nav .con .moBt-btn span {
  position: absolute;
  transition: all 0.5s ease;
}
header .nav .con .moBt-btn span:nth-of-type(1) {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  width: 35px;
  height: 1px;
  margin-top: -3px;
  background-color: #2f3033;
}
header .nav .con .moBt-btn span:nth-of-type(2) {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  width: 20px;
  height: 1px;
  margin-top: 3px;
  background-color: #2f3033;
}
header .nav .con .moBt-btn.over span:nth-of-type(1) {
  width: 20px;
}
header .nav .con .moBt-btn.over span:nth-of-type(2) {
  width: 35px;
}
header .nav #spanLine {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #adafb3;
  transform: translateX(-110%);
}
@media (max-width: 1199.99px) and (min-width: 992px) {
  header .top-nav {
    height: 25px;
  }
  header .top-nav ._con--left {
    width: 50%;
    padding-left: 30px;
  }
  header .top-nav ._con--left #estbtn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right {
    width: 50%;
    padding-right: 30px;
  }
  header .top-nav ._con--right #login-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right #favorite {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .nav {
    height: 80px;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  header .nav .con .logo img {
    width: 172px;
    height: 37px;
    transition: all 0.7s ease;
  }
  header .nav .con .menu {
    display: flex;
    width: 100%;
    flex: auto;
    justify-content: end;
    z-index: 7000;
    height: 100%;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header .nav .con .menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul li a:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .moBt-btn {
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
    cursor: pointer;
  }
  header .nav .con .moBt-btn span {
    position: absolute;
    transition: all 0.5s ease;
  }
  header .nav .con .moBt-btn span:nth-of-type(1) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 35px;
    height: 1px;
    margin-top: -3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn span:nth-of-type(2) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 20px;
    height: 1px;
    margin-top: 3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(1) {
    width: 20px;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(2) {
    width: 35px;
  }
  header .nav #spanLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #adafb3;
    transform: translateX(-110%);
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  header .top-nav {
    height: 25px;
    display: none;
  }
  header .top-nav ._con--left {
    width: 50%;
    padding-left: 30px;
  }
  header .top-nav ._con--left #estbtn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right {
    width: 50%;
    padding-right: 30px;
  }
  header .top-nav ._con--right #login-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right #favorite {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 20px;
  }
  header .nav {
    height: 70px;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  header .nav .con .logo img {
    width: 146.2px;
    height: 31.45px;
    transition: all 0.7s ease;
  }
  header .nav .con .menu {
    display: flex;
    width: 100%;
    flex: auto;
    justify-content: end;
    z-index: 7000;
    height: 100%;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header .nav .con .menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul li a:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul .li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul .li:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul#pcMenu {
    display: none;
  }
  header .nav .con .menu ul#moMenu {
    display: flex;
  }
  header .nav .con .moBt-btn {
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    cursor: pointer;
  }
  header .nav .con .moBt-btn span {
    position: absolute;
    transition: all 0.5s ease;
  }
  header .nav .con .moBt-btn span:nth-of-type(1) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 35px;
    height: 1px;
    margin-top: -3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn span:nth-of-type(2) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 20px;
    height: 1px;
    margin-top: 3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(1) {
    width: 20px;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(2) {
    width: 35px;
  }
  header .nav #spanLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #adafb3;
    transform: translateX(-110%);
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  header .top-nav {
    height: 25px;
    display: none;
  }
  header .top-nav ._con--left {
    width: 50%;
    padding-left: 30px;
  }
  header .top-nav ._con--left #estbtn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right {
    width: 50%;
    padding-right: 30px;
  }
  header .top-nav ._con--right #login-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right #favorite {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 20px;
  }
  header .nav {
    height: 70px;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  header .nav .con .logo img {
    width: 146.2px;
    height: 31.45px;
    transition: all 0.7s ease;
  }
  header .nav .con .menu {
    display: flex;
    width: 100%;
    flex: auto;
    justify-content: end;
    z-index: 7000;
    height: 100%;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header .nav .con .menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul li a:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul .li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul .li:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul#pcMenu {
    display: none;
  }
  header .nav .con .menu ul#moMenu {
    display: flex;
  }
  header .nav .con .moBt-btn {
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    cursor: pointer;
  }
  header .nav .con .moBt-btn span {
    position: absolute;
    transition: all 0.5s ease;
  }
  header .nav .con .moBt-btn span:nth-of-type(1) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 35px;
    height: 1px;
    margin-top: -3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn span:nth-of-type(2) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 20px;
    height: 1px;
    margin-top: 3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(1) {
    width: 20px;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(2) {
    width: 35px;
  }
  header .nav #spanLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #adafb3;
    transform: translateX(-110%);
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  header .top-nav {
    height: 25px;
    display: none;
  }
  header .top-nav ._con--left {
    width: 50%;
    padding-left: 30px;
  }
  header .top-nav ._con--left #estbtn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right {
    width: 50%;
    padding-right: 30px;
  }
  header .top-nav ._con--right #login-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right #favorite {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 20px;
  }
  header .nav {
    height: 50px;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
  header .nav .con .logo img {
    width: 137.6px;
    height: 29.6px;
    transition: all 0.7s ease;
  }
  header .nav .con .menu {
    display: flex;
    width: 100%;
    flex: auto;
    justify-content: end;
    z-index: 7000;
    height: 100%;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header .nav .con .menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul li a:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul .li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul .li:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul#pcMenu {
    display: none;
  }
  header .nav .con .menu ul#moMenu {
    display: flex;
  }
  header .nav .con .moBt-btn {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    cursor: pointer;
  }
  header .nav .con .moBt-btn span {
    position: absolute;
    transition: all 0.5s ease;
  }
  header .nav .con .moBt-btn span:nth-of-type(1) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 35px;
    height: 1px;
    margin-top: -3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn span:nth-of-type(2) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 20px;
    height: 1px;
    margin-top: 3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(1) {
    width: 20px;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(2) {
    width: 35px;
  }
  header .nav #spanLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #adafb3;
    transform: translateX(-110%);
  }
}
@media (max-width: 419.99px) {
  header .top-nav {
    height: 25px;
    display: none;
  }
  header .top-nav ._con--left {
    width: 50%;
    padding-left: 30px;
  }
  header .top-nav ._con--left #estbtn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right {
    width: 50%;
    padding-right: 30px;
  }
  header .top-nav ._con--right #login-btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  header .top-nav ._con--right #favorite {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-left: 20px;
  }
  header .nav {
    height: 50px;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 1s cubic-bezier(0.22, 0.82, 0.32, 0.95);
  }
  header .nav .con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
  header .nav .con .logo img {
    width: 120.4px;
    height: 25.9px;
    transition: all 0.7s ease;
  }
  header .nav .con .menu {
    display: flex;
    width: 100%;
    flex: auto;
    justify-content: end;
    z-index: 7000;
    height: 100%;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header .nav .con .menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul li a:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul .li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    transition: all 0.7s ease;
  }
  header .nav .con .menu ul .li:hover {
    background-color: #2f3033;
    color: #ffffff;
  }
  header .nav .con .menu ul #favorite .li {
    display: none;
  }
  header .nav .con .menu ul#pcMenu {
    display: none;
  }
  header .nav .con .menu ul#moMenu {
    display: flex;
  }
  header .nav .con .moBt-btn {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    cursor: pointer;
  }
  header .nav .con .moBt-btn span {
    position: absolute;
    transition: all 0.5s ease;
  }
  header .nav .con .moBt-btn span:nth-of-type(1) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 35px;
    height: 1px;
    margin-top: -3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn span:nth-of-type(2) {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    width: 20px;
    height: 1px;
    margin-top: 3px;
    background-color: #2f3033;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(1) {
    width: 20px;
  }
  header .nav .con .moBt-btn.over span:nth-of-type(2) {
    width: 35px;
  }
  header .nav #spanLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #adafb3;
    transform: translateX(-110%);
  }
}
#subMenu {
  z-index: 6000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transform: translateY(110%);
}

.subMenu-wrap {
  z-index: 6000;
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(-110%);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.subMenu-wrap ._con {
  padding: 0 100px;
}
.subMenu-wrap ._con .backBt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  margin-top: -60px;
  background-color: #2f3033;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.subMenu-wrap ._con .backBt img {
  margin-right: 30px;
  width: 20px;
  height: 20px;
}
.subMenu-wrap .menuBox {
  padding: 0 100px;
}
.subMenu-wrap .menuBox .subMenu--box {
  width: 100%;
  display: flex;
}
.subMenu-wrap .menuBox .subMenu--box .imgBx {
  width: 60%;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subMenu-wrap .menuBox .subMenu--box .texBx {
  width: 40%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 50px 0 0 50px;
}
.subMenu-wrap .menuBox .subMenu--box .texBx h3 {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: left;
  margin-bottom: 20px;
}
.subMenu-wrap .menuBox .subMenu--box .texBx p {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: right;
  cursor: pointer;
  transition: transform 0.5s ease;
}
.subMenu-wrap .menuBox .subMenu--box .texBx p::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f3033;
  transform: translateX(110%);
  transition: transform 0.5s ease;
}
.subMenu-wrap .menuBox .subMenu--box .texBx p:hover {
  color: #ffffff;
}
.subMenu-wrap .menuBox .subMenu--box .texBx p:hover::after {
  transform: translateX(0%);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .subMenu-wrap ._con {
    padding: 0 20px;
  }
  .subMenu-wrap ._con .backBt {
    width: 200px;
    height: 50px;
    margin-top: -60px;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subMenu-wrap ._con .backBt img {
    margin-right: 30px;
    width: 20px;
    height: 20px;
  }
  .subMenu-wrap .menuBox {
    padding: 0 20px;
  }
  .subMenu-wrap .menuBox .subMenu--box .imgBx {
    width: 60%;
    height: 330px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .subMenu-wrap .menuBox .subMenu--box .texBx {
    width: 40%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding: 50px 0 0 50px;
  }
  .subMenu-wrap .menuBox .subMenu--box .texBx h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    margin-bottom: 20px;
  }
  .subMenu-wrap .menuBox .subMenu--box .texBx p {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: right;
    cursor: pointer;
    transition: transform 0.5s ease;
  }
  .subMenu-wrap .menuBox .subMenu--box .texBx p::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f3033;
    transform: translateX(110%);
    transition: transform 0.5s ease;
  }
  .subMenu-wrap .menuBox .subMenu--box .texBx p:hover {
    color: #ffffff;
  }
  .subMenu-wrap .menuBox .subMenu--box .texBx p:hover::after {
    transform: translateX(0%);
  }
}
#mobMenu-box {
  overflow: hidden;
  z-index: 6000;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transform: translateY(110%);
}

.mobMenu-wrap {
  overflow: hidden;
  position: fixed;
  z-index: 6500;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateX(-110%);
}
.mobMenu-wrap .mo-back-bt {
  position: absolute;
  z-index: 6100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  top: 30px;
  left: 30px;
  transform: translateX(-110%);
  background-color: #2f3033;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.mobMenu-wrap .mo-back-bt img {
  margin-right: 30px;
  width: 20px;
  height: 20px;
}
.mobMenu-wrap #mo-rightImg {
  overflow: hidden;
  position: absolute;
  width: auto;
  height: 100%;
  right: 0;
  top: 0;
  padding: 30px 30px 30px 0;
}
.mobMenu-wrap #mo-rightImg .rightImg-box {
  width: 450px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(120%);
}
.mobMenu-wrap #mobmenuBox {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 50%;
  padding-left: 150px;
  transform: translateY(-50%) translateX(-110%);
}
.mobMenu-wrap #mobmenuBox .moMenu-UL {
  overflow: hidden;
  position: relative;
  width: 300px;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL span {
  margin: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: left;
  transition: transform 0.5s ease;
  cursor: pointer;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL span::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  left: 0;
  top: 49px;
  width: 100%;
  height: 1px;
  background-color: #939599;
  transform: translateX(-110%);
  transition: transform 0.5s ease;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL span:hover::after {
  transform: translateX(0%);
}
.mobMenu-wrap #mobmenuBox .moMenu-UL li {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL li a {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: left;
  transition: transform 0.5s ease;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL li a::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #2f3033;
  transform: translateX(-110%);
  transition: transform 0.5s ease;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover {
  color: #ffffff;
}
.mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover::after {
  transform: translateX(0%);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  #mobMenu-box {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateY(110%);
  }
  .mobMenu-wrap {
    overflow: hidden;
    position: fixed;
    z-index: 6500;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-110%);
  }
  .mobMenu-wrap .mo-back-bt {
    position: absolute;
    z-index: 6100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    top: 30px;
    left: 30px;
    transform: translateX(-110%);
    background-color: #2f3033;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .mobMenu-wrap .mo-back-bt img {
    margin-right: 30px;
    width: 20px;
    height: 20px;
  }
  .mobMenu-wrap #mo-rightImg {
    overflow: hidden;
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 30px 30px 30px 0;
  }
  .mobMenu-wrap #mo-rightImg .rightImg-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(120%);
  }
  .mobMenu-wrap #mobmenuBox {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 50%;
    padding-left: 30px;
    transform: translateY(-50%) translateX(-110%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL {
    overflow: hidden;
    position: relative;
    width: 300px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span {
    margin: 0;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 49px;
    width: 100%;
    height: 1px;
    background-color: #939599;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span:hover::after {
    transform: translateX(0%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li {
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #2f3033;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover {
    color: #ffffff;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover::after {
    transform: translateX(0%);
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  #mobMenu-box {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateY(110%);
  }
  .mobMenu-wrap {
    overflow: hidden;
    position: fixed;
    z-index: 6500;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-110%);
  }
  .mobMenu-wrap .mo-back-bt {
    position: absolute;
    z-index: 6100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    top: 30px;
    left: 30px;
    transform: translateX(-110%);
    background-color: #2f3033;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .mobMenu-wrap .mo-back-bt img {
    margin-right: 30px;
    width: 20px;
    height: 20px;
  }
  .mobMenu-wrap #mo-rightImg {
    overflow: hidden;
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 30px 30px 30px 0;
  }
  .mobMenu-wrap #mo-rightImg .rightImg-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(120%);
  }
  .mobMenu-wrap #mobmenuBox {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 50%;
    padding-left: 30px;
    transform: translateY(-50%) translateX(-110%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL {
    overflow: hidden;
    position: relative;
    width: 300px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span {
    margin: 0;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 49px;
    width: 100%;
    height: 1px;
    background-color: #939599;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span:hover::after {
    transform: translateX(0%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li {
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #2f3033;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover {
    color: #ffffff;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover::after {
    transform: translateX(0%);
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  #mobMenu-box {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateY(110%);
  }
  .mobMenu-wrap {
    overflow: hidden;
    position: fixed;
    z-index: 6500;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-110%);
  }
  .mobMenu-wrap .mo-back-bt {
    position: absolute;
    z-index: 6100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    top: 30px;
    left: 30px;
    transform: translateX(-110%);
    background-color: #2f3033;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .mobMenu-wrap .mo-back-bt img {
    margin-right: 30px;
    width: 20px;
    height: 20px;
  }
  .mobMenu-wrap #mo-rightImg {
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 10px 10px 10px 0;
  }
  .mobMenu-wrap #mo-rightImg .rightImg-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(120%);
  }
  .mobMenu-wrap #mobmenuBox {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 50%;
    padding-left: 30px;
    transform: translateY(-50%) translateX(-110%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL {
    overflow: hidden;
    position: relative;
    width: 300px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span {
    margin: 0;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 49px;
    width: 100%;
    height: 1px;
    background-color: #939599;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span:hover::after {
    transform: translateX(0%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li {
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #2f3033;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover {
    color: #ffffff;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover::after {
    transform: translateX(0%);
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  #mobMenu-box {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateY(110%);
  }
  .mobMenu-wrap {
    overflow: hidden;
    position: fixed;
    z-index: 6500;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-110%);
  }
  .mobMenu-wrap .mo-back-bt {
    position: absolute;
    z-index: 6100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    top: 20px;
    left: 20px;
    transform: translateX(-110%);
    background-color: #2f3033;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .mobMenu-wrap .mo-back-bt img {
    margin-right: 20px;
    width: 16px;
    height: 16px;
  }
  .mobMenu-wrap #mo-rightImg {
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0 0 0 0;
  }
  .mobMenu-wrap #mo-rightImg .rightImg-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(120%);
  }
  .mobMenu-wrap #mobmenuBox {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 50%;
    padding-left: 20px;
    transform: translateY(-50%) translateX(-110%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL {
    overflow: hidden;
    position: relative;
    width: 200px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span {
    margin: 0;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
    cursor: pointer;
    margin-bottom: 5px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 39px;
    width: 100%;
    height: 1px;
    background-color: #939599;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span:hover::after {
    transform: translateX(0%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li {
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li:nth-of-type(1) a {
    margin-top: 13px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li:nth-last-of-type(1) a {
    margin-bottom: 13px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px 15px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #2f3033;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover {
    color: #ffffff;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover::after {
    transform: translateX(0%);
  }
}
@media (max-width: 419.99px) {
  #mobMenu-box {
    overflow: hidden;
    z-index: 6000;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateY(110%);
  }
  .mobMenu-wrap {
    overflow: hidden;
    position: fixed;
    z-index: 6500;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-110%);
  }
  .mobMenu-wrap .mo-back-bt {
    position: absolute;
    z-index: 6100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    top: 20px;
    left: 0px;
    transform: translateX(-110%);
    background-color: #2f3033;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .mobMenu-wrap .mo-back-bt img {
    margin-right: 20px;
    width: 16px;
    height: 16px;
  }
  .mobMenu-wrap #mo-rightImg {
    overflow: hidden;
    position: absolute;
    width: 50% !important;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0 0 0 0;
  }
  .mobMenu-wrap #mo-rightImg .rightImg-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(120%);
  }
  .mobMenu-wrap #mobmenuBox {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding-left: 10px;
    transform: translateY(-50%) translateX(-110%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL {
    overflow: hidden;
    position: relative;
    width: 200px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span {
    margin: 0;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 39px;
    width: 100%;
    height: 1px;
    background-color: #939599;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL span:hover::after {
    transform: translateX(0%);
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li {
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li:nth-of-type(1) a {
    margin-top: 13px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li:nth-last-of-type(1) a {
    margin-bottom: 13px;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px 15px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #2f3033;
    transform: translateX(-110%);
    transition: transform 0.5s ease;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover {
    color: #ffffff;
  }
  .mobMenu-wrap #mobmenuBox .moMenu-UL li a:hover::after {
    transform: translateX(0%);
  }
}
.footer-sec {
  background-color: #262424;
}
.footer-sec .foot-box {
  padding: 20px 0;
}
.footer-sec .foot-box .con-footer {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-sec .foot-box .con-footer p {
  font-size: 14px;
  font-weight: 100;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
}
.footer-sec .foot-box .con-footer p .hide {
  display: none;
}
.footer-sec .foot-box .con-footer p span {
  font-size: 9px;
  font-weight: 100;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #b8b8b8;
  padding: 0 15px;
  position: relative;
  top: -2px;
}
.footer-sec .copy-box {
  background-color: rgb(19, 19, 20);
}
.footer-sec .copy-box .con-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer-sec .copy-box .con-copy p {
  font-size: 12px;
  font-weight: 100;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #e1e3e5;
  padding: 13px;
}

@media (max-width: 991.99px) and (min-width: 768px) {
  .footer-sec .foot-box {
    padding: 15px 0;
  }
  .footer-sec .foot-box .con-footer p {
    font-size: 13px;
    font-weight: 100;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-sec .foot-box .con-footer p span {
    font-size: 9px;
    font-weight: 100;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 15px;
    top: -2px;
  }
  .footer-sec .copy-box .con-copy p {
    font-size: 12px;
    font-weight: 100;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .footer-sec .foot-box {
    padding: 15px 0;
  }
  .footer-sec .foot-box .con-footer p {
    font-size: 13px;
    font-weight: 100;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-sec .foot-box .con-footer p span {
    font-size: 9px;
    font-weight: 100;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 15px;
    top: -2px;
  }
  .footer-sec .copy-box .con-copy p {
    font-size: 12px;
    font-weight: 100;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media (max-width: 575.99px) {
  .footer-sec {
    padding-top: 5px;
  }
  .footer-sec .foot-box {
    padding: 10px 0;
  }
  .footer-sec .foot-box .con-footer p {
    width: 95%;
    font-size: 13px;
    font-weight: 100;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-sec .foot-box .con-footer p .hide {
    display: block;
  }
  .footer-sec .foot-box .con-footer p span {
    font-size: 9px;
    font-weight: 100;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 15px;
    top: -2px;
  }
  .footer-sec .foot-box .con-footer p span:nth-of-type(3) {
    display: none;
  }
  .footer-sec .copy-box .con-copy p {
    font-size: 12px;
    font-weight: 100;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 95%;
    text-align: center;
  }
}
@keyframes caps {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0%);
  }
}
.bnSiler-sec {
  margin-top: 70px;
}
.bnSiler-sec ._con {
  display: flex;
  flex-direction: column;
}
.bnSiler-sec ._con .bnTit {
  margin-bottom: 30px;
}
.bnSiler-sec ._con .bnTit h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
.bnSiler-sec ._con .bnTit p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: left;
}
.bnSiler-sec ._con .bnSiler-wrap {
  width: 100%;
  display: flex;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box {
  position: relative;
  overflow: hidden;
  width: calc(25% - 10px);
  height: auto;
  margin-right: 13.3333333333px;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box:nth-of-type(4n) {
  margin-right: 0;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 400%;
  list-style: none;
  display: flex;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul li {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul li img {
  width: 100%;
  height: 100%;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: rgb(244, 245, 248);
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex {
  padding: 20px 20px;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: center;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex h3 br {
  display: none;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: left;
  margin-bottom: 10px;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex span {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 3px 15px;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex span:hover {
  background-color: rgb(221, 85, 85);
  color: #ffffff;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 999;
  width: 30px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span {
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #2f3033;
  left: 7px;
  top: 50%;
  transform-origin: left;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span:nth-of-type(1), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span:nth-of-type(1) {
  transform: rotate(55deg);
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span:nth-of-type(2), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span:nth-of-type(2) {
  transform: rotate(-55deg);
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span {
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #2f3033;
  right: 7px;
  top: 50%;
  transform-origin: right;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span:nth-of-type(1), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span:nth-of-type(1) {
  transform: rotate(-55deg);
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span:nth-of-type(2), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span:nth-of-type(2) {
  transform: rotate(55deg);
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2:hover {
  background-color: rgb(255, 255, 255);
  transition: all 0.5s ease;
  opacity: 0;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev {
  left: 0;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 {
  border-radius: 0 2px 2px 0;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .bnSiler-sec {
    margin-top: 60px;
  }
  .bnSiler-sec ._con {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
  .bnSiler-sec ._con .bnTit {
    margin-bottom: 30px;
  }
  .bnSiler-sec ._con .bnTit h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .bnSiler-sec ._con .bnTit p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .bnSiler-sec ._con .bnSiler-wrap {
    width: 100%;
    display: flex;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box {
    position: relative;
    overflow: hidden;
    width: calc(25% - 7px);
    height: auto;
    margin-right: 9.3333333333px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box:nth-of-type(4n) {
    margin-right: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 {
    position: relative;
    width: 100%;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 400%;
    list-style: none;
    display: flex;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 240px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul li img {
    width: 100%;
    height: 100%;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox {
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: rgb(244, 245, 248);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex {
    padding: 20px 20px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex h3 br {
    display: block;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    margin-bottom: 10px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex span {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex span:hover {
    background-color: rgb(221, 85, 85);
    color: #ffffff;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 999;
    width: 30px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #2f3033;
    left: 7px;
    top: 50%;
    transform-origin: left;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span:nth-of-type(1), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span:nth-of-type(1) {
    transform: rotate(55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span:nth-of-type(2), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span:nth-of-type(2) {
    transform: rotate(-55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #2f3033;
    right: 7px;
    top: 50%;
    transform-origin: right;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span:nth-of-type(1), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span:nth-of-type(1) {
    transform: rotate(-55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span:nth-of-type(2), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span:nth-of-type(2) {
    transform: rotate(55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2:hover {
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    opacity: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev {
    left: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 {
    border-radius: 0 2px 2px 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .bnSiler-sec {
    margin-top: 50px;
  }
  .bnSiler-sec ._con {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
  .bnSiler-sec ._con .bnTit {
    margin-bottom: 20px;
  }
  .bnSiler-sec ._con .bnTit h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .bnSiler-sec ._con .bnTit p {
    margin: 0;
    width: 80%;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .bnSiler-sec ._con .bnSiler-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box {
    position: relative;
    overflow: hidden;
    width: calc(50% - 7px);
    height: auto;
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box:nth-of-type(4n) {
    margin-right: 14px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box:nth-of-type(2n) {
    margin-right: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 {
    position: relative;
    width: 100%;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 400%;
    list-style: none;
    display: flex;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul li img {
    width: 100%;
    height: 100%;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox {
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: rgb(244, 245, 248);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex {
    padding: 20px 20px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    margin-bottom: 10px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex span {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex span:hover {
    background-color: rgb(221, 85, 85);
    color: #ffffff;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 999;
    width: 30px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #2f3033;
    left: 7px;
    top: 50%;
    transform-origin: left;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span:nth-of-type(1), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span:nth-of-type(1) {
    transform: rotate(55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span:nth-of-type(2), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span:nth-of-type(2) {
    transform: rotate(-55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #2f3033;
    right: 7px;
    top: 50%;
    transform-origin: right;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span:nth-of-type(1), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span:nth-of-type(1) {
    transform: rotate(-55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span:nth-of-type(2), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span:nth-of-type(2) {
    transform: rotate(55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2:hover {
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    opacity: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev {
    left: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 {
    border-radius: 0 2px 2px 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .bnSiler-sec {
    margin-top: 40px;
  }
  .bnSiler-sec ._con {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
  .bnSiler-sec ._con .bnTit {
    margin-bottom: 20px;
  }
  .bnSiler-sec ._con .bnTit h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .bnSiler-sec ._con .bnTit p {
    margin: 0;
    width: 80%;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .bnSiler-sec ._con .bnSiler-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box {
    position: relative;
    overflow: hidden;
    width: calc(50% - 5px);
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box:nth-of-type(4n) {
    margin-right: 10px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box:nth-of-type(2n) {
    margin-right: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 {
    position: relative;
    width: 100%;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 400%;
    list-style: none;
    display: flex;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul li img {
    width: 100%;
    height: 100%;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox {
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: rgb(244, 245, 248);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex {
    padding: 20px 20px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    margin-bottom: 10px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex span {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex span:hover {
    background-color: rgb(221, 85, 85);
    color: #ffffff;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 999;
    width: 30px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #2f3033;
    left: 7px;
    top: 50%;
    transform-origin: left;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span:nth-of-type(1), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span:nth-of-type(1) {
    transform: rotate(55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span:nth-of-type(2), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span:nth-of-type(2) {
    transform: rotate(-55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #2f3033;
    right: 7px;
    top: 50%;
    transform-origin: right;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span:nth-of-type(1), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span:nth-of-type(1) {
    transform: rotate(-55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span:nth-of-type(2), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span:nth-of-type(2) {
    transform: rotate(55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2:hover {
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    opacity: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev {
    left: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 {
    border-radius: 0 2px 2px 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .bnSiler-sec {
    margin-top: 30px;
  }
  .bnSiler-sec ._con {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
  .bnSiler-sec ._con .bnTit {
    margin-bottom: 15px;
  }
  .bnSiler-sec ._con .bnTit h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .bnSiler-sec ._con .bnTit p {
    margin: 0;
    width: 80%;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .bnSiler-sec ._con .bnSiler-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box {
    position: relative;
    overflow: hidden;
    width: calc(50% - 5px);
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box:nth-of-type(4n) {
    margin-right: 10px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box:nth-of-type(2n) {
    margin-right: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 {
    position: relative;
    width: 100%;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 400%;
    list-style: none;
    display: flex;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul li img {
    width: 100%;
    height: 100%;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox {
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: rgb(244, 245, 248);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex {
    padding: 15px 10px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex h3 br {
    display: block;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    margin-bottom: 10px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex span {
    border-top-left-radius: 13px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex span:hover {
    background-color: rgb(221, 85, 85);
    color: #ffffff;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 999;
    width: 30px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #2f3033;
    left: 7px;
    top: 50%;
    transform-origin: left;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span:nth-of-type(1), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span:nth-of-type(1) {
    transform: rotate(55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span:nth-of-type(2), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span:nth-of-type(2) {
    transform: rotate(-55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #2f3033;
    right: 7px;
    top: 50%;
    transform-origin: right;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span:nth-of-type(1), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span:nth-of-type(1) {
    transform: rotate(-55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span:nth-of-type(2), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span:nth-of-type(2) {
    transform: rotate(55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2:hover {
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    opacity: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev {
    left: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 {
    border-radius: 0 2px 2px 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
  }
}
@media (max-width: 419.99px) {
  .bnSiler-sec {
    margin-top: 30px;
  }
  .bnSiler-sec ._con {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
  .bnSiler-sec ._con .bnTit {
    margin-bottom: 15px;
  }
  .bnSiler-sec ._con .bnTit h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .bnSiler-sec ._con .bnTit p {
    margin: 0;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .bnSiler-sec ._con .bnSiler-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box:nth-of-type(4n) {
    margin-right: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box:nth-of-type(2n) {
    margin-right: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 {
    position: relative;
    width: 100%;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 400%;
    list-style: none;
    display: flex;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul li, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid2 ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid3 ul li img, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slid4 ul li img {
    width: 100%;
    height: 100%;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox {
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: rgb(244, 245, 248);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex {
    padding: 15px 10px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
    margin-bottom: 10px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex span {
    border-top-left-radius: 13px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .texBox__tex span:hover {
    background-color: rgb(221, 85, 85);
    color: #ffffff;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 999;
    width: 30px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #2f3033;
    left: 7px;
    top: 50%;
    transform-origin: left;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span:nth-of-type(1), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span:nth-of-type(1) {
    transform: rotate(55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev span:nth-of-type(2), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 span:nth-of-type(2) {
    transform: rotate(-55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #2f3033;
    right: 7px;
    top: 50%;
    transform-origin: right;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span:nth-of-type(1), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span:nth-of-type(1) {
    transform: rotate(-55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next span:nth-of-type(2), .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 span:nth-of-type(2) {
    transform: rotate(55deg);
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2:hover, .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2:hover {
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    opacity: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev {
    left: 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_prev2 {
    border-radius: 0 2px 2px 0;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box a.control_next2 {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  .bnSiler-sec ._con .bnSiler-wrap .bnSlide-box .slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
  }
}
.imgBn-sec {
  margin-top: 60px;
}
.imgBn-sec ._con .imgBn-box {
  width: 100%;
  height: 600px;
  display: flex;
}
.imgBn-sec ._con .imgBn-box__left {
  width: 50%;
  height: 100%;
  padding-right: 20px;
}
.imgBn-sec ._con .imgBn-box__left .img-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s ease;
}
.imgBn-sec ._con .imgBn-box__left .img-box .caps, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne {
  position: absolute;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 20px;
  bottom: 30px;
  right: 30px;
  transform: translateX(0%);
  background-color: #fff;
  animation: caps 0.7s ease 0s both;
}
.imgBn-sec ._con .imgBn-box__left .img-box .caps h3, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
.imgBn-sec ._con .imgBn-box__left .img-box .caps p, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: left;
}
.imgBn-sec ._con .imgBn-box__right {
  width: 50%;
  height: 100%;
}
.imgBn-sec ._con .imgBn-box__right .imgBn-ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li {
  position: relative;
  width: 50%;
  height: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  border: 1px solid #FFF;
}
.imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li .over-li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 60, 69, 0.9);
}
.imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li:nth-of-type(2n) {
  margin-right: 0;
  margin-bottom: 0;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .imgBn-sec {
    margin-top: 60px;
  }
  .imgBn-sec ._con {
    padding: 0 10px;
  }
  .imgBn-sec ._con .imgBn-box {
    width: 100%;
    height: 480px;
    display: flex;
  }
  .imgBn-sec ._con .imgBn-box__left {
    width: 50%;
    height: 100%;
    padding-right: 10px;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.7s ease;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne {
    position: absolute;
    z-index: 100;
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 20px;
    bottom: 30px;
    right: 30px;
    transform: translateX(0%);
    background-color: #fff;
    animation: caps 0.7s ease 0s both;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps h3, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps p, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .imgBn-sec ._con .imgBn-box__right {
    width: 50%;
    height: 100%;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li {
    position: relative;
    width: 50%;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li .over-li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 60, 69, 0.9);
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .imgBn-sec {
    margin-top: 40px;
  }
  .imgBn-sec ._con {
    padding: 0 10px;
  }
  .imgBn-sec ._con .imgBn-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .imgBn-sec ._con .imgBn-box__left {
    width: 100%;
    height: 600px;
    padding-right: 0;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.7s ease;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne {
    position: absolute;
    z-index: 100;
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 20px;
    bottom: 30px;
    right: 30px;
    transform: translateX(0%);
    background-color: #fff;
    animation: caps 0.7s ease 0s both;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps h3, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps p, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .imgBn-sec ._con .imgBn-box__right {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 170px;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li {
    position: relative;
    width: 25%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li .over-li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 60, 69, 0.9);
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .imgBn-sec {
    margin-top: 30px;
  }
  .imgBn-sec ._con {
    padding: 0 10px;
  }
  .imgBn-sec ._con .imgBn-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .imgBn-sec ._con .imgBn-box__left {
    width: 100%;
    height: 480px;
    padding-right: 0;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.7s ease;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne {
    position: absolute;
    z-index: 100;
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 20px;
    bottom: 30px;
    right: 30px;
    transform: translateX(0%);
    background-color: #fff;
    animation: caps 0.7s ease 0s both;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps h3, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps p, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .imgBn-sec ._con .imgBn-box__right {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 130px;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li {
    position: relative;
    width: 25%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li .over-li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 60, 69, 0.9);
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .imgBn-sec {
    margin-top: 30px;
  }
  .imgBn-sec ._con {
    padding: 0 10px;
  }
  .imgBn-sec ._con .imgBn-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .imgBn-sec ._con .imgBn-box__left {
    width: 100%;
    height: 400px;
    padding-right: 0;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.7s ease;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne {
    position: absolute;
    z-index: 100;
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 20px;
    bottom: 15px;
    right: 15px;
    transform: translateX(0%);
    background-color: #fff;
    animation: caps 0.7s ease 0s both;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps h3, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps p, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .imgBn-sec ._con .imgBn-box__right {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 100px;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li {
    position: relative;
    width: 25%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li .over-li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 60, 69, 0.9);
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 419.99px) {
  .imgBn-sec {
    margin-top: 30px;
  }
  .imgBn-sec ._con {
    padding: 0 10px;
  }
  .imgBn-sec ._con .imgBn-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .imgBn-sec ._con .imgBn-box__left {
    width: 100%;
    height: 320px;
    padding-right: 0;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.7s ease;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne {
    position: absolute;
    z-index: 100;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 10px;
    bottom: 0px;
    right: 0px;
    transform: translateX(0%);
    background-color: rgba(255, 255, 255, 0.9);
    animation: caps 0.7s ease 0s both;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps h3, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: center;
  }
  .imgBn-sec ._con .imgBn-box__left .img-box .caps p, .imgBn-sec ._con .imgBn-box__left .img-box .capsOne p {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .imgBn-sec ._con .imgBn-box__right {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 70px;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li {
    position: relative;
    width: 25%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li .over-li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 60, 69, 0.9);
  }
  .imgBn-sec ._con .imgBn-box__right .imgBn-ul .imgBn-li:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.board-sec {
  margin-top: 60px;
  margin-bottom: 80px;
}
.board-sec ._con .board-wrap {
  width: 100%;
  display: flex;
}
.board-sec ._con .board-wrap__left {
  display: flex;
  width: 50%;
  border: 1px solid #ddd;
}
.board-sec ._con .board-wrap__left:nth-last-of-type(1) {
  border-left: 0;
}
.board-sec ._con .board-wrap__left .left-box {
  width: 50%;
  padding: 20px;
}
.board-sec ._con .board-wrap__left .left-box .bboardImg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.board-sec ._con .board-wrap__left .left-box .bboardImg p {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 100%;
  cursor: pointer;
}
.board-sec ._con .board-wrap__left .right-box {
  width: 50%;
}
.board-sec ._con .board-wrap__left .right-box ul {
  width: 100%;
  padding: 10px 10px 0 0;
}
.board-sec ._con .board-wrap__left .right-box ul li {
  overflow: hidden;
  position: relative;
  padding: 8px 20px;
  border-bottom: 1px solid #f2f2f5;
}
.board-sec ._con .board-wrap__left .right-box ul li:last-of-type {
  border-bottom: 0px solid #ddd;
}
.board-sec ._con .board-wrap__left .right-box ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.board-sec ._con .board-wrap__left .right-box ul li a p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: left;
}
.board-sec ._con .board-wrap__left .right-box ul li a p span {
  color: #939599;
  margin-right: 20px;
}
.board-sec ._con .board-wrap__left .right-box ul li::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(239, 240, 245);
  transform: translateX(-110%);
  transition: all 0.7s ease;
}
.board-sec ._con .board-wrap__left .right-box ul li.actLi::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(239, 240, 245);
  transform: translateX(0%);
}
.board-sec ._con .board-wrap__right {
  display: flex;
  width: 50%;
  border: 1px solid #f2f2f5;
  border-left: 0px solid #000;
}
.board-sec ._con .board-wrap__right .left-box {
  width: 50%;
  padding: 20px;
}
.board-sec ._con .board-wrap__right .left-box .bboardImg2 {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.board-sec ._con .board-wrap__right .left-box .bboardImg2 p {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 100%;
}
.board-sec ._con .board-wrap__right .right-box {
  width: 50%;
}
.board-sec ._con .board-wrap__right .right-box ul {
  width: 100%;
  padding: 10px 10px 0 0;
}
.board-sec ._con .board-wrap__right .right-box ul li {
  overflow: hidden;
  position: relative;
  padding: 8px 20px;
  border-bottom: 1px solid #f2f2f5;
}
.board-sec ._con .board-wrap__right .right-box ul li:last-of-type {
  border-bottom: 0px solid #f2f2f5;
}
.board-sec ._con .board-wrap__right .right-box ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.board-sec ._con .board-wrap__right .right-box ul li a p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  text-align: left;
}
.board-sec ._con .board-wrap__right .right-box ul li a p span {
  color: #939599;
  margin-right: 20px;
}
.board-sec ._con .board-wrap__right .right-box ul li::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(239, 240, 245);
  transform: translateX(-110%);
  transition: all 0.7s ease;
}
.board-sec ._con .board-wrap__right .right-box ul li.actLi::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(239, 240, 245);
  transform: translateX(0%);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .board-sec {
    margin-top: 50px;
  }
  .board-sec ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .board-sec ._con .board-wrap__left {
    display: flex;
    width: 100%;
    padding-right: 30%;
  }
  .board-sec ._con .board-wrap__left:nth-last-of-type(1) {
    padding-left: 30%;
    border-left: 1px solid #ddd;
    border-top: 0;
    padding-right: 0;
  }
  .board-sec ._con .board-wrap__left .left-box {
    width: 50%;
    padding: 20px;
  }
  .board-sec ._con .board-wrap__left .left-box .bboardImg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__left .right-box {
    width: 50%;
  }
  .board-sec ._con .board-wrap__left .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .board-sec ._con .board-wrap__left .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__left .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(0%);
  }
  .board-sec ._con .board-wrap__right {
    display: flex;
    width: 100%;
    padding-left: 30%;
    border: 1px solid #f2f2f5;
    border-left: 0px solid #000;
  }
  .board-sec ._con .board-wrap__right .left-box {
    width: 50%;
    padding: 20px;
  }
  .board-sec ._con .board-wrap__right .left-box .bboardImg2 {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__right .right-box {
    width: 50%;
  }
  .board-sec ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .board-sec ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(0%);
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .board-sec {
    margin-top: 50px;
  }
  .board-sec ._con {
    padding: 0 10px;
  }
  .board-sec ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .board-sec ._con .board-wrap__left {
    display: flex;
    width: 100%;
    padding-right: 0%;
  }
  .board-sec ._con .board-wrap__left:nth-last-of-type(1) {
    border-left: 1px solid #ddd;
    border-top: 0;
  }
  .board-sec ._con .board-wrap__left .left-box {
    width: 50%;
    padding: 20px;
  }
  .board-sec ._con .board-wrap__left .left-box .bboardImg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__left .right-box {
    width: 50%;
  }
  .board-sec ._con .board-wrap__left .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .board-sec ._con .board-wrap__left .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__left .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(0%);
  }
  .board-sec ._con .board-wrap__right {
    margin-top: 10px;
    display: flex;
    width: 100%;
    padding-left: 0%;
    border: 1px solid #f2f2f5;
    border-left: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .left-box {
    width: 50%;
    padding: 20px;
  }
  .board-sec ._con .board-wrap__right .left-box .bboardImg2 {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__right .right-box {
    width: 50%;
  }
  .board-sec ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .board-sec ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(0%);
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .board-sec {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .board-sec ._con {
    padding: 0 10px;
  }
  .board-sec ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .board-sec ._con .board-wrap__left {
    display: flex;
    width: 100%;
    padding-right: 0%;
  }
  .board-sec ._con .board-wrap__left:nth-last-of-type(1) {
    border-left: 1px solid #ddd;
    border-top: 0;
  }
  .board-sec ._con .board-wrap__left .left-box {
    width: 50%;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__left .left-box .bboardImg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__left .right-box {
    width: 50%;
  }
  .board-sec ._con .board-wrap__left .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .board-sec ._con .board-wrap__left .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__left .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(0%);
  }
  .board-sec ._con .board-wrap__right {
    margin-top: 10px;
    display: flex;
    width: 100%;
    padding-left: 0%;
    border: 1px solid #f2f2f5;
    border-left: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .left-box {
    width: 50%;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__right .left-box .bboardImg2 {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__right .right-box {
    width: 50%;
  }
  .board-sec ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .board-sec ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(0%);
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .board-sec {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .board-sec ._con {
    padding: 0 10px;
  }
  .board-sec ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .board-sec ._con .board-wrap__left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0%;
  }
  .board-sec ._con .board-wrap__left:nth-last-of-type(1) {
    border-left: 1px solid #ddd;
    border-top: 0;
  }
  .board-sec ._con .board-wrap__left .left-box {
    width: 100%;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__left .left-box .bboardImg {
    width: 100%;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__left .right-box {
    width: 100%;
  }
  .board-sec ._con .board-wrap__left .right-box ul {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__left .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(0%);
  }
  .board-sec ._con .board-wrap__right {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0%;
    border: 1px solid #f2f2f5;
    border-left: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .left-box {
    width: 100%;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__right .left-box .bboardImg2 {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__right .right-box {
    width: 100%;
  }
  .board-sec ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(0%);
  }
}
@media (max-width: 419.99px) {
  .board-sec {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .board-sec ._con {
    padding: 0 10px;
  }
  .board-sec ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .board-sec ._con .board-wrap__left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0%;
  }
  .board-sec ._con .board-wrap__left:nth-last-of-type(1) {
    border-left: 1px solid #ddd;
    border-top: 0;
  }
  .board-sec ._con .board-wrap__left:nth-last-of-type(1) .left-box .bboardImg {
    background-position: 50% 70%;
  }
  .board-sec ._con .board-wrap__left .left-box {
    width: 100%;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__left .left-box .bboardImg {
    width: 100%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__left .left-box .bboardImg p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__left .right-box {
    width: 100%;
  }
  .board-sec ._con .board-wrap__left .right-box ul {
    width: 100%;
    padding: 0 10px 0 10px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__left .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__left .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__left .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(0%);
  }
  .board-sec ._con .board-wrap__right {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0%;
    border: 1px solid #f2f2f5;
    border-left: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .left-box {
    width: 100%;
    padding: 10px;
  }
  .board-sec ._con .board-wrap__right .left-box .bboardImg2 {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .board-sec ._con .board-wrap__right .right-box {
    width: 100%;
  }
  .board-sec ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    text-align: left;
  }
  .board-sec ._con .board-wrap__right .right-box ul li a p span {
    color: #939599;
    margin-right: 20px;
  }
  .board-sec ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .board-sec ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 240, 245);
    transform: translateX(0%);
  }
}/*# sourceMappingURL=main.css.map */