@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%;
  height: 100%;
}

section::after {
  clear: both;
}

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

/* @import url('https://fonts.googleapis.com/css?family=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;
  }
}
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.9;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: white;
  font-size: 55px;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: white;
  font-size: 16px;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  background-color: rgba(250, 235, 215, 0);
  display: block;
  z-index: 10060;
}
.sl-wrapper .sl-navigation button.sl-next {
  height: 30px;
  width: 30px;
  right: 5px;
  font-size: 0;
  background-image: url("../img/icon/right-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sl-wrapper .sl-navigation button.sl-prev {
  height: 30px;
  width: 30px;
  left: 5px;
  font-size: 0;
  background-image: url("../img/icon/left-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    height: 40px;
    width: 40px;
    font-size: 0;
    background-image: url("../img/icon/right-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    height: 40px;
    width: 40px;
    font-size: 0;
    background-image: url("../img/icon/left-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    height: 50px;
    width: 50px;
    font-size: 0;
    background-image: url("../img/icon/right-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    height: 50px;
    width: 50px;
    font-size: 0;
    background-image: url("../img/icon/left-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #ffffff !important;
  background: #f17600;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.pdview-sec .con-pdview .left-box .slick-box {
  width: 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.pdview-sec .con-pdview .left-box .slick-box .slider.slider-for {
  width: 100%;
}
.pdview-sec .con-pdview .left-box .slick-box .slider.slider-for .slick-list .slick-track .slick-slide > a.myImg {
  z-index: 200;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pdview-sec .con-pdview .left-box .slick-box .slider.slider-for .slick-list .slick-track .slick-slide > a.myImg .img-bx {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e1e3e5 !important;
}
.pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-list {
  width: 100%;
  height: 100%;
}
.pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-list .slick-track {
  width: 100% !important;
  height: 100%;
}
.pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-list .slick-track .v {
  box-sizing: border-box;
  width: 16.6666666667% !important;
  height: 100px;
  padding: 10px;
  border: 1px solid #dadbe1;
  margin: 2px;
  opacity: 0.5;
}
.pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-list .slick-track .v .thum-bx {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-list .slick-track .v.slick-current {
  opacity: 1;
}
.pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  left: -55px;
}
.pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: -55px;
}
.pdview-sec .con-pdview .left-box .slick-box .slider:hover .Prev, .pdview-sec .con-pdview .left-box .slick-box .slider:hover .Next {
  background-color: #998d81;
  opacity: 1;
}
.pdview-sec .con-pdview .left-box .slick-box .action {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.pdview-sec .con-pdview .left-box .slick-box .action .btn-box {
  width: calc(20% - 5px);
  height: 120px;
  margin-right: 6.25px;
  opacity: 0.5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f2f2f5 !important;
}
.pdview-sec .con-pdview .left-box .slick-box .action .btn-box:nth-of-type(5n) {
  margin-right: 0;
}
.pdview-sec .con-pdview .left-box .slick-box .action .btn-box.act-thum {
  opacity: 1;
  border: 1px solid #adafb3 !important;
}
.pdview-sec .con-pdview .left-box .slick-box .action .btn-box a {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.pdview-sec .con-pdview .left-box .slick-box .Prev {
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 50%;
  margin-top: -35px;
  width: 40px;
  height: 40px;
  opacity: 0;
  background-image: url("../img/icon/left-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #998d81;
  cursor: pointer;
  transition: all 0.5s ease;
}
.pdview-sec .con-pdview .left-box .slick-box .Prev:hover {
  background-color: #726961;
}
.pdview-sec .con-pdview .left-box .slick-box .Next {
  position: absolute;
  z-index: 10;
  right: 0px;
  top: 50%;
  margin-top: -35px;
  width: 40px;
  height: 40px;
  opacity: 0;
  background-image: url("../img/icon/right-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #998d81;
  cursor: pointer;
  transition: all 0.5s ease;
}
.pdview-sec .con-pdview .left-box .slick-box .Next:hover {
  background-color: #726961;
}
@media (max-width: 1199.99px) and (min-width: 992px) {
  .pdview-sec .con-pdview .left-box .slick-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for {
    width: 100%;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for .slick-list .slick-track .slick-slide > a.big {
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for .slick-list .slick-track .slick-slide > a.big .img-bx {
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav {
    display: none;
    width: 100%;
    height: 100px;
    background-color: #7e684b;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-list .slick-track .slick-slide .thum-bx {
    width: 98%;
    height: 50px;
    background-color: #b17bb8;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    left: -55px;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: -55px;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider:hover .Prev, .pdview-sec .con-pdview .left-box .slick-box .slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box {
    width: calc(20% - 5px);
    height: 100px;
    margin-right: 6.25px;
    opacity: 0.5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #f2f2f5 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box:nth-of-type(5n) {
    margin-right: 0;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box.act-thum {
    opacity: 1;
    border: 1px solid #adafb3 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box a {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Prev {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Prev:hover {
    background-color: #726961;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Next {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Next:hover {
    background-color: #726961;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .pdview-sec .con-pdview .left-box .slick-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for {
    width: 100%;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for .slick-list .slick-track .slick-slide > a.big {
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for .slick-list .slick-track .slick-slide > a.big .img-bx {
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav {
    display: none;
    width: 100%;
    height: 100px;
    background-color: #7e684b;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-list .slick-track .slick-slide .thum-bx {
    width: 98%;
    height: 50px;
    background-color: #b17bb8;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    left: -55px;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: -55px;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider:hover .Prev, .pdview-sec .con-pdview .left-box .slick-box .slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box {
    width: calc(20% - 5px);
    height: 100px;
    margin-right: 6.25px;
    opacity: 0.5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #f2f2f5 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box:nth-of-type(5n) {
    margin-right: 0;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box.act-thum {
    opacity: 1;
    border: 1px solid #adafb3 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box a {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Prev {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Prev:hover {
    background-color: #726961;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Next {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Next:hover {
    background-color: #726961;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .pdview-sec .con-pdview .left-box .slick-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for {
    width: 100%;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for .slick-list .slick-track .slick-slide > a.big {
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for .slick-list .slick-track .slick-slide > a.big .img-bx {
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav {
    display: none;
    width: 100%;
    height: 100px;
    background-color: #7e684b;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-list .slick-track .slick-slide .thum-bx {
    width: 98%;
    height: 50px;
    background-color: #b17bb8;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    left: -55px;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: -55px;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider:hover .Prev, .pdview-sec .con-pdview .left-box .slick-box .slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box {
    width: calc(20% - 5px);
    height: 100px;
    margin-right: 6.25px;
    opacity: 0.5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #f2f2f5 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box:nth-of-type(5n) {
    margin-right: 0;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box.act-thum {
    opacity: 1;
    border: 1px solid #adafb3 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box a {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Prev {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Prev:hover {
    background-color: #726961;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Next {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Next:hover {
    background-color: #726961;
  }
}
@media (max-width: 575.99px) {
  .pdview-sec .con-pdview .left-box .slick-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for {
    width: 100%;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for .slick-list .slick-track .slick-slide > a.big {
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for .slick-list .slick-track .slick-slide > a.big .img-bx {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav {
    display: none;
    width: 100%;
    height: 100px;
    background-color: #7e684b;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-list .slick-track .slick-slide .thum-bx {
    width: 98%;
    height: 50px;
    background-color: #b17bb8;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    left: -55px;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: -55px;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider:hover .Prev, .pdview-sec .con-pdview .left-box .slick-box .slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box {
    width: calc(20% - 5px);
    height: 80px;
    margin-right: 6.25px;
    opacity: 0.5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #f2f2f5 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box:nth-of-type(5n) {
    margin-right: 0;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box.act-thum {
    opacity: 1;
    border: 1px solid #adafb3 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box a {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Prev {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Prev:hover {
    background-color: #726961;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Next {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Next:hover {
    background-color: #726961;
  }
}
@media (max-width: 419.99px) {
  .pdview-sec .con-pdview .left-box .slick-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for {
    width: 100%;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for .slick-list .slick-track .slick-slide > a.big {
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-for .slick-list .slick-track .slick-slide > a.big .img-bx {
    width: 100%;
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav {
    display: none;
    width: 100%;
    height: 100px;
    background-color: #7e684b;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-list .slick-track .slick-slide .thum-bx {
    width: 98%;
    height: 50px;
    background-color: #b17bb8;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    left: -55px;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider.slider-nav .slick-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: -55px;
  }
  .pdview-sec .con-pdview .left-box .slick-box .slider:hover .Prev, .pdview-sec .con-pdview .left-box .slick-box .slider:hover .Next {
    background-color: #998d81;
    opacity: 1;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box {
    width: calc(20% - 5px);
    height: 60px;
    margin-right: 6.25px;
    opacity: 0.5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #f2f2f5 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box:nth-of-type(5n) {
    margin-right: 0;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box.act-thum {
    opacity: 1;
    border: 1px solid #adafb3 !important;
  }
  .pdview-sec .con-pdview .left-box .slick-box .action .btn-box a {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Prev {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 30px;
    opacity: 0;
    background-image: url("../img/icon/left-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Prev:hover {
    background-color: #726961;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Next {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 30px;
    opacity: 0;
    background-image: url("../img/icon/right-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #998d81;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .pdview-sec .con-pdview .left-box .slick-box .Next:hover {
    background-color: #726961;
  }
}
@keyframes leftout {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes rightin {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.gab {
  height: 2000px;
}

.topnav-sec {
  padding-top: 80px;
  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 > span {
  font-size: 8px;
  margin: 2px 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 > span {
    font-size: 8px;
    margin: 2px 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 > span {
    font-size: 8px;
    margin: 2px 5px 0 6px;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .topnav-sec {
    padding-top: 40px;
    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 > span {
    font-size: 8px;
    margin: 2px 5px 0 6px;
  }
}
@media (max-width: 575.99px) {
  .topnav-sec {
    padding-top: 40px;
    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 > span {
    font-size: 8px;
    margin: 2px 5px 0 6px;
  }
}
.pdview-sec {
  background-color: #ffffff !important;
  padding: 30px 0;
}
.pdview-sec .con-pdview {
  flex-wrap: wrap;
}
.pdview-sec .con-pdview .top-box {
  width: 100%;
  margin-bottom: 20px;
}
.pdview-sec .con-pdview .top-box > a {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  background-color: #62676b;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}
.pdview-sec .con-pdview .left-box {
  width: 60%;
}
.pdview-sec .con-pdview .left-box .tgall {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for {
  margin-bottom: 10px;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for.slick-loading .slick-list .slick-track {
  visibility: hidden;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for.slick-loading .slick-list .slick-track .slick-slide {
  visibility: hidden;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for.slick-loading img {
  display: none;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .v .bimg-box {
  align-items: flex-end;
  width: 100%;
  height: 600px !important;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .slick-list:focus {
  outline: none;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .slick-list.dragging {
  cursor: pointer;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .slick-list .slick-track:before, .pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .slick-list .slick-track:after {
  display: table;
  content: "";
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .slick-list .slick-track:after {
  clear: both;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .slick-list .slick-track .slick-slide {
  float: left;
  min-height: 1px;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .slick-list .slick-track .slick-slide.slick-loading img {
  pointer-events: none;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .slick-list .slick-track .slick-slide .v {
  display: flex;
  flex-direction: column;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .slick-list .slick-track .slick-slide .v .bimg-box {
  align-items: flex-end;
  width: 100%;
  height: 600px !important;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .slick-list .slick-track .slick-slide .v img {
  display: block;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .Prev {
  position: absolute;
  z-index: 9000;
  left: 40px;
  top: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 100px;
  display: flex;
  opacity: 0;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s ease;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .Prev:hover {
  opacity: 1;
  background-color: rgba(27, 27, 29, 0.7);
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .Prev span {
  position: absolute;
  width: 50px;
  height: 2px;
  top: 50%;
  margin-left: 20px;
  background-color: #fff;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .Prev span:first-of-type {
  transform: rotate(-45deg);
  transform-origin: left;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .Prev span:last-of-type {
  transform: rotate(45deg);
  transform-origin: left;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .Next {
  position: absolute;
  z-index: 9000;
  right: -40px;
  top: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 100px;
  display: flex;
  opacity: 0;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s ease;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .Next:hover {
  opacity: 1;
  background-color: rgba(27, 27, 29, 0.7);
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .Next span {
  position: absolute;
  width: 50px;
  height: 2px;
  top: 50%;
  margin-right: 20px;
  background-color: #fff;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .Next span:first-of-type {
  transform: rotate(45deg);
  transform-origin: right;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .Next span:last-of-type {
  transform: rotate(-45deg);
  transform-origin: right;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for:hover .Next, .pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for:hover .Prev {
  opacity: 1;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .Next, .pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-for .Prev {
  display: none !important;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-nav {
  margin-top: 0;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-nav .slick-list {
  outline: none;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-nav .slick-list .slick-track {
  display: flex;
  justify-content: center;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-nav .slick-list .slick-track .slick-slide {
  width: 100px !important;
  margin: 5px;
  height: 100%;
  min-height: 1px;
  display: flex;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-nav .slick-list .slick-track .slick-slide.slick-active.slick-current .simg-box {
  border: 2px solid #57bcff;
  opacity: 1;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-nav .slick-list .slick-track .slick-slide.slick-loading img {
  pointer-events: none;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-nav .slick-list .slick-track .slick-slide .simg-box {
  width: 100px;
  height: 70px;
  margin: 10px;
  opacity: 0.7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-nav .slick-list .slick-track .slick-slide img {
  display: block;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-nav button {
  position: absolute;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-nav button.Prevs {
  left: -50px;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #888888;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider.slider-nav button.Nexts {
  right: -50px;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #888888;
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider .slick-list .slick-track {
  transform: translate3d(0, 0, 0);
}
.pdview-sec .con-pdview .left-box .tgall .slick-slider .slick-list .slick-track .slick-slide {
  display: block;
}
.pdview-sec .con-pdview .right-box {
  width: 40%;
  display: flex;
  flex: 1;
  align-items: center;
}
.pdview-sec .con-pdview .right-box .tex-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 50px;
}
.pdview-sec .con-pdview .right-box .tex-box .toptex-box {
  width: 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e3e5 !important;
}
.pdview-sec .con-pdview .right-box .tex-box .toptex-box h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033 !important;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.pdview-sec .con-pdview .right-box .tex-box .toptex-box h3::after {
  width: 70px;
  height: 3px;
  background-color: #f17600;
  margin-top: 10px;
}
.pdview-sec .con-pdview .right-box .tex-box .toptex-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}
.pdview-sec .con-pdview .right-box .tex-box .midtex-box {
  width: 100%;
  padding: 30px 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e1e3e5 !important;
}
.pdview-sec .con-pdview .right-box .tex-box .midtex-box p {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}
.pdview-sec .con-pdview .right-box .tex-box .botbt-box {
  width: 100%;
  padding-top: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
.pdview-sec .con-pdview .right-box .tex-box .botbt-box > a {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
  width: 150px;
  height: 35px;
  background-color: #f17600;
  margin-right: 5px;
}
.pdview-sec .con-pdview .right-box .tex-box .botbt-box > a:nth-of-type(2) {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
  width: 150px;
  height: 35px;
  background-color: #62676b;
  cursor: pointer;
}

.det-sec {
  padding: 50px 0 70px;
  margin-bottom: 350px;
  background-color: #ffffff !important;
}
.det-sec .con-det {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.det-sec .con-det .tab-box .bx-tab {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
  width: 170px;
  height: 35px;
  background-color: #7d7e80;
}
.det-sec .con-det .detail-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #e1e3e5 !important;
  padding: 50px;
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
}
.det-sec .con-det .detail-box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
  margin-bottom: 20px;
}
.det-sec .con-det .detail-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #606266 !important;
}
.det-sec .con-det .detail-box table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.det-sec .con-det .detail-box table td, .det-sec .con-det .detail-box table th {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
}
.det-sec .con-det .bot-box {
  width: 100%;
  margin-top: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.det-sec .con-det .bot-box > a {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  background-color: #62676b;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff !important;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
  .pdview-sec {
    background-color: #ffffff !important;
    padding: 30px 20px;
  }
  .pdview-sec .con-pdview {
    flex-wrap: wrap;
  }
  .pdview-sec .con-pdview .top-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .pdview-sec .con-pdview .top-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: #62676b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .pdview-sec .con-pdview .left-box {
    width: 60%;
  }
  .pdview-sec .con-pdview .right-box {
    width: 40%;
  }
  .pdview-sec .con-pdview .right-box .tex-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 50px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box h3::after {
    width: 70px;
    height: 3px;
    background-color: #f17600;
    margin-top: 10px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .midtex-box {
    width: 100%;
    padding: 30px 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .midtex-box p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .botbt-box {
    width: 100%;
    padding-top: 30px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pdview-sec .con-pdview .right-box .tex-box .botbt-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    width: 150px;
    height: 35px;
    background-color: #f17600;
    margin-right: 5px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .botbt-box > a:nth-of-type(2) {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    width: 150px;
    height: 35px;
    background-color: #62676b;
    cursor: pointer;
  }

  .det-sec {
    padding: 50px 20px 70px;
    margin-bottom: 350px;
    background-color: #ffffff !important;
  }
  .det-sec .con-det {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .det-sec .con-det .tab-box .bx-tab {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    width: 170px;
    height: 35px;
    background-color: #7d7e80;
  }
  .det-sec .con-det .detail-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #e1e3e5 !important;
    padding: 50px;
    width: 100%;
  }
  .det-sec .con-det .detail-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    margin-bottom: 20px;
  }
  .det-sec .con-det .detail-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .det-sec .con-det .detail-box table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  .det-sec .con-det .detail-box table td, .det-sec .con-det .detail-box table th {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
  }
  .det-sec .con-det .bot-box {
    width: 100%;
    margin-top: 50px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .det-sec .con-det .bot-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: #62676b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .pdview-sec {
    background-color: #ffffff !important;
    padding: 30px 20px;
  }
  .pdview-sec .con-pdview {
    flex-wrap: wrap;
  }
  .pdview-sec .con-pdview .top-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .pdview-sec .con-pdview .top-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: #62676b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .pdview-sec .con-pdview .left-box {
    width: 100%;
  }
  .pdview-sec .con-pdview .right-box {
    width: 100%;
  }
  .pdview-sec .con-pdview .right-box .tex-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 0 0;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box h3::after {
    width: 70px;
    height: 3px;
    background-color: #f17600;
    margin-top: 10px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .midtex-box {
    width: 100%;
    padding: 30px 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .midtex-box p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .botbt-box {
    width: 100%;
    padding-top: 30px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pdview-sec .con-pdview .right-box .tex-box .botbt-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    width: 150px;
    height: 35px;
    background-color: #f17600;
    margin-right: 5px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .botbt-box > a:nth-of-type(2) {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    width: 150px;
    height: 35px;
    background-color: #62676b;
    cursor: pointer;
  }

  .det-sec {
    padding: 30px 20px 70px;
    margin-bottom: 350px;
    background-color: #ffffff !important;
  }
  .det-sec .con-det {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .det-sec .con-det .tab-box .bx-tab {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    width: 170px;
    height: 35px;
    background-color: #7d7e80;
  }
  .det-sec .con-det .detail-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #e1e3e5 !important;
    padding: 30px;
    width: 100%;
  }
  .det-sec .con-det .detail-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    margin-bottom: 20px;
  }
  .det-sec .con-det .detail-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .det-sec .con-det .detail-box table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  .det-sec .con-det .detail-box table td, .det-sec .con-det .detail-box table th {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
  }
  .det-sec .con-det .bot-box {
    width: 100%;
    margin-top: 50px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .det-sec .con-det .bot-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: #62676b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .pdview-sec {
    background-color: #ffffff !important;
    padding: 30px 20px;
  }
  .pdview-sec .con-pdview {
    flex-wrap: wrap;
  }
  .pdview-sec .con-pdview .top-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .pdview-sec .con-pdview .top-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: #62676b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .pdview-sec .con-pdview .left-box {
    width: 100%;
  }
  .pdview-sec .con-pdview .right-box {
    width: 100%;
  }
  .pdview-sec .con-pdview .right-box .tex-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 0 0;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box h3::after {
    width: 70px;
    height: 3px;
    background-color: #f17600;
    margin-top: 10px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .midtex-box {
    width: 100%;
    padding: 30px 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .midtex-box p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .botbt-box {
    width: 100%;
    padding-top: 30px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pdview-sec .con-pdview .right-box .tex-box .botbt-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    width: 150px;
    height: 35px;
    background-color: #f17600;
    margin-right: 5px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .botbt-box > a:nth-of-type(2) {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    width: 150px;
    height: 35px;
    background-color: #62676b;
    cursor: pointer;
  }

  .det-sec {
    padding: 30px 20px 70px;
    margin-bottom: 350px;
    background-color: #ffffff !important;
  }
  .det-sec .con-det {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .det-sec .con-det .tab-box .bx-tab {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    width: 170px;
    height: 35px;
    background-color: #7d7e80;
  }
  .det-sec .con-det .detail-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #e1e3e5 !important;
    padding: 30px;
    width: 100%;
  }
  .det-sec .con-det .detail-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    margin-bottom: 20px;
  }
  .det-sec .con-det .detail-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .det-sec .con-det .detail-box table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  .det-sec .con-det .detail-box table td, .det-sec .con-det .detail-box table th {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
  }
  .det-sec .con-det .bot-box {
    width: 100%;
    margin-top: 50px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .det-sec .con-det .bot-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: #62676b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
}
@media (max-width: 575.99px) {
  .pdview-sec {
    background-color: #ffffff !important;
    padding: 30px 20px;
  }
  .pdview-sec .con-pdview {
    flex-wrap: wrap;
  }
  .pdview-sec .con-pdview .top-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .pdview-sec .con-pdview .top-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: #62676b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
  .pdview-sec .con-pdview .left-box {
    width: 100%;
  }
  .pdview-sec .con-pdview .right-box {
    width: 100%;
  }
  .pdview-sec .con-pdview .right-box .tex-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 0 0;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033 !important;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box h3::after {
    width: 70px;
    height: 3px;
    background-color: #f17600;
    margin-top: 10px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .toptex-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .midtex-box {
    width: 100%;
    padding: 30px 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #e1e3e5 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .midtex-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .pdview-sec .con-pdview .right-box .tex-box .botbt-box {
    width: 100%;
    padding-top: 30px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pdview-sec .con-pdview .right-box .tex-box .botbt-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    width: 150px;
    height: 35px;
    background-color: #f17600;
    margin-right: 5px;
  }
  .pdview-sec .con-pdview .right-box .tex-box .botbt-box > a:nth-of-type(2) {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    width: 150px;
    height: 35px;
    background-color: #62676b;
    cursor: pointer;
  }

  .det-sec {
    padding: 30px 20px 70px;
    margin-bottom: 350px;
    background-color: #ffffff !important;
  }
  .det-sec .con-det {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .det-sec .con-det .tab-box .bx-tab {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
    width: 170px;
    height: 35px;
    background-color: #7d7e80;
  }
  .det-sec .con-det .detail-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #e1e3e5 !important;
    padding: 20px;
    width: 100%;
  }
  .det-sec .con-det .detail-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
    margin-bottom: 20px;
  }
  .det-sec .con-det .detail-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266 !important;
  }
  .det-sec .con-det .detail-box table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  .det-sec .con-det .detail-box table td, .det-sec .con-det .detail-box table th {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
  }
  .det-sec .con-det .bot-box {
    width: 100%;
    margin-top: 50px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .det-sec .con-det .bot-box > a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: #62676b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff !important;
  }
}

/*# sourceMappingURL=pd-view.css.map */
