@charset "UTF-8";
/* 오버레이 */
/*/////////커스텀 컬러*/
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900");
.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;
}

@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;
}
.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 #f2f2f2;
}
.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;
  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;
  color: #606266;
}
.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: #f2f2f2;
}
.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;
  color: #606266;
}
.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;
  color: #606266;
}
.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: #FFE083FF;
}
.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;
  cursor: pointer;
  transition: all 0.5s ease;
  display: none;
}
.thumb-sec .con-thumb .Nex:hover {
  background-color: #FFE083FF;
}
.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 screen and (max-width: 1200px) {
  .thumb-sec {
    padding: 50px 10px 30px;
    background-color: #ffffff;
  }
  .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 #f2f2f2;
  }
  .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;
    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;
    color: #606266;
  }
  .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: #f2f2f2;
  }
  .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;
    color: #606266;
  }
  .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;
    color: #606266;
  }
  .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;
    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: #FFE083FF;
  }
  .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;
    background-image: url("../img/icon/right.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 .Nex:hover {
    background-color: #FFE083FF;
  }
  .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;
  }
  .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 #f2f2f2;
  }
  .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;
    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;
    color: #606266;
  }
  .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: #f2f2f2;
  }
  .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;
    color: #606266;
  }
  .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;
    color: #606266;
  }
  .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;
    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: #FFE083FF;
  }
  .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;
    background-image: url("../img/icon/right.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 .Nex:hover {
    background-color: #FFE083FF;
  }
  .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 screen and (max-width: 768px) {
  .thumb-sec {
    padding: 40px 10px 30px;
    background-color: #ffffff;
  }
  .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 #f2f2f2;
  }
  .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;
    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;
    color: #606266;
  }
  .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: #f2f2f2;
  }
  .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;
    color: #606266;
  }
  .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;
    color: #606266;
  }
  .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;
    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: #FFE083FF;
  }
  .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;
    background-image: url("../img/icon/right.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 .Nex:hover {
    background-color: #FFE083FF;
  }
  .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;
  }
  .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 #f2f2f2;
  }
  .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;
    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;
    color: #606266;
  }
  .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: #f2f2f2;
  }
  .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;
    color: #606266;
  }
  .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;
    color: #606266;
  }
  .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;
    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: #FFE083FF;
  }
  .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;
    background-image: url("../img/icon/right.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 .Nex:hover {
    background-color: #FFE083FF;
  }
  .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;
  }
  .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 #f2f2f2;
  }
  .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;
    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;
    color: #606266;
  }
  .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: #f2f2f2;
  }
  .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;
    color: #606266;
  }
  .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;
    color: #606266;
  }
  .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;
    background-image: url("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: #FFE083FF;
  }
  .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;
    background-image: url("right.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 .Nex:hover {
    background-color: #FFE083FF;
  }
  .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("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("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;
  }
}
/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
ul, li {
  list-style-type: none;
}

/*서브 비주얼*/
.sub_cont {
  overflow: hidden;
  width: 100%;
}
.sub_cont .subCont {
  width: 100%;
}
.sub_cont .subCont__title {
  width: 100%;
  display: flex;
  padding: 30px 50px;
  background-color: #3b3939;
  border-bottom: 1px solid #2a2f3f;
}
.sub_cont .subCont__title--h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  color: #ffffff;
}
.sub_cont .subCont__tex {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 50px;
  background-color: #fdfbfb;
}
.sub_cont .subCont__tex--h5 {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
}
.sub_cont .subCont__tex--h5 span {
  color: #6f94da;
}
.sub_cont .subCont__tex--p {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub_cont .subCont__tex--p .tex_li {
  width: 100%;
  height: auto;
  padding: 15px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c8cbce;
}
.sub_cont .subCont__tex--p .tex_li .point {
  width: 30px;
  display: flex;
  align-items: flex-start;
}
.sub_cont .subCont__tex--p .tex_li .tex {
  width: calc(100% - 30px);
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color: #323333;
}
.sub_cont .subCont__tex--p .tex_li .tex.bold {
  font-weight: 700;
}
.sub_cont .subCont__tex--p .tex_li.bt_box {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.sub_cont .subCont__tex--p .tex_li .link_bt {
  margin-top: 20px;
  width: 200px;
  height: 45px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  background-color: #1b1d23;
  color: #ffffff;
  transition: all ease 0.5s;
}
.sub_cont .subCont__tex--p .tex_li .link_bt:hover {
  background-color: #4b5e9d;
}
.sub_cont .subCont__tex--p .tex_li .link_bt.no_margin {
  margin: 0 1px;
}
.sub_cont .subCont__tex--p .tex_li .link_bt.samp {
  width: auto;
  padding: 0 20px;
  margin: 1px;
  font-weight: 300;
  background-color: #89b73c;
}
.sub_cont .subCont__tex--p .tex_li .link_bt.demo {
  width: auto;
  padding: 0 20px;
  margin: 1px;
  font-weight: 300;
  background-color: #fd9855;
}
.sub_cont .subCont__tex--p span {
  width: 10px;
  height: 10px;
  background-color: #1d2d3d;
}

@media screen and (max-width: 992px) {
  .sub_cont .subCont__title {
    padding: 30px 20px;
  }
  .sub_cont .subCont__title--h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }
  .sub_cont .subCont__tex {
    padding: 40px 20px;
  }
  .sub_cont .subCont__tex--h5 {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
  }
  .sub_cont .subCont__tex--p .tex_li {
    padding: 15px 0;
  }
  .sub_cont .subCont__tex--p .tex_li .point {
    width: 30px;
  }
  .sub_cont .subCont__tex--p .tex_li .tex {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sub_cont .subCont__title {
    padding: 30px 20px;
  }
  .sub_cont .subCont__title--h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
  .sub_cont .subCont__tex {
    padding: 30px 20px;
  }
  .sub_cont .subCont__tex--h5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
  .sub_cont .subCont__tex--p .tex_li {
    padding: 15px 0;
  }
  .sub_cont .subCont__tex--p .tex_li .point {
    width: 30px;
  }
  .sub_cont .subCont__tex--p .tex_li .tex {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
  }
}
/*서브 콘텐츠 1*/
/*////////////////////////*/
.width_line_20 {
  width: 100%;
  height: 10px;
  background-color: #f6f7fa;
  border-top: 1px solid #e6e9ef;
  border-bottom: 1px solid #e6e9ef;
}

/*///////////서브 톱/////////////*/
section.sub_top {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-top: 130px;
}
section.sub_top .harf_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 1s;
}
section.sub_top .harf_over .harf_box {
  width: 60%;
  position: relative;
  display: flex;
  flex-direction: column;
}
section.sub_top .harf_over .harf_box .h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(-100%);
}
section.sub_top .harf_over .harf_box .h2 span {
  font-size: 34px;
  color: #ffde63;
  font-weight: 700;
}
section.sub_top .harf_over .harf_box .h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateX(-100%);
}
section.sub_top .harf_over .harf_box .p {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #ffffff;
  opacity: 0;
  transform: translateX(-100%);
}
section.sub_top .harf_over.load_open {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all ease 2s;
}
section.sub_top .harf_over.load_open .h2 {
  opacity: 1;
  transition: all cubic-bezier(0.04, 0.73, 0.02, 1) 1s;
  transform: translateX(0);
}
section.sub_top .harf_over.load_open .h5 {
  opacity: 1;
  transition: all cubic-bezier(0.04, 0.73, 0.02, 1) 1s;
  transform: translateX(0);
}
section.sub_top .harf_over.load_open .p {
  opacity: 1;
  transition: all cubic-bezier(0.04, 0.73, 0.02, 1) 1s;
  transform: translateX(0);
}

@media screen and (max-width: 1500px) {
  section.sub_top {
    height: 400px;
  }
  section.sub_top .harf_over {
    width: 60%;
  }
  section.sub_top .harf_over .harf_box {
    width: 80%;
  }
  section.sub_top .harf_over .harf_box .h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 20px;
  }
  section.sub_top .harf_over .harf_box .h2 span {
    font-size: 30px;
    font-weight: 700;
  }
  section.sub_top .harf_over .harf_box .h5 {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
  }
  section.sub_top .harf_over .harf_box .p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }
}
@media screen and (max-width: 1200px) {
  section.sub_top {
    height: 320px;
  }
}
@media screen and (max-width: 992px) {
  section.sub_top {
    height: 260px;
  }
  section.sub_top .harf_over {
    width: 80%;
  }
  section.sub_top .harf_over .harf_box {
    width: 90%;
  }
  section.sub_top .harf_over .harf_box .h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 10px;
  }
  section.sub_top .harf_over .harf_box .h2 span {
    font-size: 26px;
    font-weight: 700;
  }
  section.sub_top .harf_over .harf_box .h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
  }
  section.sub_top .harf_over .harf_box .p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  section.sub_top {
    margin-top: 50px;
    height: 220px;
  }
  section.sub_top .harf_over {
    width: 100%;
  }
  section.sub_top .harf_over .harf_box {
    width: 90%;
  }
  section.sub_top .harf_over .harf_box .h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 10px;
  }
  section.sub_top .harf_over .harf_box .h2 span {
    font-size: 26px;
    font-weight: 700;
  }
  section.sub_top .harf_over .harf_box .h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
  }
  section.sub_top .harf_over .harf_box .p {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  section.sub_top {
    margin-top: 50px;
    height: 200px;
  }
  section.sub_top .harf_over {
    width: 100%;
  }
  section.sub_top .harf_over .harf_box {
    width: 90%;
  }
  section.sub_top .harf_over .harf_box .h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 0;
  }
  section.sub_top .harf_over .harf_box .h2 span {
    font-size: 20px;
    font-weight: 700;
  }
  section.sub_top .harf_over .harf_box .h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
section.sub_title {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #1b1d23;
}
section.sub_title .sub_title_box {
  width: 100%;
  padding: 100px 30px;
}
section.sub_title .sub_title_box .h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}
section.sub_title .sub_title_box .h2 p {
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  color: #ffffff;
}
section.sub_title .sub_title_box .h2 span {
  color: #ffde63;
}
section.sub_title .sub_title_box .p {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color: #ffffff;
}
section.sub_title .sub_title_box .p span {
  font-weight: 700;
  color: #ffde63;
}

@media screen and (max-width: 1500px) {
  section.sub_title .sub_title_box {
    padding: 80px 50px;
  }
  section.sub_title .sub_title_box .h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 10px;
  }
  section.sub_title .sub_title_box .h2 p {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
  }
  section.sub_title .sub_title_box .p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
  }
  section.sub_title .sub_title_box .p span {
    font-weight: 700;
  }
}
@media screen and (max-width: 992px) {
  section.sub_title .sub_title_box {
    padding: 60px 30px;
  }
  section.sub_title .sub_title_box .h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
  }
  section.sub_title .sub_title_box .h2 p {
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
  }
  section.sub_title .sub_title_box .p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
  }
  section.sub_title .sub_title_box .p span {
    font-weight: 700;
  }
}
@media screen and (max-width: 576px) {
  section.sub_title .sub_title_box {
    padding: 30px 20px;
  }
  section.sub_title .sub_title_box .h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
  }
  section.sub_title .sub_title_box .h2 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }
  section.sub_title .sub_title_box .h2 br {
    display: none;
  }
  section.sub_title .sub_title_box .p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
  }
  section.sub_title .sub_title_box .p br {
    display: none;
  }
  section.sub_title .sub_title_box .p span {
    font-weight: 700;
  }
}
/*///////////서브 톱--끝/////////////*/
/*////////////////////////*/
#sub_content {
  padding-bottom: 100px;
}

/*탑 이미지*/
#visu_mobile {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 3%;
  transform: translateY(-10%);
}
#visu_mobile .mobile {
  overflow: hidden;
  position: relative;
  width: 450px;
  height: 700px;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  background-color: #d2cdc1;
}
#visu_mobile .mobile__top {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background-color: #d2cdc1;
}
#visu_mobile .mobile__top span {
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #ffffff;
}
#visu_mobile .mobile__center {
  width: 100%;
  height: calc(100% - 60px);
  background-color: #33383d;
}
#visu_mobile .mobile__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(23, 23, 24, 0.8);
}
#visu_mobile .mobile__bottom span {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(73, 76, 82, 0.7);
  background-color: rgba(31, 31, 33, 0.7);
}

@media screen and (max-width: 1500px) {
  #visu_mobile {
    right: 1%;
    transform: translateY(-10%);
  }
  #visu_mobile .mobile {
    width: 360px;
    height: 560px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  #visu_mobile .mobile__top {
    height: 60px;
    padding-left: 20px;
  }
  #visu_mobile .mobile__top span {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  #visu_mobile .mobile__center {
    height: calc(100% - 60px);
  }
  #visu_mobile .mobile__bottom {
    height: 60px;
  }
  #visu_mobile .mobile__bottom span {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(73, 76, 82, 0.7);
  }
}
@media screen and (max-width: 992px) {
  #visu_mobile {
    display: none;
  }

  #sub_content {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #sub_content {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  #sub_content {
    padding-bottom: 0;
  }
}

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