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

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

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

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

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

/*  */
button {
  border: none;
  outline: none;
}

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

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

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

img, iframe, video, object {
  max-width: 100%;
}

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

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

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

section::after {
  clear: both;
}

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

/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
/* 오버레이 */
/* background-image */
/* 원형 박스 */
/* transform */
/* 쇼핑몰 뷰어 */
input[id=item-1] + label.label-box {
  left: 0;
}
input[id=item-1] + label.label-box .pic-box {
  left: 0;
}

.copy-sec {
  position: fixed;
  flex-direction: column;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto !important;
  height: 100%;
}
.copy-sec .add-box {
  width: 100%;
  background-color: #aaacb0;
  padding: 150px 0 40px;
}
.copy-sec .add-box .con-add {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.copy-sec .add-box .con-add > img {
  width: 194px;
  height: 29px;
  margin-bottom: 40px;
}
.copy-sec .add-box .con-add p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
  text-align: center;
}
.copy-sec .copy-box {
  background-color: #56585a;
}
.copy-sec .copy-box .con-copy {
  height: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.copy-sec .copy-box .con-copy p {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #d7d9dc;
  text-align: center;
}

@media (max-width: 575.99px) {
  .copy-sec {
    position: fixed;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto !important;
    height: 100%;
  }
  .copy-sec .add-box {
    width: 100%;
    background-color: #aaacb0;
    padding: 150px 20px 40px;
  }
  .copy-sec .add-box .con-add {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .copy-sec .add-box .con-add > img {
    width: 135.8px;
    height: 20.3px;
    margin-bottom: 40px;
  }
  .copy-sec .add-box .con-add p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    text-align: center;
    width: 100%;
  }
  .copy-sec .copy-box {
    background-color: #56585a;
  }
  .copy-sec .copy-box .con-copy {
    height: 50px;
    padding: 0 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .copy-sec .copy-box .con-copy p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #d7d9dc;
    text-align: center;
    width: 100%;
  }
}
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: black;
  z-index: 9900;
  text-align: center;
}
#loading #loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 50%;
  animation: topIn 1.5s ease-out 0s both;
}

@keyframes topIn {
  0% {
    opacity: 0;
    margin-top: -250px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

.head-sec {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 80px;
  background-color: #ffffff !important;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.05);
  transition: transform 500ms ease;
}
.head-sec.fxdHd {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.head-sec .con-head {
  height: 100%;
  z-index: 1000;
}
.head-sec .con-head .logo-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  background-color: #ffffff !important;
}
.head-sec .con-head .logo-box > img {
  width: 175.2px;
  height: 28px;
  cursor: pointer;
}
.head-sec .con-head .menu-box {
  width: 70%;
  height: 100%;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}
.head-sec .con-head .menu-box > ul {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  height: 100%;
}
.head-sec .con-head .menu-box > ul li {
  width: 25%;
  height: 100%;
  background-color: #ffffff !important;
}
.head-sec .con-head .menu-box > ul li > a {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #17181a !important;
}
.head-sec .con-head .menu-box > ul li > a:hover {
  background-color: #f17600;
  color: #ffffff !important;
}

.mega-sec1 {
  position: fixed;
  visibility: hidden;
  top: 80px;
  width: 100%;
  z-index: 100;
  opacity: 0;
  transition: all 1s ease;
}
.mega-sec1.fxdHd {
  -webkit-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
  transform: translateY(-400px);
}
.mega-sec1.mega-show1 {
  opacity: 1;
  visibility: visible;
}
.mega-sec1 .con-mega .mega-box {
  position: absolute;
  z-index: 0;
  left: 0px;
  width: 100%;
  height: 300px;
  padding: 30px;
  background-color: #ffffff !important;
}
.mega-sec1 .con-mega .mega-box .menu-bx {
  width: 30%;
  height: 100%;
}
.mega-sec1 .con-mega .mega-box .menu-bx > ul {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}
.mega-sec1 .con-mega .mega-box .menu-bx > ul::after {
  width: 100%;
  height: 1px;
  background-color: #adafb3 !important;
  top: 40px;
}
.mega-sec1 .con-mega .mega-box .menu-bx > ul > li {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}
.mega-sec1 .con-mega .mega-box .menu-bx > ul > li:nth-of-type(1) {
  margin-top: 30px;
}
.mega-sec1 .con-mega .mega-box .img-bx {
  width: 34%;
  height: 100%;
  background-color: #7d7e80;
  margin-left: 2%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mega-sec1 .con-mega .mega-box .img-bx:nth-of-type(1) {
  margin-left: 0;
}

.mega-sec2 {
  position: fixed;
  visibility: hidden;
  top: 80px;
  width: 100%;
  z-index: 100;
  opacity: 0;
  transition: all 1s ease;
}
.mega-sec2.fxdHd {
  -webkit-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
  transform: translateY(-400px);
}
.mega-sec2.mega-show2 {
  opacity: 1;
  visibility: visible;
}
.mega-sec2 .con-mega .mega-box {
  position: absolute;
  z-index: 0;
  left: 0px;
  width: 100%;
  height: 300px;
  padding: 30px;
  background-color: #ffffff !important;
}
.mega-sec2 .con-mega .mega-box .menu-bx {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul::after {
  width: 100%;
  height: 1px;
  background-color: #adafb3 !important;
  top: 40px;
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul > li {
  width: 100%;
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul > li > a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul > li:nth-of-type(1) {
  margin-top: 30px;
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul > li::after {
  width: 30%;
  height: 1px;
  background-color: #e1e3e5 !important;
  transform: translateX(-100%);
  transition: all 0.4s ease;
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul > li:hover > a {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fd7e14 !important;
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul > li:hover::after {
  transform: translateX(0%);
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul > li:hover > ul.sub-box {
  transform: translateX(0%);
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul > li > ul.sub-box {
  position: absolute;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  right: 0px;
  margin-top: -38px;
  width: 70%;
  padding: 10px 20px;
  border-left: 1px dashed #e1e3e5 !important;
  transform: translateX(100%);
  transition: all 0.4s ease;
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul > li > ul.sub-box > li {
  width: 50%;
  font-size: 13px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul > li > ul.sub-box > li:hover > a {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fd7e14 !important;
}
.mega-sec2 .con-mega .mega-box .menu-bx > ul > li > ul.sub-box > li > a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #47494d !important;
}
.mega-sec2 .con-mega .mega-box .img-bx {
  width: 29%;
  height: 100%;
  background-color: #7d7e80;
  margin-left: 2%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mega-sec2 .con-mega .mega-box .img-bx:nth-of-type(1) {
  margin-left: 0;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .head-sec {
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 80px;
    background-color: #ffffff !important;
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.05);
    transition: transform 500ms ease;
  }
  .head-sec.fxdHd {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .head-sec .con-head {
    height: 100%;
    z-index: 1000;
  }
  .head-sec .con-head .logo-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    height: 100%;
    background-color: #ffffff !important;
  }
  .head-sec .con-head .logo-box > img {
    width: 175.2px;
    height: 28px;
    margin-left: 20px;
    cursor: pointer;
  }
  .head-sec .con-head .menu-box {
    width: 70%;
    height: 100%;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }
  .head-sec .con-head .menu-box > ul {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    height: 100%;
  }
  .head-sec .con-head .menu-box > ul li {
    width: 25%;
    height: 100%;
    background-color: #ffffff !important;
  }
  .head-sec .con-head .menu-box > ul li > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
  }
  .head-sec .con-head .menu-box > ul li > a:hover {
    background-color: #f17600;
    color: #ffffff !important;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .head-sec {
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 80px;
    background-color: #ffffff !important;
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.05);
    transition: transform 500ms ease;
  }
  .head-sec.fxdHd {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .head-sec .con-head {
    height: 100%;
    z-index: 1000;
  }
  .head-sec .con-head .logo-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    height: 100%;
    background-color: #ffffff !important;
  }
  .head-sec .con-head .logo-box > img {
    width: 175.2px;
    height: 28px;
    margin-left: 20px;
    cursor: pointer;
  }
  .head-sec .con-head .menu-box {
    width: 70%;
    height: 100%;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }
  .head-sec .con-head .menu-box > ul {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    height: 100%;
  }
  .head-sec .con-head .menu-box > ul li {
    width: 25%;
    height: 100%;
    background-color: #ffffff !important;
  }
  .head-sec .con-head .menu-box > ul li > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #17181a !important;
  }
  .head-sec .con-head .menu-box > ul li > a:hover {
    background-color: #f17600;
    color: #ffffff !important;
  }

  .mega-sec1 {
    position: fixed;
    visibility: hidden;
    top: 80px;
    width: 100%;
    z-index: 100;
    opacity: 0;
    transition: all 1s ease;
  }
  .mega-sec1.fxdHd {
    -webkit-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  .mega-sec1.mega-show1 {
    opacity: 1;
    visibility: visible;
  }
  .mega-sec1 .con-mega .mega-box {
    position: absolute;
    z-index: 0;
    left: 0px;
    width: 100%;
    height: 250px;
    padding: 30px;
    background-color: #ffffff !important;
  }
  .mega-sec1 .con-mega .mega-box .menu-bx {
    width: 30%;
    height: 100%;
  }
  .mega-sec1 .con-mega .mega-box .menu-bx > ul {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .mega-sec1 .con-mega .mega-box .menu-bx > ul::after {
    width: 100%;
    height: 1px;
    background-color: #adafb3 !important;
    top: 40px;
  }
  .mega-sec1 .con-mega .mega-box .menu-bx > ul > li {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .mega-sec1 .con-mega .mega-box .menu-bx > ul > li:nth-of-type(1) {
    margin-top: 30px;
  }
  .mega-sec1 .con-mega .mega-box .img-bx {
    width: 34%;
    height: 100%;
    background-color: #7d7e80;
    margin-left: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mega-sec1 .con-mega .mega-box .img-bx:nth-of-type(1) {
    margin-left: 0;
  }

  .mega-sec2 {
    position: fixed;
    visibility: hidden;
    top: 80px;
    width: 100%;
    z-index: 100;
    opacity: 0;
    transition: all 1s ease;
  }
  .mega-sec2.fxdHd {
    -webkit-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  .mega-sec2.mega-show2 {
    opacity: 1;
    visibility: visible;
  }
  .mega-sec2.mega-show2 .con-mega .mega-box .img-bx.bx-1 {
    display: none;
  }
  .mega-sec2.mega-show2 .con-mega .mega-box .img-bx.bx-2 {
    width: 40%;
  }
  .mega-sec2 .con-mega .mega-box {
    position: absolute;
    z-index: 0;
    left: 0px;
    width: 100%;
    height: 250px;
    padding: 30px;
    background-color: #ffffff !important;
  }
  .mega-sec2 .con-mega .mega-box .menu-bx {
    width: 60%;
    height: 100%;
    overflow: hidden;
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul::after {
    width: 100%;
    height: 1px;
    background-color: #adafb3 !important;
    top: 40px;
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul > li {
    width: 100%;
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul > li > a {
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul > li:nth-of-type(1) {
    margin-top: 30px;
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul > li::after {
    width: 30%;
    height: 1px;
    background-color: #e1e3e5 !important;
    transform: translateX(-100%);
    transition: all 0.4s ease;
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul > li:hover > a {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fd7e14 !important;
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul > li:hover::after {
    transform: translateX(0%);
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul > li:hover > ul.sub-box {
    transform: translateX(0%);
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul > li > ul.sub-box {
    position: absolute;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    right: 0px;
    margin-top: -38px;
    width: 70%;
    padding: 10px 20px;
    border-left: 1px dashed #e1e3e5 !important;
    transform: translateX(100%);
    transition: all 0.4s ease;
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul > li > ul.sub-box > li {
    width: 50%;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul > li > ul.sub-box > li:hover > a {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fd7e14 !important;
  }
  .mega-sec2 .con-mega .mega-box .menu-bx > ul > li > ul.sub-box > li > a {
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #47494d !important;
  }
  .mega-sec2 .con-mega .mega-box .img-bx {
    width: 29%;
    height: 100%;
    background-color: #7d7e80;
    margin-left: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mega-sec2 .con-mega .mega-box .img-bx:nth-of-type(1) {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .head-sec, .mega-sec1, .mega-sec2 {
    display: none;
  }
}
.monav-sec .top-nav {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  background-color: white;
  border-bottom: 1px solid #e1e3e5 !important;
}
.monav-sec .top-nav .menubt-box {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  border-right: 1px solid #e1e3e5 !important;
  cursor: pointer;
  transition: all 0.4s ease;
}
.monav-sec .top-nav .menubt-box:hover {
  background-color: #3d4042;
}
.monav-sec .top-nav .menubt-box:hover span {
  color: #ffffff !important;
}
.monav-sec .top-nav .menubt-box span {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}
.monav-sec .top-nav .menubt-box span.close {
  display: none;
}
.monav-sec .top-nav .menubt-box span.open {
  display: block;
}
.monav-sec .top-nav .logo-box {
  width: calc(100% - 100px);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}
.monav-sec .top-nav .logo-box > img {
  width: 109.5px;
  height: 17.5px;
  margin-right: 20px;
  cursor: pointer;
}
.monav-sec.mmshow .top-nav .menubt-box:hover {
  background-color: #3d4042;
}
.monav-sec.mmshow .top-nav .menubt-box:hover span.close {
  color: #ffffff !important;
}
.monav-sec.mmshow .top-nav .menubt-box span.open {
  display: none;
}
.monav-sec.mmshow .top-nav .menubt-box span.close {
  display: block;
  color: #2f3033 !important;
}
.monav-sec.mmshow .overmenu-box {
  transform: translateX(0);
}
.monav-sec .overmenu-box {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 40%;
  height: 100vh;
  transform: translateX(-100%);
  background-color: #ffffff !important;
  transition: all 0.4s ease;
}
.monav-sec .overmenu-box > ul {
  padding-top: 70px;
  width: 100%;
  height: auto;
}
.monav-sec .overmenu-box > ul li.mo-menu {
  width: 100%;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  cursor: pointer;
}
.monav-sec .overmenu-box > ul li.mo-menu > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}
.monav-sec .overmenu-box > ul li.mo-menu:hover {
  background-color: #757575;
}
.monav-sec .overmenu-box > ul li.mo-menu:hover a {
  color: #ffffff !important;
}
.monav-sec .oversub-box {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 40%;
  width: 60%;
  height: 100vh;
  background-color: #fafafc !important;
  transform: translateX(100%);
  transition: all 0.4s ease;
}
.monav-sec .oversub-box.smshow {
  transform: translateX(0);
}
.monav-sec .oversub-box > ul {
  padding-top: 70px;
  width: 100%;
  height: auto;
}
.monav-sec .oversub-box > ul li.mo-sub {
  width: 100%;
  padding-left: 20px;
  cursor: pointer;
}
.monav-sec .oversub-box > ul li.mo-sub > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}
.monav-sec .oversub-box > ul li.mo-sub:hover {
  background-color: #b1b1b1;
}
.monav-sec .oversub-box > ul li.mo-sub:hover a {
  color: #ffffff !important;
}
.monav-sec .oversub-box > ul li.mo-sub > ul > li {
  width: 100%;
  padding-left: 20px;
  cursor: pointer;
}
.monav-sec .oversub-box > ul li.mo-sub > ul > li > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}
.monav-sec .oversub-box > ul li.mo-sub > ul > li:hover {
  background-color: #ffffff;
}
.monav-sec .oversub-box > ul li.mo-sub > ul > li:hover a {
  color: #2f3033 !important;
}

@media (min-width: 768px) {
  .monav-sec, .top-nav {
    display: none;
  }
}
@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes top-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomout {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
.thumb-sec {
  padding-top: 70px;
  background-color: #ffffff !important;
}
.thumb-sec .con-thumb {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.thumb-sec .con-thumb > div .thumb1-box, .thumb-sec .con-thumb > div .thumb2-box, .thumb-sec .con-thumb > div .thumb3-box, .thumb-sec .con-thumb > div .thumb4-box, .thumb-sec .con-thumb > div .thum54-box, .thumb-sec .con-thumb > div .thumb6-box, .thumb-sec .con-thumb > div .thumb7-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  width: calc(100% - 10px);
  height: 350px;
  border: 1px solid #f2f2f5 !important;
}
.thumb-sec .con-thumb > div .thumb1-box .top-box, .thumb-sec .con-thumb > div .thumb2-box .top-box, .thumb-sec .con-thumb > div .thumb3-box .top-box, .thumb-sec .con-thumb > div .thumb4-box .top-box, .thumb-sec .con-thumb > div .thum54-box .top-box, .thumb-sec .con-thumb > div .thumb6-box .top-box, .thumb-sec .con-thumb > div .thumb7-box .top-box {
  width: 100%;
  height: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thumb-sec .con-thumb > div .thumb1-box .tex-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box, .thumb-sec .con-thumb > div .thum54-box .tex-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 40%;
}
.thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #fafafc !important;
  padding: 10px;
}
.thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx p {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}
.thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx {
  width: 100%;
  height: 40px;
  background-color: #f2f2f5 !important;
}
.thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 10px;
}
.thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box p {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}
.thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 10px;
}
.thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box p {
  width: 100%;
  text-align: right;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}
.thumb-sec .con-thumb .Pre {
  position: absolute;
  z-index: 10;
  left: -45px;
  top: 50%;
  margin-top: -35px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("../img/icon/left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease;
  display: none;
}
.thumb-sec .con-thumb .Pre:hover {
  background-color: #ffe083 !important;
}
.thumb-sec .con-thumb .Nex {
  position: absolute;
  z-index: 10;
  right: -45px;
  top: 50%;
  margin-top: -35px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("../img/icon/right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff !important;
  cursor: pointer;
  transition: all 0.5s ease;
  display: none;
}
.thumb-sec .con-thumb .Nex:hover {
  background-color: #ffe083 !important;
}
.thumb-sec .con-thumb .slick-dots {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  padding-top: 0;
  margin-top: -15px;
}
.thumb-sec .con-thumb .slick-dots li {
  position: relative;
  display: inline-flex;
  margin: 0 3px;
}
.thumb-sec .con-thumb .slick-dots li#slick-slide10 button {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/con1-1s.jpg");
}
.thumb-sec .con-thumb .slick-dots li#slick-slide11 button {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/con1-2s.jpg");
}
.thumb-sec .con-thumb .slick-dots li#slick-slide12 button {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/con1-3s.jpg");
}
.thumb-sec .con-thumb .slick-dots li button {
  width: 150px;
  height: 75px;
  border: none;
  cursor: pointer;
  border: 0px solid black;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  transition: all 0.3s ease;
  opacity: 1;
}
.thumb-sec .con-thumb .slick-dots li button:focus {
  outline: none;
}
.thumb-sec .con-thumb .slick-dots li button:hover {
  opacity: 1;
}
.thumb-sec .con-thumb .slick-dots li.slick-active button {
  border-bottom: 3px solid #943b72;
  box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .thumb-sec {
    padding: 50px 10px 30px;
    background-color: #ffffff !important;
  }
  .thumb-sec .con-thumb {
    position: relative;
    margin: 0 auto;
    height: 100%;
  }
  .thumb-sec .con-thumb > div .thumb1-box, .thumb-sec .con-thumb > div .thumb2-box, .thumb-sec .con-thumb > div .thumb3-box, .thumb-sec .con-thumb > div .thumb4-box, .thumb-sec .con-thumb > div .thum54-box, .thumb-sec .con-thumb > div .thumb6-box, .thumb-sec .con-thumb > div .thumb7-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    width: calc(100% - 10px);
    height: 300px;
    border: 1px solid #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .top-box, .thumb-sec .con-thumb > div .thumb2-box .top-box, .thumb-sec .con-thumb > div .thumb3-box .top-box, .thumb-sec .con-thumb > div .thumb4-box .top-box, .thumb-sec .con-thumb > div .thum54-box .top-box, .thumb-sec .con-thumb > div .thumb6-box .top-box, .thumb-sec .con-thumb > div .thumb7-box .top-box {
    width: 100%;
    height: 55%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box, .thumb-sec .con-thumb > div .thum54-box .tex-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 45%;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #fafafc !important;
    padding: 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx {
    width: 100%;
    height: 40px;
    background-color: #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box p {
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb .Pre {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Pre:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .Nex {
    position: absolute;
    z-index: 10;
    left: 48px;
    top: 100%;
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff !important;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Nex:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .slick-dots {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    margin-top: -15px;
  }
  .thumb-sec .con-thumb .slick-dots li {
    position: relative;
    display: inline-flex;
    margin: 0 3px;
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide10 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-1s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide11 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-2s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide12 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-3s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li button {
    width: 150px;
    height: 75px;
    border: none;
    cursor: pointer;
    border: 0px solid black;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li button:focus {
    outline: none;
  }
  .thumb-sec .con-thumb .slick-dots li button:hover {
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li.slick-active button {
    border-bottom: 3px solid #943b72;
    box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .thumb-sec {
    padding: 50px 10px 30px;
    background-color: #ffffff !important;
  }
  .thumb-sec .con-thumb {
    position: relative;
    margin: 0 auto;
    height: 100%;
  }
  .thumb-sec .con-thumb > div .thumb1-box, .thumb-sec .con-thumb > div .thumb2-box, .thumb-sec .con-thumb > div .thumb3-box, .thumb-sec .con-thumb > div .thumb4-box, .thumb-sec .con-thumb > div .thum54-box, .thumb-sec .con-thumb > div .thumb6-box, .thumb-sec .con-thumb > div .thumb7-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    width: calc(100% - 10px);
    height: 260px;
    border: 1px solid #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .top-box, .thumb-sec .con-thumb > div .thumb2-box .top-box, .thumb-sec .con-thumb > div .thumb3-box .top-box, .thumb-sec .con-thumb > div .thumb4-box .top-box, .thumb-sec .con-thumb > div .thum54-box .top-box, .thumb-sec .con-thumb > div .thumb6-box .top-box, .thumb-sec .con-thumb > div .thumb7-box .top-box {
    width: 100%;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box, .thumb-sec .con-thumb > div .thum54-box .tex-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 50%;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #fafafc !important;
    padding: 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx {
    width: 100%;
    height: 40px;
    background-color: #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box p {
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb .Pre {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Pre:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .Nex {
    position: absolute;
    z-index: 10;
    left: 38px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff !important;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Nex:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .slick-dots {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    margin-top: -15px;
  }
  .thumb-sec .con-thumb .slick-dots li {
    position: relative;
    display: inline-flex;
    margin: 0 3px;
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide10 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-1s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide11 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-2s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide12 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-3s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li button {
    width: 150px;
    height: 75px;
    border: none;
    cursor: pointer;
    border: 0px solid black;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li button:focus {
    outline: none;
  }
  .thumb-sec .con-thumb .slick-dots li button:hover {
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li.slick-active button {
    border-bottom: 3px solid #943b72;
    box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .thumb-sec {
    padding: 40px 10px 30px;
    background-color: #ffffff !important;
  }
  .thumb-sec .con-thumb {
    position: relative;
    margin: 0 auto;
    height: 100%;
  }
  .thumb-sec .con-thumb > div .thumb1-box, .thumb-sec .con-thumb > div .thumb2-box, .thumb-sec .con-thumb > div .thumb3-box, .thumb-sec .con-thumb > div .thumb4-box, .thumb-sec .con-thumb > div .thum54-box, .thumb-sec .con-thumb > div .thumb6-box, .thumb-sec .con-thumb > div .thumb7-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    width: calc(100% - 10px);
    height: 260px;
    border: 1px solid #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .top-box, .thumb-sec .con-thumb > div .thumb2-box .top-box, .thumb-sec .con-thumb > div .thumb3-box .top-box, .thumb-sec .con-thumb > div .thumb4-box .top-box, .thumb-sec .con-thumb > div .thum54-box .top-box, .thumb-sec .con-thumb > div .thumb6-box .top-box, .thumb-sec .con-thumb > div .thumb7-box .top-box {
    width: 100%;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box, .thumb-sec .con-thumb > div .thum54-box .tex-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 50%;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #fafafc !important;
    padding: 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx {
    width: 100%;
    height: 40px;
    background-color: #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 0 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box p {
    width: 100%;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0 10px 0 0;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box p {
    width: 100%;
    text-align: right;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb .Pre {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Pre:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .Nex {
    position: absolute;
    z-index: 10;
    left: 38px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff !important;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Nex:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .slick-dots {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    margin-top: -15px;
  }
  .thumb-sec .con-thumb .slick-dots li {
    position: relative;
    display: inline-flex;
    margin: 0 3px;
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide10 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-1s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide11 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-2s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide12 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-3s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li button {
    width: 150px;
    height: 75px;
    border: none;
    cursor: pointer;
    border: 0px solid black;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li button:focus {
    outline: none;
  }
  .thumb-sec .con-thumb .slick-dots li button:hover {
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li.slick-active button {
    border-bottom: 3px solid #943b72;
    box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}
@media (max-width: 575.99px) {
  .thumb-sec {
    padding: 30px 10px 30px;
    background-color: #ffffff !important;
  }
  .thumb-sec .con-thumb {
    position: relative;
    margin: 0 auto;
    height: 100%;
  }
  .thumb-sec .con-thumb > div .thumb1-box, .thumb-sec .con-thumb > div .thumb2-box, .thumb-sec .con-thumb > div .thumb3-box, .thumb-sec .con-thumb > div .thumb4-box, .thumb-sec .con-thumb > div .thum54-box, .thumb-sec .con-thumb > div .thumb6-box, .thumb-sec .con-thumb > div .thumb7-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    width: calc(100% - 10px);
    height: 260px;
    border: 1px solid #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .top-box, .thumb-sec .con-thumb > div .thumb2-box .top-box, .thumb-sec .con-thumb > div .thumb3-box .top-box, .thumb-sec .con-thumb > div .thumb4-box .top-box, .thumb-sec .con-thumb > div .thum54-box .top-box, .thumb-sec .con-thumb > div .thumb6-box .top-box, .thumb-sec .con-thumb > div .thumb7-box .top-box {
    width: 100%;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box, .thumb-sec .con-thumb > div .thum54-box .tex-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 50%;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #fafafc !important;
    padding: 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx {
    width: 100%;
    height: 40px;
    background-color: #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 0 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box p {
    width: 100%;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0 10px 0 0;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box p {
    width: 100%;
    text-align: right;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb .Pre {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Pre:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .Nex {
    position: absolute;
    z-index: 10;
    left: 38px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff !important;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Nex:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .slick-dots {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    margin-top: -15px;
  }
  .thumb-sec .con-thumb .slick-dots li {
    position: relative;
    display: inline-flex;
    margin: 0 3px;
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide10 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-1s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide11 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-2s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide12 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-3s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li button {
    width: 150px;
    height: 75px;
    border: none;
    cursor: pointer;
    border: 0px solid black;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li button:focus {
    outline: none;
  }
  .thumb-sec .con-thumb .slick-dots li button:hover {
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li.slick-active button {
    border-bottom: 3px solid #943b72;
    box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}
@media (max-width: 419.99px) {
  .thumb-sec {
    padding: 20px 10px 30px;
    background-color: #ffffff !important;
  }
  .thumb-sec .con-thumb {
    position: relative;
    margin: 0 auto;
    height: 100%;
  }
  .thumb-sec .con-thumb > div .thumb1-box, .thumb-sec .con-thumb > div .thumb2-box, .thumb-sec .con-thumb > div .thumb3-box, .thumb-sec .con-thumb > div .thumb4-box, .thumb-sec .con-thumb > div .thum54-box, .thumb-sec .con-thumb > div .thumb6-box, .thumb-sec .con-thumb > div .thumb7-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    width: calc(100% - 5px);
    height: 260px;
    border: 1px solid #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .top-box, .thumb-sec .con-thumb > div .thumb2-box .top-box, .thumb-sec .con-thumb > div .thumb3-box .top-box, .thumb-sec .con-thumb > div .thumb4-box .top-box, .thumb-sec .con-thumb > div .thum54-box .top-box, .thumb-sec .con-thumb > div .thumb6-box .top-box, .thumb-sec .con-thumb > div .thumb7-box .top-box {
    width: 100%;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box, .thumb-sec .con-thumb > div .thum54-box .tex-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 50%;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #fafafc !important;
    padding: 7px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thum54-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .tit-bx p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .tit-bx p {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx {
    width: 100%;
    height: 40px;
    background-color: #f2f2f5 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 0 0 10px;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .left-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .left-box p {
    width: 100%;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0 10px 0 0;
  }
  .thumb-sec .con-thumb > div .thumb1-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb2-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb3-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb4-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thum54-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb6-box .tex-box .link-bx .right-box p, .thumb-sec .con-thumb > div .thumb7-box .tex-box .link-bx .right-box p {
    width: 100%;
    text-align: right;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .thumb-sec .con-thumb .Pre {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Pre:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .Nex {
    position: absolute;
    z-index: 10;
    left: 38px;
    top: 100%;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e3e5 !important;
    background-image: url("../img/icon/right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff !important;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
  }
  .thumb-sec .con-thumb .Nex:hover {
    background-color: #ffe083 !important;
  }
  .thumb-sec .con-thumb .slick-dots {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    margin-top: -15px;
  }
  .thumb-sec .con-thumb .slick-dots li {
    position: relative;
    display: inline-flex;
    margin: 0 3px;
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide10 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-1s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide11 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-2s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li#slick-slide12 button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/con1-3s.jpg");
  }
  .thumb-sec .con-thumb .slick-dots li button {
    width: 150px;
    height: 75px;
    border: none;
    cursor: pointer;
    border: 0px solid black;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li button:focus {
    outline: none;
  }
  .thumb-sec .con-thumb .slick-dots li button:hover {
    opacity: 1;
  }
  .thumb-sec .con-thumb .slick-dots li.slick-active button {
    border-bottom: 3px solid #943b72;
    box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}
.blocker {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker.behind {
  background-color: transparent;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker .modal {
  position: relative;
  z-index: 100;
  display: none;
  vertical-align: middle;
  max-width: 90%;
  top: 70px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: white;
  padding: 15px 30px 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.blocker .modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}
.blocker .modal #modal-view {
  padding: 50px 0 30px;
}
.blocker .modal #modal-view .view .tex-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
}
.blocker .modal #modal-view .view .tex-box h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}
.blocker .modal #modal-view .view .tex-box > ul {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}
.blocker .modal #modal-view .view .tex-box > ul > li {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}

.para-sec {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  background-color: #ffffff !important;
  margin-bottom: 330px;
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
}
.para-sec .parabox {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.para-sec .parabox .paraover {
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(31, 36, 51, 0.35);
}
.para-sec .parabox .paraover h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #fff003;
}
.para-sec .parabox .paraover h2::before {
  width: 19px;
  height: 37px;
  left: calc(50% - 9px);
  margin-top: -50px;
  background-color: #fff003;
}
.para-sec .parabox .paraover h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}
.para-sec .parabox .img-parallax {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .para-sec {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    background-color: #ffffff !important;
    margin-bottom: 330px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
  }
  .para-sec .parabox {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
  }
  .para-sec .parabox .paraover {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(31, 36, 51, 0.35);
  }
  .para-sec .parabox .paraover h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff003;
  }
  .para-sec .parabox .paraover h2::before {
    width: 14px;
    height: 37px;
    left: calc(50% - 7px);
    margin-top: -50px;
    background-color: #fff003;
  }
  .para-sec .parabox .paraover h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
  }
  .para-sec .parabox .img-parallax {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .para-sec {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    background-color: #ffffff !important;
    margin-bottom: 300px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
  }
  .para-sec .parabox {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
  }
  .para-sec .parabox .paraover {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(31, 36, 51, 0.35);
  }
  .para-sec .parabox .paraover h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff003;
  }
  .para-sec .parabox .paraover h2::before {
    width: 10px;
    height: 37px;
    left: calc(50% - 5px);
    margin-top: -50px;
    background-color: #fff003;
  }
  .para-sec .parabox .paraover h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
  }
  .para-sec .parabox .img-parallax {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .para-sec {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    background-color: #ffffff !important;
    margin-bottom: 300px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
  }
  .para-sec .parabox {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
  }
  .para-sec .parabox .paraover {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(31, 36, 51, 0.35);
  }
  .para-sec .parabox .paraover h2 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff003;
  }
  .para-sec .parabox .paraover h2::before {
    width: 7px;
    height: 37px;
    left: calc(50% - 3px);
    margin-top: -50px;
    background-color: #fff003;
  }
  .para-sec .parabox .paraover h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
  }
  .para-sec .parabox .img-parallax {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
  }
}
@media (max-width: 575.99px) {
  .para-sec {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    background-color: #ffffff !important;
    margin-bottom: 300px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
  }
  .para-sec .parabox {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  .para-sec .parabox .paraover {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(31, 36, 51, 0.35);
  }
  .para-sec .parabox .paraover h2 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff003;
  }
  .para-sec .parabox .paraover h2::before {
    width: 5px;
    height: 24px;
    left: calc(50% - 3px);
    margin-top: -30px;
    background-color: #fff003;
  }
  .para-sec .parabox .paraover h4 {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
  }
  .para-sec .parabox .img-parallax {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
  }
}
@media (max-width: 419.99px) {
  .para-sec {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    background-color: #ffffff !important;
    margin-bottom: 300px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
  }
  .para-sec .parabox {
    width: 100%;
    height: 170px;
    position: relative;
    overflow: hidden;
  }
  .para-sec .parabox .paraover {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(31, 36, 51, 0.35);
  }
  .para-sec .parabox .paraover h2 {
    margin-top: 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff003;
  }
  .para-sec .parabox .paraover h2::before {
    width: 5px;
    height: 24px;
    left: calc(50% - 3px);
    margin-top: -20px;
    background-color: #fff003;
  }
  .para-sec .parabox .paraover h4 {
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
  }
  .para-sec .parabox .img-parallax {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
  }
}
.topnav-sec {
  padding-top: 10px;
  background-color: #ffffff !important;
  border-bottom: 1px solid #f2f2f5 !important;
}
.topnav-sec .con-topnav {
  height: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
.topnav-sec .con-topnav p {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #939599 !important;
}
.topnav-sec .con-topnav p:last-child {
  color: #606266 !important;
}
.topnav-sec .con-topnav p span {
  margin: 0 5px 0 6px;
}
.topnav-sec .con-topnav > span {
  font-size: 8px;
  margin: 0 5px 0 6px;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .topnav-sec {
    margin-top: 0px;
    background-color: #ffffff !important;
    border-bottom: 1px solid #f2f2f5 !important;
  }
  .topnav-sec .con-topnav {
    height: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
  }
  .topnav-sec .con-topnav p {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #939599 !important;
  }
  .topnav-sec .con-topnav p:last-child {
    color: #606266 !important;
  }
  .topnav-sec .con-topnav p span {
    margin: 0 5px 0 6px;
  }
  .topnav-sec .con-topnav > span {
    font-size: 8px;
    margin: 0 5px 0 6px;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .topnav-sec {
    margin-top: 0px;
    background-color: #ffffff !important;
    border-bottom: 1px solid #f2f2f5 !important;
  }
  .topnav-sec .con-topnav {
    height: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
  }
  .topnav-sec .con-topnav p {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #939599 !important;
  }
  .topnav-sec .con-topnav p:last-child {
    color: #606266 !important;
  }
  .topnav-sec .con-topnav p span {
    margin: 0 5px 0 6px;
  }
  .topnav-sec .con-topnav > span {
    font-size: 8px;
    margin: 0 5px 0 6px;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .topnav-sec {
    margin-top: 0px;
    background-color: #ffffff !important;
    border-bottom: 1px solid #f2f2f5 !important;
  }
  .topnav-sec .con-topnav {
    height: 40px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
  }
  .topnav-sec .con-topnav p {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #939599 !important;
  }
  .topnav-sec .con-topnav p:last-child {
    color: #606266 !important;
  }
  .topnav-sec .con-topnav p span {
    margin: 0 5px 0 6px;
  }
  .topnav-sec .con-topnav > span {
    font-size: 8px;
    margin: 0 5px 0 6px;
  }
}
@media (max-width: 575.99px) {
  .topnav-sec {
    margin-top: 0px;
    background-color: #ffffff !important;
    border-bottom: 1px solid #f2f2f5 !important;
  }
  .topnav-sec .con-topnav {
    height: 40px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
  }
  .topnav-sec .con-topnav p {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #939599 !important;
  }
  .topnav-sec .con-topnav p:last-child {
    color: #606266 !important;
  }
  .topnav-sec .con-topnav p span {
    margin: 0 5px 0 6px;
  }
  .topnav-sec .con-topnav > span {
    font-size: 8px;
    margin: 0 5px 0 6px;
  }
}
.aboutvisu-sec {
  height: 320px;
  margin-top: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .aboutvisu-sec {
    height: 270px;
    margin-top: 40px;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .aboutvisu-sec {
    height: 250px;
    margin-top: 40px;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .aboutvisu-sec {
    height: 200px;
    margin-top: 40px;
  }
}
@media (max-width: 575.99px) {
  .aboutvisu-sec {
    height: 150px;
    margin-top: 40px;
  }
}
@keyframes leftout {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes rightin {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.gab {
  height: 2000px;
}

.cont-sec {
  background-color: #ffffff !important;
  padding-bottom: 170px;
  margin-bottom: 330px;
}
.cont-sec .con-cont .side-box {
  width: 200px;
  height: 100%;
}
.cont-sec .con-cont .side-box .stickbox {
  width: 200px;
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  top: 50px;
}
.cont-sec .con-cont .side-box .stickbox.stick {
  position: fixed;
  margin-top: 200px;
}
.cont-sec .con-cont .side-box .stickbox > ul > li > a {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
}
.cont-sec .con-cont .side-box .stickbox > ul > li > a::after {
  width: 200px;
  height: 1px;
  margin-top: 0px;
  background-color: #606266 !important;
}
.cont-sec .con-cont .side-box .stickbox > ul > li > a:hover {
  color: #f17600 !important;
}
.cont-sec .con-cont .side-box .stickbox > ul > li > ul {
  margin: 20px 0 20px 10px;
}
.cont-sec .con-cont .side-box .stickbox > ul > li > ul > li a {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}
.cont-sec .con-cont .side-box .stickbox > ul > li > ul > li a.active::after {
  width: 190px;
  height: 1px;
  margin-top: 0px;
  background-color: #f17600;
}
.cont-sec .con-cont .side-box .stickbox > ul > li > ul > li a:hover {
  color: #f17600 !important;
}
.cont-sec .con-cont .main-box {
  width: calc(100% - 200px);
  padding-left: 70px;
}
.cont-sec .con-cont .cont-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 400px;
}
.cont-sec .con-cont .cont-box .tit-box {
  padding: 40px 0;
}
.cont-sec .con-cont .cont-box .tit-box h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #3d4042;
}
.cont-sec .con-cont .cont-box .items-box {
  width: 100%;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.cont-sec .con-cont .cont-box .items-box .box-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 48.5%;
  height: 550px;
  margin-right: 3%;
  margin-bottom: 3%;
  border: 1px solid #c8c9cc !important;
  transition: all 0.5s ease;
}
.cont-sec .con-cont .cont-box .items-box .box-item:nth-of-type(2n) {
  margin-right: 0;
}
.cont-sec .con-cont .cont-box .items-box .box-item::before {
  z-index: 10;
  width: 0%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: #f17600;
  transition: all 0.2s ease 0s;
}
.cont-sec .con-cont .cont-box .items-box .box-item::after {
  width: 1px;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #f17600;
  transition: all 0.2s ease 0.2s;
}
.cont-sec .con-cont .cont-box .items-box .box-item.effect {
  border: 1px solid #ffffff !important;
}
.cont-sec .con-cont .cont-box .items-box .box-item.effect::after {
  height: 100%;
  transition: all 0.2s ease 0.4s;
}
.cont-sec .con-cont .cont-box .items-box .box-item.effect::before {
  width: 100%;
  transition: all 0.2s ease 0.6s;
}
.cont-sec .con-cont .cont-box .items-box .box-item.effect > a::before {
  width: 100%;
  transition: all 0.2s ease 0.2s;
}
.cont-sec .con-cont .cont-box .items-box .box-item.effect > a::after {
  height: 100%;
  transition: all 0.2s ease 0.4s;
}
.cont-sec .con-cont .cont-box .items-box .box-item.effect .bot-box {
  width: 100%;
}
.cont-sec .con-cont .cont-box .items-box .box-item.effect .bot-box > a::after {
  transform: translateY(0);
  transition: all 0.2s ease;
}
.cont-sec .con-cont .cont-box .items-box .box-item > a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont-sec .con-cont .cont-box .items-box .box-item > a::before {
  width: 0%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #f17600;
  transition: all 0.2s ease 0.4s;
}
.cont-sec .con-cont .cont-box .items-box .box-item > a::after {
  width: 1px;
  height: 0%;
  right: 0;
  bottom: 0;
  background-color: #f17600;
  transition: all 0.2s ease 0.2s;
}
.cont-sec .con-cont .cont-box .items-box .box-item .top-box {
  width: 100%;
  height: 65%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cont-sec .con-cont .cont-box .items-box .box-item .bot-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35%;
  padding: 0 20px;
}
.cont-sec .con-cont .cont-box .items-box .box-item .bot-box h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #3d4042;
  margin: 30px 0 20px;
}
.cont-sec .con-cont .cont-box .items-box .box-item .bot-box p {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #62676b;
  text-align: center;
}
.cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a {
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  left: calc(50% - 62px);
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 32px;
  background-color: #56585a;
}
.cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a p {
  z-index: 1;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}
.cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f17600;
  transform: translateY(-100%);
  transition: all 0.2s ease 0.6s;
}
.cont-sec .con-cont .cont-box .con-pagenav {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.cont-sec .con-cont .cont-box .con-pagenav .list-nav {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.cont-sec .con-cont .cont-box .con-pagenav .list-nav > li {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #e1e3e5 !important;
  margin: 1px;
  cursor: pointer;
}
.cont-sec .con-cont .cont-box .con-pagenav .list-nav > li > span {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
}
.cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:hover:not(:first-child, :last-child, .active) {
  background-color: #e1e3e5 !important;
}
.cont-sec .con-cont .cont-box .con-pagenav .list-nav > li.active {
  background-color: #939599 !important;
}
.cont-sec .con-cont .cont-box .con-pagenav .list-nav > li.active span {
  color: #ffffff !important;
}
.cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:first-child, .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:last-child {
  background-color: #17181a !important;
  border: 1px solid #17181a !important;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .cont-sec {
    background-color: #ffffff !important;
    padding-bottom: 100px;
    margin-bottom: 330px;
  }
  .cont-sec .con-cont .side-box {
    width: 170px;
    height: 100%;
  }
  .cont-sec .con-cont .side-box .stickbox {
    width: 170px;
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    top: 50px;
    padding-left: 20px;
  }
  .cont-sec .con-cont .side-box .stickbox.stick {
    position: fixed;
    margin-top: 200px;
  }
  .cont-sec .con-cont .side-box .stickbox > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
  }
  .cont-sec .con-cont .side-box .stickbox > ul > li > a::after {
    width: 170px;
    height: 1px;
    margin-top: 0px;
    background-color: #606266 !important;
  }
  .cont-sec .con-cont .side-box .stickbox > ul > li > a:hover {
    color: #f17600 !important;
  }
  .cont-sec .con-cont .side-box .stickbox > ul > li > ul {
    margin: 20px 0 20px 10px;
  }
  .cont-sec .con-cont .side-box .stickbox > ul > li > ul > li a {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .cont-sec .con-cont .side-box .stickbox > ul > li > ul > li a.active::after {
    width: 160px;
    height: 1px;
    margin-top: 0px;
    background-color: #f17600;
  }
  .cont-sec .con-cont .side-box .stickbox > ul > li > ul > li a:hover {
    color: #f17600 !important;
  }
  .cont-sec .con-cont .main-box {
    width: calc(100% - 170px);
    padding-left: 50px;
    padding-right: 20px;
  }
  .cont-sec .con-cont .cont-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 400px;
  }
  .cont-sec .con-cont .cont-box .tit-box {
    padding: 40px 0;
  }
  .cont-sec .con-cont .cont-box .tit-box h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #3d4042;
  }
  .cont-sec .con-cont .cont-box .items-box {
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 49%;
    height: 450px;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #c8c9cc !important;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item::before {
    z-index: 10;
    width: 0%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item::after {
    width: 1px;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect {
    border: 1px solid #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect::after {
    height: 100%;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect::before {
    width: 100%;
    transition: all 0.2s ease 0.6s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect > a::before {
    width: 100%;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect > a::after {
    height: 100%;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect .bot-box > a::after {
    transform: translateY(0);
    transition: all 0.2s ease;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a::before {
    width: 0%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a::after {
    width: 1px;
    height: 0%;
    right: 0;
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .top-box {
    width: 100%;
    height: 65%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 35%;
    padding: 0 20px;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #3d4042;
    margin: 10px 0 10px;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box p {
    width: 80%;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #62676b;
    text-align: center;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a {
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: calc(50% - 62px);
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 32px;
    background-color: #56585a;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a p {
    z-index: 1;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f17600;
    transform: translateY(-100%);
    transition: all 0.2s ease 0.6s;
  }
  .cont-sec .con-cont .cont-box .con-pagenav {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #e1e3e5 !important;
    margin: 1px;
    cursor: pointer;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li > span {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:hover:not(:first-child, :last-child, .active) {
    background-color: #e1e3e5 !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li.active {
    background-color: #939599 !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li.active span {
    color: #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:first-child, .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:last-child {
    background-color: #17181a !important;
    border: 1px solid #17181a !important;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .cont-sec {
    background-color: #ffffff !important;
    padding-bottom: 100px;
    margin-bottom: 330px;
  }
  .cont-sec .con-cont .side-box {
    display: none;
  }
  .cont-sec .con-cont .main-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cont-sec .con-cont .cont-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .cont-sec .con-cont .cont-box .tit-box {
    padding: 40px 0;
  }
  .cont-sec .con-cont .cont-box .tit-box h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #3d4042;
  }
  .cont-sec .con-cont .cont-box .items-box {
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 49%;
    height: 450px;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #c8c9cc !important;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item::before {
    z-index: 10;
    width: 0%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item::after {
    width: 1px;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect {
    border: 1px solid #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect::after {
    height: 100%;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect::before {
    width: 100%;
    transition: all 0.2s ease 0.6s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect > a::before {
    width: 100%;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect > a::after {
    height: 100%;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect .bot-box > a::after {
    transform: translateY(0);
    transition: all 0.2s ease;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a::before {
    width: 0%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a::after {
    width: 1px;
    height: 0%;
    right: 0;
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .top-box {
    width: 100%;
    height: 65%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 35%;
    padding: 0 20px;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #3d4042;
    margin: 10px 0 10px;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box p {
    width: 80%;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #62676b;
    text-align: center;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a {
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: calc(50% - 62px);
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 32px;
    background-color: #56585a;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a p {
    z-index: 1;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f17600;
    transform: translateY(-100%);
    transition: all 0.2s ease 0.6s;
  }
  .cont-sec .con-cont .cont-box .con-pagenav {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #e1e3e5 !important;
    margin: 1px;
    cursor: pointer;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li > span {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:hover:not(:first-child, :last-child, .active) {
    background-color: #e1e3e5 !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li.active {
    background-color: #939599 !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li.active span {
    color: #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:first-child, .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:last-child {
    background-color: #17181a !important;
    border: 1px solid #17181a !important;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .cont-sec {
    background-color: #ffffff !important;
    padding-bottom: 100px;
    margin-bottom: 300px;
  }
  .cont-sec .con-cont .side-box {
    display: none;
  }
  .cont-sec .con-cont .main-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cont-sec .con-cont .cont-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .cont-sec .con-cont .cont-box .tit-box {
    padding: 40px 0;
  }
  .cont-sec .con-cont .cont-box .tit-box h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #3d4042;
  }
  .cont-sec .con-cont .cont-box .items-box {
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 49%;
    height: 350px;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #c8c9cc !important;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item::before {
    z-index: 10;
    width: 0%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item::after {
    width: 1px;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect {
    border: 1px solid #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect::after {
    height: 100%;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect::before {
    width: 100%;
    transition: all 0.2s ease 0.6s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect > a::before {
    width: 100%;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect > a::after {
    height: 100%;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect .bot-box > a::after {
    transform: translateY(0);
    transition: all 0.2s ease;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a::before {
    width: 0%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a::after {
    width: 1px;
    height: 0%;
    right: 0;
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .top-box {
    width: 100%;
    height: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40%;
    padding: 0 10px;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #3d4042;
    margin: 0px 0 10px;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #62676b;
    text-align: center;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box p br {
    display: none;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a {
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: calc(50% - 62px);
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 32px;
    background-color: #56585a;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a p {
    z-index: 1;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f17600;
    transform: translateY(-100%);
    transition: all 0.2s ease 0.6s;
  }
  .cont-sec .con-cont .cont-box .con-pagenav {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #e1e3e5 !important;
    margin: 1px;
    cursor: pointer;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li > span {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:hover:not(:first-child, :last-child, .active) {
    background-color: #e1e3e5 !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li.active {
    background-color: #939599 !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li.active span {
    color: #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:first-child, .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:last-child {
    background-color: #17181a !important;
    border: 1px solid #17181a !important;
  }
}
@media (max-width: 575.99px) {
  .cont-sec {
    background-color: #ffffff !important;
    padding-bottom: 100px;
    margin-bottom: 300px;
  }
  .cont-sec .con-cont .side-box {
    display: none;
  }
  .cont-sec .con-cont .main-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cont-sec .con-cont .cont-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .cont-sec .con-cont .cont-box .tit-box {
    padding: 40px 0;
  }
  .cont-sec .con-cont .cont-box .tit-box h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #3d4042;
  }
  .cont-sec .con-cont .cont-box .items-box {
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 400px;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #c8c9cc !important;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item::before {
    z-index: 10;
    width: 0%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item::after {
    width: 1px;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect {
    border: 1px solid #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect::after {
    height: 100%;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect::before {
    width: 100%;
    transition: all 0.2s ease 0.6s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect > a::before {
    width: 100%;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect > a::after {
    height: 100%;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect .bot-box > a::after {
    transform: translateY(0);
    transition: all 0.2s ease;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a::before {
    width: 0%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a::after {
    width: 1px;
    height: 0%;
    right: 0;
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .top-box {
    width: 100%;
    height: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40%;
    padding: 0 10px;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #3d4042;
    margin: 20px 0 10px;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #62676b;
    text-align: center;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box p br {
    display: none;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a {
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: calc(50% - 62px);
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 32px;
    background-color: #56585a;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a p {
    z-index: 1;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f17600;
    transform: translateY(-100%);
    transition: all 0.2s ease 0.6s;
  }
  .cont-sec .con-cont .cont-box .con-pagenav {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #e1e3e5 !important;
    margin: 1px;
    cursor: pointer;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li > span {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:hover:not(:first-child, :last-child, .active) {
    background-color: #e1e3e5 !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li.active {
    background-color: #939599 !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li.active span {
    color: #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:first-child, .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:last-child {
    background-color: #17181a !important;
    border: 1px solid #17181a !important;
  }
}
@media (max-width: 419.99px) {
  .cont-sec {
    background-color: #ffffff !important;
    padding-bottom: 70px;
    margin-bottom: 300px;
  }
  .cont-sec .con-cont .side-box {
    display: none;
  }
  .cont-sec .con-cont .main-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cont-sec .con-cont .cont-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .cont-sec .con-cont .cont-box .tit-box {
    padding: 40px 0;
  }
  .cont-sec .con-cont .cont-box .tit-box h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #3d4042;
  }
  .cont-sec .con-cont .cont-box .items-box {
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 350px;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #c8c9cc !important;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item::before {
    z-index: 10;
    width: 0%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item::after {
    width: 1px;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect {
    border: 1px solid #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect::after {
    height: 100%;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect::before {
    width: 100%;
    transition: all 0.2s ease 0.6s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect > a::before {
    width: 100%;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect > a::after {
    height: 100%;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item.effect .bot-box > a::after {
    transform: translateY(0);
    transition: all 0.2s ease;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a::before {
    width: 0%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.4s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item > a::after {
    width: 1px;
    height: 0%;
    right: 0;
    bottom: 0;
    background-color: #f17600;
    transition: all 0.2s ease 0.2s;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .top-box {
    width: 100%;
    height: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40%;
    padding: 0 10px;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #3d4042;
    margin: 10px 0 10px;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #62676b;
    text-align: center;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box p br {
    display: none;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a {
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: calc(50% - 62px);
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 32px;
    background-color: #56585a;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a p {
    z-index: 1;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .items-box .box-item .bot-box > a::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f17600;
    transform: translateY(-100%);
    transition: all 0.2s ease 0.6s;
  }
  .cont-sec .con-cont .cont-box .con-pagenav {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #e1e3e5 !important;
    margin: 1px;
    cursor: pointer;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li > span {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:hover:not(:first-child, :last-child, .active) {
    background-color: #e1e3e5 !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li.active {
    background-color: #939599 !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li.active span {
    color: #ffffff !important;
  }
  .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:first-child, .cont-sec .con-cont .cont-box .con-pagenav .list-nav > li:last-child {
    background-color: #17181a !important;
    border: 1px solid #17181a !important;
  }
}

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