@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;
  background-color: #ffffff;
  /*////////////////////서브 1*/
}
#sub_content .sub_cont_one {
  padding-top: 100px;
  padding-left: 50px;
}
#sub_content .sub_cont_one .contOne__wrap {
  align-items: center;
  flex-direction: column;
}
#sub_content .sub_cont_one .contOne__wrap--btBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#sub_content .sub_cont_one .contOne__wrap--btBox .btBox_bt {
  margin-right: 2px;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  background-color: #b5b7c4;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}
#sub_content .sub_cont_one .contOne__wrap--btBox .btBox_bt.active {
  background-color: #444d94;
}
#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;
  color: #708fbe;
}
#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;
  color: #000000;
}
#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;
}

@media screen and (max-width: 1200px) {
  #sub_content {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    /*////////////////////서브 1*/
  }
  #sub_content .sub_cont_one {
    padding-top: 100px;
    padding-left: 0;
    padding-bottom: 25px;
  }
  #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;
  }
}
@media screen and (max-width: 768px) {
  #sub_content {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    /*////////////////////서브 1*/
  }
  #sub_content .sub_cont_one {
    padding-top: 100px;
    padding-left: 0;
    padding-bottom: 0;
  }
  #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: 10px;
    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;
  }
}
/*서브 신청서*/
.app_search_sec {
  width: 100%;
  margin-bottom: 70px;
  padding: 0 20px 0 50px;
}
.app_search_sec .app_search {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.app_search_sec .app_search .left-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.app_search_sec .app_search .left-box .leftPointBox {
  display: flex;
  margin-top: auto;
}
.app_search_sec .app_search .left-box .leftPointBox .box {
  display: flex;
  box-sizing: border-box;
  margin-top: 30px;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #696974;
  border-bottom: 1px solid #696974;
}
.app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .sucesbox h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #181817;
}
.app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .sucesbox p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 10px;
}
.app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .sucesbox p span {
  font-weight: 400;
  color: #da64c9;
}
.app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form {
  margin-right: 5px;
}
.app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul {
  display: flex;
}
.app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li {
  display: flex;
  padding: 0;
}
.app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li .input {
  width: 200px;
  height: 45px;
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li .input::placeholder {
  color: #b5b7c4;
}
.app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li .app_bt {
  width: 120px;
  height: 45px;
  background-color: #4388a4;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
  transition: all 0.5s ease;
}
.app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li .app_bt:hover {
  background-color: #2e6c83;
}
.app_search_sec .app_search .right-box {
  width: 100%;
  display: flex;
  flex: 1;
}
.app_search_sec .app_search .right-box .appbox {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.app_search_sec .app_search .right-box .appbox .appList {
  padding-top: 20px;
}
.app_search_sec .app_search .right-box .appbox .appList__msg {
  padding-bottom: 20px;
}
.app_search_sec .app_search .right-box .appbox .appList__msg .h3 {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
.app_search_sec .app_search .right-box .appbox .appList__msg .h3 span {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #6181be;
}
.app_search_sec .app_search .right-box .appbox .appList__msg .count_p {
  font-size: 15px;
  font-weight: 300;
  line-height: 34px;
  color: #323333;
}
.app_search_sec .app_search .right-box .appbox .appList__msg .count_p span {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #6181be;
}
.app_search_sec .app_search .right-box .appbox .appList__list {
  border-top: 10px solid #f6f6f6;
  width: 100%;
  padding: 20px 0;
}
.app_search_sec .app_search .right-box .appbox .appList__list .back_box {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.app_search_sec .app_search .right-box .appbox .appList__list .back_box .sc_error {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #bb5b5a;
}
.app_search_sec .app_search .right-box .appbox .appList__list--ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.app_search_sec .app_search .right-box .appbox .appList__list--ul .list_ii {
  width: 100%;
  display: flex;
  align-items: center;
  height: 55px;
  border-bottom: 1px solid #cccccc;
}
.app_search_sec .app_search .right-box .appbox .appList__list--ul .list_ii a {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
.app_search_sec .app_search .right-box .appbox .appList__list--ul .list_ii a span {
  margin-right: 10px;
  padding: 5px 10px;
  border: 1px solid #4b4c4d;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.app_search_sec .app_search .right-box .appbox .appList__list--ul .list_ii a span:hover {
  background-color: #4b4c4d;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .app_search_sec {
    width: 100%;
    margin-bottom: 70px;
    padding: 0 15px 0;
  }
  .app_search_sec .app_search {
    width: 100%;
  }
  .app_search_sec .app_search .left-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .app_search_sec .app_search .left-box .leftPointBox {
    display: flex;
    margin-top: auto;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box {
    display: flex;
    box-sizing: border-box;
    margin-top: 30px;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #696974;
    border-bottom: 1px solid #696974;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .sucesbox h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #181817;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .sucesbox p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .sucesbox p span {
    font-weight: 400;
    color: #da64c9;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form {
    margin-right: 5px;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul {
    display: flex;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li {
    display: flex;
    padding: 0;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li .input {
    width: 200px;
    height: 45px;
    padding: 10px;
    border: 1px solid #d9d9d9;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li .input::placeholder {
    color: #b5b7c4;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li .app_bt {
    width: 120px;
    height: 45px;
    background-color: #4388a4;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li .app_bt:hover {
    background-color: #2e6c83;
  }
  .app_search_sec .app_search .right-box {
    width: 100%;
    display: flex;
    flex: 1;
  }
  .app_search_sec .app_search .right-box .appbox {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .app_search_sec .app_search .right-box .appbox .appList {
    padding-top: 20px;
  }
  .app_search_sec .app_search .right-box .appbox .appList__msg {
    padding-bottom: 20px;
  }
  .app_search_sec .app_search .right-box .appbox .appList__msg .h3 {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .app_search_sec .app_search .right-box .appbox .appList__msg .h3 span {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #6181be;
  }
  .app_search_sec .app_search .right-box .appbox .appList__msg .count_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 34px;
    color: #323333;
  }
  .app_search_sec .app_search .right-box .appbox .appList__msg .count_p span {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #6181be;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list {
    border-top: 10px solid #f6f6f6;
    width: 100%;
    padding: 20px 0;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list .back_box {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list .back_box .sc_error {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #bb5b5a;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list--ul {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list--ul .list_ii {
    width: 100%;
    display: flex;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #cccccc;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list--ul .list_ii a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list--ul .list_ii a span {
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #4b4c4d;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list--ul .list_ii a span:hover {
    background-color: #4b4c4d;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .app_search_sec {
    width: 100%;
    margin-bottom: 0;
    padding: 0 15px 0;
  }
  .app_search_sec .app_search {
    width: 100%;
  }
  .app_search_sec .app_search .left-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .app_search_sec .app_search .left-box .leftPointBox {
    display: flex;
    margin-top: auto;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 30px;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #696974;
    border-bottom: 1px solid #696974;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm {
    margin: 3px 0;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .sucesbox h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #181817;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .sucesbox p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .sucesbox p span {
    font-weight: 400;
    color: #da64c9;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form {
    margin-right: 5px;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul {
    display: flex;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li {
    display: flex;
    padding: 0;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li .input {
    width: 200px;
    height: 45px;
    padding: 10px;
    border: 1px solid #d9d9d9;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li .input::placeholder {
    color: #b5b7c4;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li .app_bt {
    width: 120px;
    height: 45px;
    background-color: #4388a4;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  .app_search_sec .app_search .left-box .leftPointBox .box .appForm #app-box .appform-box form ul .main-app-li .app_bt:hover {
    background-color: #2e6c83;
  }
  .app_search_sec .app_search .right-box {
    width: 100%;
    display: flex;
    flex: 1;
  }
  .app_search_sec .app_search .right-box .appbox {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .app_search_sec .app_search .right-box .appbox .appList {
    padding-top: 20px;
  }
  .app_search_sec .app_search .right-box .appbox .appList__msg {
    padding-bottom: 20px;
  }
  .app_search_sec .app_search .right-box .appbox .appList__msg .h3 {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .app_search_sec .app_search .right-box .appbox .appList__msg .h3 span {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #6181be;
  }
  .app_search_sec .app_search .right-box .appbox .appList__msg .count_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 34px;
    color: #323333;
  }
  .app_search_sec .app_search .right-box .appbox .appList__msg .count_p span {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #6181be;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list {
    border-top: 10px solid #f6f6f6;
    width: 100%;
    padding: 20px 0;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list .back_box {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list .back_box .sc_error {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #bb5b5a;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list--ul {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list--ul .list_ii {
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list--ul .list_ii a {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list--ul .list_ii a span {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #4b4c4d;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .app_search_sec .app_search .right-box .appbox .appList__list--ul .list_ii a span:hover {
    background-color: #4b4c4d;
    color: #ffffff;
  }
}
.postview {
  padding: 0 20px 0 10px;
}
.postview .postview-contain .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*다운로드 박스*/
  /*로그인 폼*/
  /*리플*/
}
.postview .postview-contain .content h2.card-title {
  display: flex;
  align-items: flex-end;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  font-family: "Roboto", sans-serif !important;
  color: #d9dbe1;
  text-transform: uppercase;
}
.postview .postview-contain .content__bt {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 10px 40px;
  border-bottom: 1px solid #afb2b3;
}
.postview .postview-contain .content__bt--btn {
  width: 130px;
  height: 35px;
}
.postview .postview-contain .content__bt--btn a.back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  background-color: #392539;
}
.postview .postview-contain .content__meta {
  padding: 20px 0;
  width: 100%;
  display: flex;
  border-top: 1px solid #e1e3e5;
  border-bottom: 1px solid #e1e3e5;
}
.postview .postview-contain .content__meta--left {
  width: 50%;
  padding-left: 20px;
}
.postview .postview-contain .content__meta--left h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
.postview .postview-contain .content__meta--left h4 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.postview .postview-contain .content__meta--right {
  width: 50%;
  padding-left: 20px;
}
.postview .postview-contain .content__meta--right h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
.postview .postview-contain .content__meta--right h4 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.postview .postview-contain .content .down-box {
  width: 100%;
  display: flex;
}
.postview .postview-contain .content .down-box .texBox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif;
  border-bottom: 1px solid #e1e3e5;
}
.postview .postview-contain .content .down-box .texBox span {
  margin-right: 10px;
}
.postview .postview-contain .content .down-box .texBox .left-bx {
  padding-right: 10px;
  height: 100%;
}
.postview .postview-contain .content .down-box .texBox .right-bx {
  display: flex;
  align-items: center;
  height: 100%;
}
.postview .postview-contain .content .down-box .texBox .right-bx .down_bt {
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #0a58ca;
}
.postview .postview-contain .content .reTex_tit {
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #323333;
}
.postview .postview-contain .content__user {
  padding: 20px;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #e1e3e5;
  background-color: #fbfbfc;
  margin-bottom: 50px;
}
.postview .postview-contain .content__user--reTex {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
.postview .postview-contain .content__img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.postview .postview-contain .content__img img {
  max-width: 100%;
  height: auto;
}
.postview .postview-contain .content__img .img_box {
  width: 100%;
  display: flex;
  padding-top: 50px;
}
.postview .postview-contain .content__img .img_box img {
  max-width: 100%;
  height: auto;
}
.postview .postview-contain .content__tit {
  padding: 50px 0 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #505f90;
}
.postview .postview-contain .content__cont {
  width: 100%;
  padding: 0 20px 30px;
}
.postview .postview-contain .content__cont .sum {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #323333;
}
.postview .postview-contain .content__cont .comment {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
.postview .postview-contain .content__cont p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
.postview .postview-contain .content__login {
  width: 100%;
  margin-top: 20px;
}
.postview .postview-contain .content__login--title {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.postview .postview-contain .content__login--title .toggle_btbox {
  width: 100%;
  display: flex;
  align-items: center;
}
.postview .postview-contain .content__login--title .toggle_btbox p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
.postview .postview-contain .content__login--title .toggle_btbox span#log_bt {
  margin-left: 15px;
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a0a1a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
}
.postview .postview-contain .content__login--title .login_form {
  width: 100%;
  margin-top: 15px;
}
.postview .postview-contain .content__login--title .login_form .form_bx input {
  width: 100%;
  height: 50px;
  border: 1px solid #c8cbcc;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: "Noto Sans KR" !important;
  font-size: 16px !important;
  color: #323333 !important;
  font-weight: 300 !important;
}
.postview .postview-contain .content__login--title .login_form .bt_box {
  width: 100%;
  display: flex;
  margin-top: 10px;
}
.postview .postview-contain .content__login--title .login_form .bt_box .send_bt {
  width: 200px;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  background-color: #1a191a;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.postview .postview-contain .content__login--title .login_form .bt_box .send_bt:hover {
  background-color: #453d45;
}
.postview .postview-contain .content__reply {
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e1e3e5;
}
.postview .postview-contain .content__reply .reply_contain {
  /* 파일 업로드 */
  /* 파일 업로드 끝 */
  /* 파일 업로드 */
  /* 파일 업로드 끝 */
}
.postview .postview-contain .content__reply .reply_contain .title_box {
  margin-bottom: 10px;
}
.postview .postview-contain .content__reply .reply_contain .title_box .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #323333;
}
.postview .postview-contain .content__reply .reply_contain form {
  /* 파일 업로드 */
  /* 파일 업로드 끝 */
}
.postview .postview-contain .content__reply .reply_contain form .fileBox_cont {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box {
  align-items: center;
  margin-left: 100px;
  /*/////////////////*/
}
.postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up #file-upload {
  position: absolute;
  left: -9999px;
}
.postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up label[for=file-upload] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  width: 200px;
  height: 50px;
}
.postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up label[for=file-upload]:hover {
  background: #000000;
}
.postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up #filename {
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  color: #979797;
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 300;
  line-height: 50px;
  float: left;
  width: 300px;
  height: 50px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #979797;
  border: none;
}
.postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up label[for=file-upload] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  width: 200px;
  height: 50px;
}
.postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up label[for=file-upload]:hover {
  background: #000000;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box {
  align-items: center;
  margin-left: 100px;
  /*//////////////*/
  /*/////////////////*/
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img #img-upload {
  position: absolute;
  left: -9999px;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  width: 200px;
  height: 50px;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload]:hover {
  background: #000000;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img #imgname {
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  color: #979797;
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 300;
  line-height: 50px;
  float: left;
  width: 300px;
  height: 50px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #979797;
  border: none;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  width: 200px;
  height: 50px;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload]:hover {
  background: #000000;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file #file-upload {
  position: absolute;
  left: -9999px;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  width: 200px;
  height: 50px;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload]:hover {
  background: #000000;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file #filename {
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  color: #979797;
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 300;
  line-height: 50px;
  float: left;
  width: 300px;
  height: 50px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #979797;
  border: none;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  width: 200px;
  height: 50px;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload]:hover {
  background: #000000;
}
.postview .postview-contain .content__reply .reply_contain .tex_box .name_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.postview .postview-contain .content__reply .reply_contain .tex_box .name_box .col_5 {
  width: calc(50% - 5px);
  height: 50px;
  border: 1px solid #c8cbcc;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: "Noto Sans KR" !important;
  font-size: 16px !important;
  color: #323333 !important;
  font-weight: 300 !important;
}
.postview .postview-contain .content__reply .reply_contain .tex_box .summary {
  width: 100%;
  height: 50px;
  height: 50px;
  border: 1px solid #c8cbcc;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: "Noto Sans KR" !important;
  font-size: 16px !important;
  color: #323333 !important;
  font-weight: 300 !important;
}
.postview .postview-contain .content__reply .reply_contain .tex_box textarea {
  padding: 20px;
  border: 1px solid #c8cbcc;
  font-family: "Noto Sans KR" !important;
  font-size: 16px !important;
  color: #323333 !important;
  font-weight: 300 !important;
  color: #323333;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box {
  align-items: center;
  margin-left: 100px;
  /*//////////////*/
  /*/////////////////*/
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img #img-upload {
  position: absolute;
  left: -9999px;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  width: 200px;
  height: 50px;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload]:hover {
  background: #000000;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img #imgname {
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  color: #979797;
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 300;
  line-height: 50px;
  float: left;
  width: 300px;
  height: 50px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #979797;
  border: none;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  width: 200px;
  height: 50px;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload]:hover {
  background: #000000;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file #file-upload {
  position: absolute;
  left: -9999px;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  width: 200px;
  height: 50px;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload]:hover {
  background: #000000;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file #filename {
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  color: #979797;
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 300;
  line-height: 50px;
  float: left;
  width: 300px;
  height: 50px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #979797;
  border: none;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  width: 200px;
  height: 50px;
}
.postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload]:hover {
  background: #000000;
}
.postview .postview-contain .content__reply .reply_contain .submit_box {
  width: 100%;
  display: flex;
  margin-top: 10px;
}
.postview .postview-contain .content__reply .reply_contain .submit_box .send_bt {
  width: 200px;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  background-color: #1a191a;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.postview .postview-contain .content__reply .reply_contain .submit_box .send_bt:hover {
  background-color: #453d45;
}
.postview .postview-contain .content__reply .reply_list {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid #c8cbcc;
}
.postview .postview-contain .content__reply .reply_list .list_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e6e8eb;
}
.postview .postview-contain .content__reply .reply_list .list_box.admin {
  background-color: #f9f9fa;
}
.postview .postview-contain .content__reply .reply_list .list_box .box_left {
  width: 150px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.postview .postview-contain .content__reply .reply_list .list_box .box_left .re_p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #323333;
}
.postview .postview-contain .content__reply .reply_list .list_box .box_left .re_p span {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
.postview .postview-contain .content__reply .reply_list .list_box .box_right {
  width: calc(100% - 150px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px 0 30px;
  border-left: 1px solid #e6e8eb;
}
.postview .postview-contain .content__reply .reply_list .list_box .box_right .reply_sum {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #323333;
}
.postview .postview-contain .content__reply .reply_list .list_box .box_right .reply_comment {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
.postview .postview-contain .content__reply .reply_list .list_box .box_right .file_box {
  display: flex;
  padding: 7px 0;
}
.postview .postview-contain .content__reply .reply_list .list_box .box_right .file_box .file_p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #323333;
}
.postview .postview-contain .content__reply .reply_list .list_box .box_right .file_box .file_span {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  color: #ffffff;
  background-color: #3890d4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .postview {
    padding: 0 20px 0 10px;
  }
  .postview .postview-contain .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*다운로드 박스*/
    /*로그인 폼*/
    /*리플*/
  }
  .postview .postview-contain .content h2.card-title {
    display: flex;
    align-items: flex-end;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    font-family: "Roboto", sans-serif !important;
    color: #d9dbe1;
    text-transform: uppercase;
  }
  .postview .postview-contain .content__bt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 10px 40px;
    border-bottom: 1px solid #afb2b3;
  }
  .postview .postview-contain .content__bt--btn {
    width: 130px;
    height: 35px;
  }
  .postview .postview-contain .content__bt--btn a.back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    background-color: #392539;
  }
  .postview .postview-contain .content__meta {
    padding: 20px 0;
    width: 100%;
    display: flex;
    border-top: 1px solid #e1e3e5;
    border-bottom: 1px solid #e1e3e5;
  }
  .postview .postview-contain .content__meta--left {
    width: 50%;
    padding-left: 20px;
  }
  .postview .postview-contain .content__meta--left h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__meta--left h4 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .postview .postview-contain .content__meta--right {
    width: 50%;
    padding-left: 20px;
  }
  .postview .postview-contain .content__meta--right h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__meta--right h4 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .postview .postview-contain .content .down-box {
    width: 100%;
    display: flex;
  }
  .postview .postview-contain .content .down-box .texBox {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif;
    border-bottom: 1px solid #e1e3e5;
  }
  .postview .postview-contain .content .down-box .texBox span {
    margin-right: 10px;
  }
  .postview .postview-contain .content .down-box .texBox .left-bx {
    padding-right: 10px;
    height: 100%;
  }
  .postview .postview-contain .content .down-box .texBox .right-bx {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .postview .postview-contain .content .down-box .texBox .right-bx .down_bt {
    font-size: 13px;
    font-weight: 300;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #0a58ca;
  }
  .postview .postview-contain .content .reTex_tit {
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #323333;
  }
  .postview .postview-contain .content__user {
    padding: 20px;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #e1e3e5;
    background-color: #fbfbfc;
    margin-bottom: 50px;
  }
  .postview .postview-contain .content__user--reTex {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .postview .postview-contain .content__img img {
    max-width: 100%;
    height: auto;
  }
  .postview .postview-contain .content__img .img_box {
    width: 100%;
    display: flex;
    padding-top: 50px;
  }
  .postview .postview-contain .content__img .img_box img {
    max-width: 100%;
    height: auto;
  }
  .postview .postview-contain .content__tit {
    padding: 50px 0 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #505f90;
  }
  .postview .postview-contain .content__cont {
    width: 100%;
    padding: 0 20px 30px;
  }
  .postview .postview-contain .content__cont .sum {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__cont .comment {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__cont p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__login {
    width: 100%;
    margin-top: 20px;
  }
  .postview .postview-contain .content__login--title {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .postview .postview-contain .content__login--title .toggle_btbox {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .postview .postview-contain .content__login--title .toggle_btbox p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__login--title .toggle_btbox span#log_bt {
    margin-left: 15px;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a0a1a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    cursor: pointer;
  }
  .postview .postview-contain .content__login--title .login_form {
    width: 100%;
    margin-top: 15px;
  }
  .postview .postview-contain .content__login--title .login_form .form_bx input {
    width: 100%;
    height: 50px;
    border: 1px solid #c8cbcc;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-family: "Noto Sans KR" !important;
    font-size: 16px !important;
    color: #323333 !important;
    font-weight: 300 !important;
  }
  .postview .postview-contain .content__login--title .login_form .bt_box {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .postview .postview-contain .content__login--title .login_form .bt_box .send_bt {
    width: 200px;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    background-color: #1a191a;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.5s ease;
  }
  .postview .postview-contain .content__login--title .login_form .bt_box .send_bt:hover {
    background-color: #453d45;
  }
  .postview .postview-contain .content__reply {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e1e3e5;
  }
  .postview .postview-contain .content__reply .reply_contain {
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
  }
  .postview .postview-contain .content__reply .reply_contain .title_box {
    margin-bottom: 10px;
  }
  .postview .postview-contain .content__reply .reply_contain .title_box .title {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__reply .reply_contain form {
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
  }
  .postview .postview-contain .content__reply .reply_contain form .fileBox_cont {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box {
    align-items: center;
    margin-left: 100px;
  }
  .postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up #file-upload {
    position: absolute;
    left: -9999px;
  }
  .postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up label[for=file-upload] {
    padding: 0 20px;
    display: inline-block;
    background: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    width: 200px;
    height: 50px;
  }
  .postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up label[for=file-upload]:hover {
    background: #000000;
  }
  .postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: #979797;
    font-family: "Noto Sans KR", sans-serif !important;
    font-weight: 300;
    line-height: 40px;
    float: left;
    width: 150px;
    height: 40px;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #979797;
    border: none;
  }
  .postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up label[for=file-upload] {
    padding: 0 20px;
    display: inline-block;
    background: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    width: 100px;
    height: 40px;
  }
  .postview .postview-contain .content__reply .reply_contain form .fileBox_cont .file-box .up label[for=file-upload]:hover {
    background: #000000;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box {
    align-items: center;
    margin-left: 100px;
    /*//////////////*/
    /*/////////////////*/
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img #img-upload {
    position: absolute;
    left: -9999px;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload] {
    padding: 0 20px;
    display: inline-block;
    background: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    width: 200px;
    height: 50px;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload]:hover {
    background: #000000;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img #imgname {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: #979797;
    font-family: "Noto Sans KR", sans-serif !important;
    font-weight: 300;
    line-height: 50px;
    float: left;
    width: 300px;
    height: 50px;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #979797;
    border: none;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload] {
    padding: 0 20px;
    display: inline-block;
    background: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    width: 200px;
    height: 50px;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload]:hover {
    background: #000000;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file #file-upload {
    position: absolute;
    left: -9999px;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload] {
    padding: 0 20px;
    display: inline-block;
    background: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    width: 200px;
    height: 50px;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload]:hover {
    background: #000000;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: #979797;
    font-family: "Noto Sans KR", sans-serif !important;
    font-weight: 300;
    line-height: 50px;
    float: left;
    width: 300px;
    height: 50px;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #979797;
    border: none;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload] {
    padding: 0 20px;
    display: inline-block;
    background: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    width: 200px;
    height: 50px;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload]:hover {
    background: #000000;
  }
  .postview .postview-contain .content__reply .reply_contain .tex_box {
    box-sizing: border-box;
    padding: 0;
    display: flex;
  }
  .postview .postview-contain .content__reply .reply_contain .tex_box .name_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .postview .postview-contain .content__reply .reply_contain .tex_box .name_box .col_5 {
    width: calc(50% - 5px);
    height: 50px;
    border: 1px solid #c8cbcc;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-family: "Noto Sans KR" !important;
    font-size: 16px !important;
    color: #323333 !important;
    font-weight: 300 !important;
  }
  .postview .postview-contain .content__reply .reply_contain .tex_box .summary {
    width: 100%;
    height: 50px;
    border: 1px solid #c8cbcc;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-family: "Noto Sans KR" !important;
    font-size: 16px !important;
    color: #323333 !important;
    font-weight: 300 !important;
  }
  .postview .postview-contain .content__reply .reply_contain .tex_box textarea {
    padding: 20px;
    border: 1px solid #c8cbcc;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #323333;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box {
    align-items: center;
    margin-left: 100px;
    /*//////////////*/
    /*/////////////////*/
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img #img-upload {
    position: absolute;
    left: -9999px;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload] {
    padding: 0 20px;
    display: inline-block;
    background: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    width: 200px;
    height: 50px;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload]:hover {
    background: #000000;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img #imgname {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: #979797;
    font-family: "Noto Sans KR", sans-serif !important;
    font-weight: 300;
    line-height: 50px;
    float: left;
    width: 300px;
    height: 50px;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #979797;
    border: none;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload] {
    padding: 0 20px;
    display: inline-block;
    background: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    width: 200px;
    height: 50px;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_img label[for=img-upload]:hover {
    background: #000000;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file #file-upload {
    position: absolute;
    left: -9999px;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload] {
    padding: 0 20px;
    display: inline-block;
    background: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    width: 200px;
    height: 50px;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload]:hover {
    background: #000000;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: #979797;
    font-family: "Noto Sans KR", sans-serif !important;
    font-weight: 300;
    line-height: 50px;
    float: left;
    width: 300px;
    height: 50px;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #979797;
    border: none;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload] {
    padding: 0 20px;
    display: inline-block;
    background: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
    width: 200px;
    height: 50px;
  }
  .postview .postview-contain .content__reply .reply_contain .fileBox_cont .file-box .upload_file label[for=file-upload]:hover {
    background: #000000;
  }
  .postview .postview-contain .content__reply .reply_contain .submit_box {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .postview .postview-contain .content__reply .reply_contain .submit_box .send_bt {
    width: 200px;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    background-color: #1a191a;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.5s ease;
  }
  .postview .postview-contain .content__reply .reply_contain .submit_box .send_bt:hover {
    background-color: #453d45;
  }
  .postview .postview-contain .content__reply .reply_list {
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #c8cbcc;
  }
  .postview .postview-contain .content__reply .reply_list .list_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e6e8eb;
  }
  .postview .postview-contain .content__reply .reply_list .list_box.admin {
    background-color: #f9f9fa;
  }
  .postview .postview-contain .content__reply .reply_list .list_box .box_left {
    width: 150px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .postview .postview-contain .content__reply .reply_list .list_box .box_left .re_p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__reply .reply_list .list_box .box_left .re_p span {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__reply .reply_list .list_box .box_right {
    width: calc(100% - 150px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px 0 30px;
    border-left: 1px solid #e6e8eb;
  }
  .postview .postview-contain .content__reply .reply_list .list_box .box_right .reply_sum {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__reply .reply_list .list_box .box_right .reply_comment {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__reply .reply_list .list_box .box_right .file_box {
    display: flex;
    padding: 7px 0;
  }
  .postview .postview-contain .content__reply .reply_list .list_box .box_right .file_box .file_p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #323333;
  }
  .postview .postview-contain .content__reply .reply_list .list_box .box_right .file_box .file_span {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    color: #ffffff;
    background-color: #3890d4;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
/*////////////////////////*/
.width_line_20 {
  width: 100%;
  height: 10px;
  background-color: #f6f7fa;
  border-top: 1px solid #e6e9ef;
  border-bottom: 1px solid #e6e9ef;
}

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

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

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

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