@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_content {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  background-color: #ffffff;
  /*////////////////////서브 1*/
  /*//////////////////////서브 2*/
}
#sub_content .sub_cont_one {
  padding-top: 100px;
  padding-bottom: 70px;
}
#sub_content .sub_cont_one .contOne__wrap {
  align-items: center;
  flex-direction: column;
}
#sub_content .sub_cont_one .contOne__wrap--top .tex_box {
  flex-direction: column;
  width: 60%;
}
#sub_content .sub_cont_one .contOne__wrap--top .tex_box .h2 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 400;
  line-height: 50px;
  color: #323333;
}
#sub_content .sub_cont_one .contOne__wrap--top .tex_box .h2 span {
  font-weight: 700;
}
#sub_content .sub_cont_one .contOne__wrap--top .tex_box .h5 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: #323333;
}
#sub_content .sub_cont_one .contOne__wrap--top .tex_box .h5 span {
  font-weight: 700;
}
#sub_content .sub_cont_one .contOne__wrap--top .tex_box .p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
#sub_content .sub_cont_one .contOne__wrap--top .tex_box .p span {
  font-weight: 700;
}
#sub_content .sub_cont_two .contTwo, #sub_content .full-contBox .contTwo {
  flex-direction: column;
}
#sub_content .sub_cont_two .contTwo__top, #sub_content .full-contBox .contTwo__top {
  width: 100%;
  padding: 50px 15px;
  border-top: 1px solid #c0c2d0;
  border-bottom: 1px solid #c0c2d0;
}
#sub_content .sub_cont_two .contTwo__top--left, #sub_content .full-contBox .contTwo__top--left {
  width: 200px;
  display: flex;
  align-items: center;
}
#sub_content .sub_cont_two .contTwo__top--left .title, #sub_content .full-contBox .contTwo__top--left .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #323333;
}
#sub_content .sub_cont_two .contTwo__top--left .title span.slim, #sub_content .full-contBox .contTwo__top--left .title span.slim {
  font-weight: 400;
}
#sub_content .sub_cont_two .contTwo__top--left .title span.count, #sub_content .full-contBox .contTwo__top--left .title span.count {
  padding: 5px 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #a1b210;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
#sub_content .sub_cont_two .contTwo__top--right, #sub_content .full-contBox .contTwo__top--right {
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  flex: 1;
}
#sub_content .sub_cont_two .contTwo__top--right .tags, #sub_content .full-contBox .contTwo__top--right .tags {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
#sub_content .sub_cont_two .contTwo__top--right .tags .tag_a, #sub_content .full-contBox .contTwo__top--right .tags .tag_a {
  margin: 3px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  background-color: #7e94ff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#sub_content .sub_cont_two .contTwo__top--right.full, #sub_content .full-contBox .contTwo__top--right.full {
  width: 100%;
}
#sub_content .sub_cont_two .contTwo__center, #sub_content .full-contBox .contTwo__center {
  width: 100%;
  padding: 0 15px;
}
#sub_content .sub_cont_two .contTwo__center--tex, #sub_content .full-contBox .contTwo__center--tex {
  flex-direction: column;
  /*///////////////////////////////////////////////////////*/
  /*리스트로 돌아가기 버튼*/
  /* 서치 폼 */
  /* 서치 폼 끝 */
  /*///////////////////////////////////////////////////////*/
  /*///*/
}
#sub_content .sub_cont_two .contTwo__center--tex .tex_h3, #sub_content .full-contBox .contTwo__center--tex .tex_h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #19191a;
}
#sub_content .sub_cont_two .contTwo__center--tex .tex_h3 span, #sub_content .full-contBox .contTwo__center--tex .tex_h3 span {
  font-weight: 500;
}
#sub_content .sub_cont_two .contTwo__center--tex .btn_wrap, #sub_content .full-contBox .contTwo__center--tex .btn_wrap {
  margin-top: 20px;
}
#sub_content .sub_cont_two .contTwo__center--tex .btn_wrap .est_bt, #sub_content .full-contBox .contTwo__center--tex .btn_wrap .est_bt {
  width: 200px;
  height: 45px;
  background-color: #171616;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  transition: all 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .btn_wrap .est_bt:hover, #sub_content .full-contBox .contTwo__center--tex .btn_wrap .est_bt:hover {
  background-color: #424040;
}
#sub_content .sub_cont_two .contTwo__center--tex .topBox, #sub_content .full-contBox .contTwo__center--tex .topBox {
  display: flex;
  box-sizing: border-box;
  padding: 20px 15px;
}
#sub_content .sub_cont_two .contTwo__center--tex .topBox__full, #sub_content .full-contBox .contTwo__center--tex .topBox__full {
  width: 100%;
  display: flex;
}
#sub_content .sub_cont_two .contTwo__center--tex .topBox__full--tagA, #sub_content .full-contBox .contTwo__center--tex .topBox__full--tagA {
  padding: 7px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #323333;
  border: 1px solid #afb2b3;
}
#sub_content .sub_cont_two .contTwo__center--tex .topBox__full--tagA.par_link, #sub_content .full-contBox .contTwo__center--tex .topBox__full--tagA.par_link {
  background-color: #323333;
  color: #ffffff;
}
#sub_content .sub_cont_two .contTwo__center--tex .topBox__full--tagA.active, #sub_content .full-contBox .contTwo__center--tex .topBox__full--tagA.active {
  background-color: #323333;
  color: #ffffff;
  border: 1px solid #323333;
}
#sub_content .sub_cont_two .contTwo__center--tex .topBox__full .tex_h3, #sub_content .full-contBox .contTwo__center--tex .topBox__full .tex_h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #323333;
}
#sub_content .sub_cont_two .contTwo__center--tex .topBox__full .tex_p, #sub_content .full-contBox .contTwo__center--tex .topBox__full .tex_p {
  margin-left: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
#sub_content .sub_cont_two .contTwo__center--tex .back-box, #sub_content .full-contBox .contTwo__center--tex .back-box {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
}
#sub_content .sub_cont_two .contTwo__center--tex .back-box .back_bt, #sub_content .full-contBox .contTwo__center--tex .back-box .back_bt {
  padding: 5px 35px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  background-color: #3169a1;
  color: #ffffff;
}
#sub_content .sub_cont_two .contTwo__center--tex .search-box, #sub_content .full-contBox .contTwo__center--tex .search-box {
  margin-top: 30px;
}
#sub_content .sub_cont_two .contTwo__center--tex .search-box form, #sub_content .full-contBox .contTwo__center--tex .search-box form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  width: 100%;
  padding: 0;
}
#sub_content .sub_cont_two .contTwo__center--tex .search-box form span, #sub_content .full-contBox .contTwo__center--tex .search-box form span {
  position: relative;
  overflow: hidden;
}
#sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form {
  position: relative;
  z-index: 0;
  display: flex;
  padding: 0 10px;
  width: 250px;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  background-color: transparent;
  border: 1px solid #afb2b3;
  outline: none;
}
#sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form:focus, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form:focus {
  color: #323333;
  border: 1px solid #2bbabe;
}
#sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form:focus + label, #sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form:active + label, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form:focus + label, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form:active + label {
  transform: translateX(0);
  color: #323333;
}
#sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form::-webkit-input-placeholder, #sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form::-webkit-input-placeholder, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form::-webkit-input-placeholder, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form::-webkit-input-placeholder {
  font-size: 12px;
  color: white;
}
#sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form + label, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form + label {
  position: absolute;
  z-index: -1;
  padding-left: 20px;
  display: inline-block;
  line-height: 45px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2bbabe;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .search-box form span input::-webkit-input-placeholder, #sub_content .full-contBox .contTwo__center--tex .search-box form span input::-webkit-input-placeholder {
  font-size: 12px;
  color: white;
}
#sub_content .sub_cont_two .contTwo__center--tex .search-box form button.search-btn, #sub_content .full-contBox .contTwo__center--tex .search-box form button.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  font-size: 14px;
  font-weight: 300;
  color: white;
  background-color: #222222;
  border: none;
  outline: none;
  cursor: pointer;
}
#sub_content .sub_cont_two .contTwo__center--tex .search-box form button.search-btn:hover, #sub_content .full-contBox .contTwo__center--tex .search-box form button.search-btn:hover {
  background-color: black;
}
@media screen and (max-width: 768px) {
  #sub_content .sub_cont_two .contTwo__center--tex .search-box, #sub_content .full-contBox .contTwo__center--tex .search-box {
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 20px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form {
    position: relative;
    z-index: 0;
    display: flex;
    padding: 0 10px;
    width: 170px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    background-color: transparent;
    border: 1px solid #afb2b3;
    outline: none;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form:focus, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form:focus {
    color: #323333;
    border: 1px solid #2bbabe;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form:focus + label, #sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form:active + label, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form:focus + label, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form:active + label {
    transform: translateX(0);
    color: #323333;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form::-webkit-input-placeholder, #sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form::-webkit-input-placeholder, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form::-webkit-input-placeholder, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form::-webkit-input-placeholder {
    font-size: 12px;
    color: white;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .search-box form span input.search-form + label, #sub_content .full-contBox .contTwo__center--tex .search-box form span input.search-form + label {
    position: absolute;
    z-index: -1;
    padding-left: 20px;
    display: inline-block;
    line-height: 45px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2bbabe;
    transform: translateX(-100%);
    transition: all 0.5s ease;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .search-box form span input::-webkit-input-placeholder, #sub_content .full-contBox .contTwo__center--tex .search-box form span input::-webkit-input-placeholder {
    font-size: 12px;
    color: white;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .search-box form button.search-btn, #sub_content .full-contBox .contTwo__center--tex .search-box form button.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 35px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    background-color: #222222;
    border: none;
    outline: none;
    cursor: pointer;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .search-box form button.search-btn:hover, #sub_content .full-contBox .contTwo__center--tex .search-box form button.search-btn:hover {
    background-color: black;
  }
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box {
  width: 100%;
  margin-top: 30px;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 14px);
  background-color: #fff;
  margin-right: 21px;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  border: 1px solid #d8dce3;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(3n), #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(3n) {
  margin-right: 0;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img--link, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img--link {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  transition: all 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img--link a, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img--link a {
  cursor: pointer;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img--link a img, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img--link a img {
  width: 66.6px;
  height: 66.6px;
  margin: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img--link a img:hover, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img--link a img:hover {
  opacity: 0.7;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag .img, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag .img {
  position: absolute;
  width: 100%;
  height: auto;
  transform: translateY(0px);
  transition: all 1s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag:hover .img, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag:hover .img {
  transform: translateY(calc(-100% + 300px));
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag:hover .img.cont, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag:hover .img.cont {
  transform: translateY(calc(0% + 0px));
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img.thum-over .timag, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img.thum-over .timag {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img.thum-over .thumbBox__img--link, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img.thum-over .thumbBox__img--link {
  background-color: rgba(70, 13, 41, 0.85);
  opacity: 1;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 270px;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb .timag, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb .timag {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb .timag .img, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb .timag .img {
  position: relative;
  width: 100%;
  height: auto;
  transform: none;
  transition: none;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb .timag:hover .img, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb .timag:hover .img {
  transform: none;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb .timag:hover .img.cont, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb .timag:hover .img.cont {
  transform: none;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb.thum-over .timag, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb.thum-over .timag {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb.thum-over .thumbBox__img--link, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb.thum-over .thumbBox__img--link {
  background-color: rgba(70, 13, 41, 0.85);
  opacity: 1;
}
@media screen and (max-width: 576px) {
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img#sub_thumb {
    height: 200px;
  }
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--left, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--left {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--left .h4, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--left .h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #323333;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--left .p, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--left .p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--right, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--right {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--right a, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--right a {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  cursor: pointer;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--right a.site_bt, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--right a.site_bt {
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  color: #ffffff;
  background-color: #484a4d;
  padding: 5px 15px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--right a.sian_bt, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--right a.sian_bt {
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  color: #ffffff;
  background-color: #2188c0;
  padding: 8px 25px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--right a.what-bt, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--right a.what-bt {
  position: relative;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #afb2b3;
  cursor: pointer;
  transition: all 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--right a.what-bt:hover, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__tex--right a.what-bt:hover {
  background-color: #691A42;
  border: 1px solid #691A42;
  color: #ffffff;
}
@media screen and (min-width: 2000px) {
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox {
    width: calc(25% - 14px);
    margin-right: 18.6666666667px;
    margin-bottom: 30px;
    padding: 30px 30px 10px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(3n), #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(3n) {
    margin-right: 18.6666666667px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(4n), #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1500px) {
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 30px;
    padding: 30px 30px 10px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(3n), #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(3n) {
    margin-right: 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(4n), #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(4n) {
    margin-right: 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 30px;
    padding: 30px 30px 10px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(3n), #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(3n) {
    margin-right: 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(4n), #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(4n) {
    margin-right: 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 992px) {
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px 15px 10px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(3n), #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(3n) {
    margin-right: 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(4n), #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(4n) {
    margin-right: 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px 15px 10px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(3n), #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(3n) {
    margin-right: 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(4n), #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox:nth-of-type(4n) {
    margin-right: 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 1500px) {
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box {
    width: 100%;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 992px) {
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box {
    box-sizing: border-box;
    padding-left: 15px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .mid_tcon_box ul, #sub_content .full-contBox .contTwo__center--tex .mid_tcon_box ul {
    justify-content: space-between;
  }
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box, #sub_content .full-contBox .contTwo__center--tex .list-nav-box {
  width: 60%;
  margin-top: 30px;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul, #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul li, #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 2px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul li.pre, #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul li.pre {
  background-color: #4b4c4d;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul li.pre:hover, #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul li.pre:hover {
  background-color: #7d7f80;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul li.pre span, #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul li.pre span {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #fff;
  left: 30%;
  transform-origin: center;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul li.pre span:nth-of-type(1), #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul li.pre span:nth-of-type(1) {
  transform: rotate(-45deg);
  margin-top: -3px;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul li.pre span:nth-of-type(2), #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul li.pre span:nth-of-type(2) {
  transform: rotate(45deg);
  margin-top: 3px;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul li.num:hover, #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul li.num:hover {
  background-color: #edf3f1;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul li.nex, #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul li.nex {
  background-color: #4b4c4d;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul li.nex:hover, #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul li.nex:hover {
  background-color: #7d7f80;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul li.nex span, #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul li.nex span {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #fff;
  left: 35%;
  transform-origin: center;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul li.nex span:nth-of-type(1), #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul li.nex span:nth-of-type(1) {
  transform: rotate(45deg);
  margin-top: -3px;
}
#sub_content .sub_cont_two .contTwo__center--tex .list-nav-box ul.lisinav-ul li.nex span:nth-of-type(2), #sub_content .full-contBox .contTwo__center--tex .list-nav-box ul.lisinav-ul li.nex span:nth-of-type(2) {
  transform: rotate(-45deg);
  margin-top: 3px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox, #sub_content .full-contBox .contTwo__center--tex .full-contBox {
  position: relative;
  display: flex;
  width: 100%;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox {
  flex-direction: column;
  width: 100%;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .tit-box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .tit-box {
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 10px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .tit-box h1, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .tit-box h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  color: #4b4c4d;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .tit-box p, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .tit-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #4b4c4d;
  margin-top: 10px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source {
  width: 100%;
  flex-direction: column;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*텝 버튼*/
  /* 서치 폼 */
  /* 서치 폼 끝 */
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box {
  display: flex;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box .tab_bt_box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box .tab_bt_box {
  padding: 0 20px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box .tab_bt_box a.tab_a, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box .tab_bt_box a.tab_a {
  padding: 10px 20px;
  background-color: #7ba3ff;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  transition: all 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box .tab_bt_box a.tab_a.active, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box .tab_bt_box a.tab_a.active {
  background-color: #293652;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box .tab_bt_box a.tab_a:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box .tab_bt_box a.tab_a:hover {
  background-color: #ff7ba9;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row nowrap;
  padding: 0;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span {
  position: relative;
  overflow: hidden;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span input.search-form, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span input.search-form {
  position: relative;
  z-index: 0;
  display: flex;
  padding: 0 10px;
  width: 250px;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  background-color: transparent;
  border: 1px solid #afb2b3;
  outline: none;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span input.search-form + label, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span input.search-form + label {
  position: absolute;
  z-index: -1;
  padding-left: 20px;
  display: inline-block;
  line-height: 45px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2bbabe;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span input::-webkit-input-placeholder, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span input::-webkit-input-placeholder {
  font-size: 12px;
  color: white;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form button.search-btn, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form button.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  font-size: 14px;
  font-weight: 300;
  color: white;
  background-color: #4b4c4d;
  border: none;
  outline: none;
  cursor: pointer;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form button.search-btn:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form button.search-btn:hover {
  background-color: #646566;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .btn_bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .btn_bx {
  width: 100%;
  display: flex;
  justify-content: center;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .btn_bx a.manual_list, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .btn_bx a.manual_list {
  padding: 8px 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #ffffff;
  background-color: #744066;
  transition: background-color 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .btn_bx a.manual_list:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .btn_bx a.manual_list:hover {
  background-color: #4c0e2e;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box {
  width: 100%;
  margin-top: 40px;
  padding: 0 10px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(33.3333333333% - 10px);
  background-color: #fff;
  margin-bottom: 15px;
  padding: 20px 20px 25px;
  border: 1px solid #edf3f1;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx:nth-of-type(4n), #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx:nth-of-type(4n) {
  margin-right: 0;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx h3, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #323333;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .sample_imgBox, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .sample_imgBox {
  width: 100%;
  height: 200px;
  margin: 10px 0 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box {
  margin-top: 20px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link, #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  transition: background-color 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link:hover, #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link:hover {
  background-color: #691A42;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link {
  background-color: #7680c4;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link {
  background-color: #b1c476;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .p, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .p {
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  color: #567aaf;
  width: 100%;
  text-align: center;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx p, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx p {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  color: #4b4c4d;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx a.manual_link, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx a.manual_link {
  padding: 5px 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #ffffff;
  background-color: #797277;
  margin-top: 20px;
  transition: background-color 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx a.manual_link:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx a.manual_link:hover {
  background-color: #691A42;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .search_topBox, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .search_topBox {
  width: 100%;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .search_topBox .searchBox, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .search_topBox .searchBox {
  width: 100%;
  display: flex;
  padding: 10px 20px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .search_topBox .searchBox .tex_h3, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .search_topBox .searchBox .tex_h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #6986ad;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .search_topBox .searchBox .tex_p, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .search_topBox .searchBox .tex_p {
  margin-left: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box {
  display: flex;
  flex-direction: column;
  padding: 0 10px 0;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box.no_search, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box.no_search {
  margin-top: 30px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  /* 서치 폼 */
  /* 서치 폼 끝 */
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box p, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #4b4c4d;
  padding-left: 15px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box p span, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box p span {
  font-weight: 400;
  margin: 0 3px;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box {
  display: flex;
  justify-content: center;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row nowrap;
  padding: 0;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form span, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form span {
  position: relative;
  overflow: hidden;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form span input.search-form, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form span input.search-form {
  position: relative;
  z-index: 0;
  display: flex;
  padding: 0 10px;
  width: 250px;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  background-color: transparent;
  border: 1px solid #afb2b3;
  outline: none;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form span input.search-form + label, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form span input.search-form + label {
  position: absolute;
  z-index: -1;
  padding-left: 20px;
  display: inline-block;
  line-height: 45px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2bbabe;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form span input::-webkit-input-placeholder, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form span input::-webkit-input-placeholder {
  font-size: 12px;
  color: white;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form button.search-btn, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form button.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  font-size: 14px;
  font-weight: 300;
  color: white;
  background-color: #4b4c4d;
  border: none;
  outline: none;
  cursor: pointer;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form button.search-btn:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form button.search-btn:hover {
  background-color: #646566;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .write_bt, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .write_bt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  font-size: 14px;
  font-weight: 300;
  color: white;
  background-color: #4b4c4d;
  border: none;
  outline: none;
  cursor: pointer;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .write_bt:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .write_bt:hover {
  background-color: #646566;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #6f7471;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li {
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #F5F3EDFF;
  cursor: pointer;
  transition: all 0.5s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .notice_bt, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .notice_bt {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 25px;
  background-color: #81b151;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .num-bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .num-bx {
  z-index: 10;
  width: 5%;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  transition: all 0.2s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .tit-bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .tit-bx {
  z-index: 10;
  width: 75%;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  transition: all 0.2s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .tit-bx .secret_bt, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .tit-bx .secret_bt {
  margin-left: 10px;
  padding: 3px 10px;
  background-color: #5175b1;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  color: #ffffff;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .tit-bx .notice_bt, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .tit-bx .notice_bt {
  margin-right: 10px;
  padding: 3px 10px;
  background-color: #81b151;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  color: #ffffff;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .write-bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .write-bx {
  z-index: 15;
  width: 15%;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  text-align: center;
  color: #4b4c4d;
  transition: all 0.2s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .date-bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .date-bx {
  z-index: 10;
  width: 15%;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  text-align: center;
  color: #4b4c4d;
  transition: all 0.2s ease;
}
#sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .re-bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .re-bx {
  z-index: 10;
  width: 5%;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  text-align: center;
  color: #4b4c4d;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .tit-box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .tit-box {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .tit-box h1, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .tit-box h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .tit-box p, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap {
    /*텝 버튼*/
    /* 서치 폼 */
    /* 서치 폼 끝 */
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box .tab_bt_box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box .tab_bt_box {
    padding: 0 20px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box .tab_bt_box a.tab_a, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .tab_box .tab_bt_box a.tab_a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box {
    padding-bottom: 30px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span input.search-form, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span input.search-form {
    display: flex;
    padding: 0 10px;
    width: 250px;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    background-color: transparent;
    border: 1px solid #afb2b3;
    outline: none;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span input.search-form + label, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span input.search-form + label {
    position: absolute;
    z-index: -1;
    padding-left: 20px;
    display: inline-block;
    line-height: 45px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2bbabe;
    transform: translateX(-100%);
    transition: all 0.5s ease;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span input::-webkit-input-placeholder, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form span input::-webkit-input-placeholder {
    font-size: 12px;
    color: white;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form button.search-btn, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form button.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    background-color: #4b4c4d;
    border: none;
    outline: none;
    cursor: pointer;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form button.search-btn:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .search-box form button.search-btn:hover {
    background-color: #646566;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .btn_bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .btn_bx {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .btn_bx a.manual_list, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .btn_bx a.manual_list {
    padding: 8px 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #ffffff;
    background-color: #744066;
    transition: background-color 0.5s ease;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .btn_bx a.manual_list:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .btn_bx a.manual_list:hover {
    background-color: #4c0e2e;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box {
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(33.3333333333% - 10px);
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px 20px 25px;
    border: 1px solid #edf3f1;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx:nth-of-type(4n), #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx:nth-of-type(4n) {
    margin-right: 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx h3, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #323333;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .sample_imgBox, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .sample_imgBox {
    width: 100%;
    height: 200px;
    margin: 10px 0 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box {
    margin-top: 20px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link, #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    transition: background-color 0.5s ease;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link:hover, #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link:hover {
    background-color: #691A42;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link {
    background-color: #7680c4;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link {
    background-color: #b1c476;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .p, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx .p {
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
    color: #567aaf;
    width: 100%;
    text-align: center;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx p, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    color: #4b4c4d;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx a.manual_link, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx a.manual_link {
    padding: 5px 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #ffffff;
    background-color: #797277;
    margin-top: 20px;
    transition: background-color 0.5s ease;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx a.manual_link:hover, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .source-sec .source__wrap .mib-bntop-box ul .mbn-bx a.manual_link:hover {
    background-color: #691A42;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .search_topBox, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .search_topBox {
    width: 100%;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .search_topBox .searchBox, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .search_topBox .searchBox {
    width: 100%;
    display: flex;
    padding: 10px 20px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .search_topBox .searchBox .tex_h3, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .search_topBox .searchBox .tex_h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #6986ad;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .search_topBox .searchBox .tex_p, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .search_topBox .searchBox .tex_p {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box {
    display: flex;
    flex-direction: column;
    padding: 0 10px 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box.no_search, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box.no_search {
    margin-top: 30px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box {
    height: auto;
    flex-wrap: wrap;
    /* 서치 폼 */
    /* 서치 폼 끝 */
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box p, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 15px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box p span, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box p span {
    font-weight: 400;
    margin: 0 3px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form span input.search-form, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form span input.search-form {
    padding: 0 10px;
    width: 250px;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form span input.search-form + label, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form span input.search-form + label {
    padding-left: 15px;
    line-height: 45px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form button.search-btn, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .search-box form button.search-btn {
    width: 150px;
    height: 45px;
    font-size: 14px;
    font-weight: 300;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .write_bt, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-top-box .write_bt {
    width: 150px;
    height: 45px;
    font-size: 14px;
    font-weight: 300;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li {
    padding: 20px 0;
    height: auto;
    flex-wrap: wrap;
    border-bottom: 1px solid #d9d6cf;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .num-bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .num-bx {
    width: 10%;
    padding-bottom: 15px;
    border-bottom: 1px solid #F5F3EDFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .tit-bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .tit-bx {
    width: 90%;
    padding-bottom: 15px;
    border-bottom: 1px solid #F5F3EDFF;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .write-bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .write-bx {
    width: 50%;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .date-bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .date-bx {
    width: 50%;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .re-bx, #sub_content .full-contBox .contTwo__center--tex .full-contBox .contBox .list-box .list-ul .list-li .re-bx {
    width: 40%;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

@media screen and (max-width: 1200px) {
  #sub_content {
    padding-left: 0;
    /*////////////////////서브 1*/
    /*//////////////////////서브 2*/
  }
  #sub_content .sub_cont_one {
    padding-top: 100px;
    padding-left: 0;
    padding-bottom: 50px;
  }
  #sub_content .sub_cont_one .contOne__wrap {
    padding: 0 15px;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box {
    width: 60%;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h2 {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 400;
    line-height: 50px;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h2 span {
    font-weight: 700;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h5 {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h5 span {
    font-weight: 700;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .p span {
    font-weight: 700;
  }
  #sub_content .sub_cont_two .contTwo__top {
    padding: 30px 15px;
  }
  #sub_content .sub_cont_two .contTwo__top--title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
  #sub_content .sub_cont_two .contTwo__top--title span.slim {
    font-weight: 400;
  }
  #sub_content .sub_cont_two .contTwo__top--title span.count {
    padding: 5px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 16px;
    font-weight: 400;
  }
  #sub_content .sub_cont_two .contTwo__center {
    width: 100%;
    padding: 0 20px 50px 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex {
    flex-direction: column;
    /*///////////////////////////////////////////////////////*/
  }
  #sub_content .sub_cont_two .contTwo__center--tex .tex_h3 {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .tex_h3 span {
    font-weight: 500;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .btn_wrap {
    margin-top: 20px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .btn_wrap .est_bt {
    width: 200px;
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .topBox__full {
    width: 100%;
    display: flex;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .topBox__full--tagA {
    padding: 7px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .topBox__full .tex_h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .topBox__full .tex_p {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  #main {
    padding-bottom: 0;
  }

  #sub_content {
    padding-left: 0;
    /*////////////////////서브 1*/
    /*//////////////////////서브 2*/
  }
  #sub_content .sub_cont_one {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  #sub_content .sub_cont_one .contOne__wrap {
    padding: 0 15px;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box {
    width: 100%;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h2 span {
    font-weight: 700;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h5 span {
    font-weight: 700;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .p span {
    font-weight: 700;
  }
  #sub_content .sub_cont_two .contTwo__top {
    width: 100%;
    padding: 30px 15px;
  }
  #sub_content .sub_cont_two .contTwo__top--title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
  #sub_content .sub_cont_two .contTwo__top--title span.slim {
    font-weight: 400;
  }
  #sub_content .sub_cont_two .contTwo__top--title span.count {
    padding: 5px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 16px;
    font-weight: 400;
  }
  #sub_content .sub_cont_two .contTwo__center {
    width: 100%;
    padding: 0 20px 50px 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex {
    flex-direction: column;
    /*///////////////////////////////////////////////////////*/
  }
  #sub_content .sub_cont_two .contTwo__center--tex .tex_h3 {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .tex_h3 span {
    font-weight: 500;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .btn_wrap {
    margin-top: 20px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .btn_wrap .est_bt {
    width: 200px;
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .topBox__full {
    width: 100%;
    display: flex;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .topBox__full--tagA {
    padding: 7px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .topBox__full .tex_h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .topBox__full .tex_p {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #main {
    padding-bottom: 20px;
  }

  #sub_content {
    padding-left: 0;
    /*////////////////////서브 1*/
    /*//////////////////////서브 2*/
  }
  #sub_content .sub_cont_one {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  #sub_content .sub_cont_one .contOne__wrap {
    padding: 0 15px;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box {
    width: 100%;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h2 span {
    font-weight: 700;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h5 br {
    display: none;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .h5 span {
    font-weight: 700;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }
  #sub_content .sub_cont_one .contOne__wrap--top .tex_box .p span {
    font-weight: 700;
  }
  #sub_content .sub_cont_two .contTwo__top {
    padding: 30px 15px;
  }
  #sub_content .sub_cont_two .contTwo__top--title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  #sub_content .sub_cont_two .contTwo__top--title span.slim {
    font-weight: 400;
  }
  #sub_content .sub_cont_two .contTwo__top--title span.count {
    padding: 5px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 14px;
    font-weight: 400;
  }
  #sub_content .sub_cont_two .contTwo__center {
    width: 100%;
    padding: 0 20px 50px 0;
  }
  #sub_content .sub_cont_two .contTwo__center--tex {
    flex-direction: column;
    /*///////////////////////////////////////////////////////*/
  }
  #sub_content .sub_cont_two .contTwo__center--tex .tex_h3 {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .tex_h3 span {
    font-weight: 500;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .btn_wrap {
    margin-top: 20px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .btn_wrap .est_bt {
    width: 200px;
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .topBox__full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .topBox__full--tagA {
    padding: 7px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .topBox__full .tex_h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  #sub_content .sub_cont_two .contTwo__center--tex .topBox__full .tex_p {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }
}
/*서브 콘텐츠 1*/
/*메인 샘플코드*/
.free-sec {
  padding-top: 70px;
  padding-bottom: 0;
}
.free-sec .free {
  width: 100%;
  flex-direction: column;
}
.free-sec .free__wrap {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*텝 버튼*/
  /* 서치 폼 */
  /* 서치 폼 끝 */
}
.free-sec .free__wrap h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 30px;
  color: #323333;
  text-align: center;
  margin-bottom: 15px;
}
.free-sec .free__wrap p.tit_p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #4b4c4d;
  text-align: center;
  margin-bottom: 30px;
}
.free-sec .free__wrap .tab_box {
  display: flex;
  justify-content: center;
}
.free-sec .free__wrap .tab_box .tab_bt_box {
  padding: 0 20px;
}
.free-sec .free__wrap .tab_box .tab_bt_box a.tab_a {
  padding: 10px 20px;
  background-color: #7ba3ff;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  transition: all 0.5s ease;
}
.free-sec .free__wrap .tab_box .tab_bt_box a.tab_a.active {
  background-color: #293652;
}
.free-sec .free__wrap .tab_box .tab_bt_box a.tab_a:hover {
  background-color: #ff7ba9;
}
.free-sec .free__wrap .search-box {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.free-sec .free__wrap .search-box form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row nowrap;
  padding: 0;
}
.free-sec .free__wrap .search-box form span {
  position: relative;
  overflow: hidden;
}
.free-sec .free__wrap .search-box form span input.search-form {
  position: relative;
  z-index: 0;
  display: flex;
  padding: 0 10px;
  width: 250px;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  background-color: transparent;
  border: 1px solid #afb2b3;
  outline: none;
}
.free-sec .free__wrap .search-box form span input.search-form + label {
  position: absolute;
  z-index: -1;
  padding-left: 20px;
  display: inline-block;
  line-height: 45px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2bbabe;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
.free-sec .free__wrap .search-box form span input::-webkit-input-placeholder {
  font-size: 12px;
  color: white;
}
.free-sec .free__wrap .search-box form button.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  font-size: 14px;
  font-weight: 300;
  color: white;
  background-color: #4b4c4d;
  border: none;
  outline: none;
  cursor: pointer;
}
.free-sec .free__wrap .search-box form button.search-btn:hover {
  background-color: #646566;
}
.free-sec .free__wrap .btn_bx {
  width: 100%;
  display: flex;
  justify-content: center;
}
.free-sec .free__wrap .btn_bx a.manual_list {
  padding: 8px 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #ffffff;
  background-color: #bb436f;
  transition: background-color 0.5s ease;
}
.free-sec .free__wrap .btn_bx a.manual_list:hover {
  background-color: #852b59;
}
.free-sec .free__wrap .mib-bntop-box {
  width: 100%;
  margin-top: 40px;
  padding: 0 10px;
}
.free-sec .free__wrap .mib-bntop-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.free-sec .free__wrap .mib-bntop-box ul .mbn-bx {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 20px;
  width: calc(25% - 20px);
  margin-bottom: 30px;
  border: 5px solid #faf8f8;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.free-sec .free__wrap .mib-bntop-box ul .mbn-bx h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #323333;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.free-sec .free__wrap .mib-bntop-box ul .mbn-bx .sample_imgBox {
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box {
  margin-top: 20px;
}
.free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link, .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  transition: background-color 0.5s ease;
}
.free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link:hover, .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link:hover {
  background-color: #691A42;
}
.free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link {
  background-color: #7680c4;
}
.free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link {
  background-color: #b1c476;
}
.free-sec .free__wrap .mib-bntop-box ul .mbn-bx .p {
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  color: #567aaf;
  width: 100%;
  text-align: center;
}
.free-sec .free__wrap .mib-bntop-box ul .mbn-bx p {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  color: #4b4c4d;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.free-sec .free__wrap .mib-bntop-box ul .mbn-bx a.manual_link {
  padding: 5px 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #ffffff;
  background-color: #797277;
  margin-top: 20px;
  transition: background-color 0.5s ease;
}
.free-sec .free__wrap .mib-bntop-box ul .mbn-bx a.manual_link:hover {
  background-color: #691A42;
}

@media screen and (max-width: 1500px) {
  .free-sec {
    padding: 70px 10px;
  }
  .free-sec .free__wrap {
    /*텝 버튼*/
    /* 서치 폼 */
    /* 서치 폼 끝 */
  }
  .free-sec .free__wrap h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .free-sec .free__wrap p.tit_p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .free-sec .free__wrap .tab_box .tab_bt_box {
    padding: 0 20px;
  }
  .free-sec .free__wrap .tab_box .tab_bt_box a.tab_a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
  }
  .free-sec .free__wrap .search-box {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  .free-sec .free__wrap .search-box form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row nowrap;
    padding: 0;
  }
  .free-sec .free__wrap .search-box form span {
    position: relative;
    overflow: hidden;
  }
  .free-sec .free__wrap .search-box form span input.search-form {
    position: relative;
    z-index: 0;
    display: flex;
    padding: 0 10px;
    width: 250px;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    background-color: transparent;
    border: 1px solid #afb2b3;
    outline: none;
  }
  .free-sec .free__wrap .search-box form span input.search-form + label {
    position: absolute;
    z-index: -1;
    padding-left: 20px;
    display: inline-block;
    line-height: 45px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2bbabe;
    transform: translateX(-100%);
    transition: all 0.5s ease;
  }
  .free-sec .free__wrap .search-box form span input::-webkit-input-placeholder {
    font-size: 12px;
    color: white;
  }
  .free-sec .free__wrap .search-box form button.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    background-color: #4b4c4d;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .free-sec .free__wrap .search-box form button.search-btn:hover {
    background-color: #646566;
  }
  .free-sec .free__wrap .btn_bx a.manual_list {
    padding: 8px 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }
  .free-sec .free__wrap .mib-bntop-box {
    margin-top: 40px;
    padding: 0 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 30px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .sample_imgBox {
    height: 200px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box {
    margin-top: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link, .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .p {
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx a.manual_link {
    padding: 5px 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .free-sec {
    padding: 70px 10px;
  }
  .free-sec .free__wrap {
    /*텝 버튼*/
    /* 서치 폼 */
    /* 서치 폼 끝 */
  }
  .free-sec .free__wrap h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .free-sec .free__wrap p.tit_p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .free-sec .free__wrap .tab_box .tab_bt_box {
    padding: 0 20px;
  }
  .free-sec .free__wrap .tab_box .tab_bt_box a.tab_a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
  }
  .free-sec .free__wrap .search-box {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  .free-sec .free__wrap .search-box form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row nowrap;
    padding: 0;
  }
  .free-sec .free__wrap .search-box form span {
    position: relative;
    overflow: hidden;
  }
  .free-sec .free__wrap .search-box form span input.search-form {
    position: relative;
    z-index: 0;
    display: flex;
    padding: 0 10px;
    width: 250px;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    background-color: transparent;
    border: 1px solid #afb2b3;
    outline: none;
  }
  .free-sec .free__wrap .search-box form span input.search-form + label {
    position: absolute;
    z-index: -1;
    padding-left: 20px;
    display: inline-block;
    line-height: 45px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2bbabe;
    transform: translateX(-100%);
    transition: all 0.5s ease;
  }
  .free-sec .free__wrap .search-box form span input::-webkit-input-placeholder {
    font-size: 12px;
    color: white;
  }
  .free-sec .free__wrap .search-box form button.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    background-color: #4b4c4d;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .free-sec .free__wrap .search-box form button.search-btn:hover {
    background-color: #646566;
  }
  .free-sec .free__wrap .btn_bx a.manual_list {
    padding: 8px 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }
  .free-sec .free__wrap .mib-bntop-box {
    margin-top: 40px;
    padding: 0 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 30px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .sample_imgBox {
    height: 160px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box {
    margin-top: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link, .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .p {
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx a.manual_link {
    padding: 5px 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .free-sec {
    padding: 70px 10px;
  }
  .free-sec .free__wrap {
    /*텝 버튼*/
    /* 서치 폼 */
    /* 서치 폼 끝 */
  }
  .free-sec .free__wrap h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .free-sec .free__wrap p.tit_p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .free-sec .free__wrap .tab_box .tab_bt_box {
    padding: 0 20px;
  }
  .free-sec .free__wrap .tab_box .tab_bt_box a.tab_a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
  }
  .free-sec .free__wrap .search-box {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  .free-sec .free__wrap .search-box form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row nowrap;
    padding: 0;
  }
  .free-sec .free__wrap .search-box form span {
    position: relative;
    overflow: hidden;
  }
  .free-sec .free__wrap .search-box form span input.search-form {
    position: relative;
    z-index: 0;
    display: flex;
    padding: 0 10px;
    width: 250px;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    background-color: transparent;
    border: 1px solid #afb2b3;
    outline: none;
  }
  .free-sec .free__wrap .search-box form span input.search-form + label {
    position: absolute;
    z-index: -1;
    padding-left: 20px;
    display: inline-block;
    line-height: 45px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2bbabe;
    transform: translateX(-100%);
    transition: all 0.5s ease;
  }
  .free-sec .free__wrap .search-box form span input::-webkit-input-placeholder {
    font-size: 12px;
    color: white;
  }
  .free-sec .free__wrap .search-box form button.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    background-color: #4b4c4d;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .free-sec .free__wrap .search-box form button.search-btn:hover {
    background-color: #646566;
  }
  .free-sec .free__wrap .btn_bx a.manual_list {
    padding: 8px 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }
  .free-sec .free__wrap .mib-bntop-box {
    margin-top: 40px;
    padding: 0 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul {
    justify-content: space-between;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .sample_imgBox {
    height: 180px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box {
    margin-top: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link, .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .p {
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx a.manual_link {
    padding: 5px 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .free-sec {
    padding: 70px 10px;
  }
  .free-sec .free__wrap {
    /*텝 버튼*/
    /* 서치 폼 */
    /* 서치 폼 끝 */
  }
  .free-sec .free__wrap h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .free-sec .free__wrap p.tit_p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .free-sec .free__wrap .tab_box .tab_bt_box {
    padding: 0 20px;
  }
  .free-sec .free__wrap .tab_box .tab_bt_box a.tab_a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
  }
  .free-sec .free__wrap .search-box {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  .free-sec .free__wrap .search-box form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row nowrap;
    padding: 0;
  }
  .free-sec .free__wrap .search-box form span {
    position: relative;
    overflow: hidden;
  }
  .free-sec .free__wrap .search-box form span input.search-form {
    position: relative;
    z-index: 0;
    display: flex;
    padding: 0 10px;
    width: 250px;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    background-color: transparent;
    border: 1px solid #afb2b3;
    outline: none;
  }
  .free-sec .free__wrap .search-box form span input.search-form + label {
    position: absolute;
    z-index: -1;
    padding-left: 20px;
    display: inline-block;
    line-height: 45px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2bbabe;
    transform: translateX(-100%);
    transition: all 0.5s ease;
  }
  .free-sec .free__wrap .search-box form span input::-webkit-input-placeholder {
    font-size: 12px;
    color: white;
  }
  .free-sec .free__wrap .search-box form button.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    background-color: #4b4c4d;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .free-sec .free__wrap .search-box form button.search-btn:hover {
    background-color: #646566;
  }
  .free-sec .free__wrap .btn_bx a.manual_list {
    padding: 8px 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }
  .free-sec .free__wrap .mib-bntop-box {
    margin-top: 40px;
    padding: 0 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul {
    justify-content: space-between;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx {
    width: 100%;
    margin-bottom: 30px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .sample_imgBox {
    height: 180px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box {
    margin-top: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link, .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .p {
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx a.manual_link {
    padding: 5px 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .free-sec {
    padding: 50px 10px;
  }
  .free-sec .free__wrap {
    /*텝 버튼*/
    /* 서치 폼 */
    /* 서치 폼 끝 */
  }
  .free-sec .free__wrap h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .free-sec .free__wrap p.tit_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .free-sec .free__wrap p.tit_p br {
    display: none;
  }
  .free-sec .free__wrap .tab_box .tab_bt_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .free-sec .free__wrap .tab_box .tab_bt_box a.tab_a {
    margin: 2px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .free-sec .free__wrap .search-box {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  .free-sec .free__wrap .search-box form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row nowrap;
    padding: 0;
  }
  .free-sec .free__wrap .search-box form span {
    position: relative;
    overflow: hidden;
  }
  .free-sec .free__wrap .search-box form span input.search-form {
    position: relative;
    z-index: 0;
    display: flex;
    padding: 0 10px;
    width: 250px;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    background-color: transparent;
    border: 1px solid #afb2b3;
    outline: none;
  }
  .free-sec .free__wrap .search-box form span input.search-form + label {
    position: absolute;
    z-index: -1;
    padding-left: 20px;
    display: inline-block;
    line-height: 45px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2bbabe;
    transform: translateX(-100%);
    transition: all 0.5s ease;
  }
  .free-sec .free__wrap .search-box form span input::-webkit-input-placeholder {
    font-size: 12px;
    color: white;
  }
  .free-sec .free__wrap .search-box form button.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    background-color: #4b4c4d;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .free-sec .free__wrap .search-box form button.search-btn:hover {
    background-color: #646566;
  }
  .free-sec .free__wrap .btn_bx a.manual_list {
    padding: 8px 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }
  .free-sec .free__wrap .mib-bntop-box {
    margin-top: 40px;
    padding: 0 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul {
    justify-content: space-between;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx {
    width: 100%;
    margin-bottom: 30px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .sample_imgBox {
    height: 180px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box {
    margin-top: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .cSamp_link, .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .view_bt_box .dSamp_link {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx .p {
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 20px;
  }
  .free-sec .free__wrap .mib-bntop-box ul .mbn-bx a.manual_link {
    padding: 5px 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 20px;
  }

  #sub_content .sub_cont_two .contTwo__center {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
/*////////////////////////*/
.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: 500;
  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.3);
  -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: 500;
    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: 500;
    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: 500;
    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: 500;
    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;
  }
}
/*///////////서브 톱--끝/////////////*/

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