@charset "UTF-8";
/* 오버레이 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap");
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.scroll-none {
  overflow-y: hidden;
  transition: all 1s ease 1s;
}
body.scroll-auto {
  overflow-y: auto;
  transition: all 2s ease 1s;
}

/* 오버레이 */
body.modal-open {
  overflow: hidden;
}

body.scbar {
  -ms-overflow-style: none;
}
body.scbar::-webkit-scrollbar {
  display: none !important;
}

.scroll-icon {
  position: absolute;
  z-index: 2000;
  cursor: pointer;
}
.scroll-icon.down {
  left: 50%;
  top: auto;
  bottom: 50px;
}
.scroll-icon.up {
  left: 50%;
  top: 50px;
  bottom: auto;
}
.scroll-icon .icon img {
  width: 10.6px;
  height: 20px;
  animation: arrowicon 2s ease infinite;
}

/* background-image */
/* 원형 박스 */
/* transform */
/* 쇼핑몰 뷰어 */
input[id=item-1] + label.label-box {
  left: 0;
}
input[id=item-1] + label.label-box .pic-box {
  left: 0;
}

.lg-backdrop {
  z-index: 7000;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  text-align: left;
  opacity: 0;
  box-sizing: border-box;
  transition: opacity 0.15s ease 0s;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg .lg-inner .lg-item .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg .lg-inner .lg-item .lg-img-wrap .lg-image {
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer .lg .lg-inner .lg-item .lg-img-wrap .lg-image {
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  backface-visibility: hidden;
}
.lg-outer .lg .lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-outer .lg .lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-outer .lg .lg-toolbar .lg-close::after {
  content: "\e070";
  color: #ffffff;
}
.lg-outer .lg .lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-outer .lg .lg-toolbar .lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg .lg-toolbar .lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer .lg .lg-toolbar #lg-zoom-in:after {
  content: "\e311";
}
.lg-outer .lg .lg-toolbar #lg-zoom-out:after {
  content: "\e312";
}
.lg-outer .lg .lg-toolbar #lg-actual-size {
  font-size: 20px;
}
.lg-outer .lg .lg-toolbar #lg-actual-size:after {
  content: "\e033";
}
.lg-outer .lg .lg-toolbar #lg-share {
  position: relative;
}
.lg-outer .lg .lg-toolbar #lg-share ul li {
  list-style-type: none;
}
.lg-outer .lg .lg-toolbar #lg-share ul li a span.lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-outer .lg .lg-toolbar #lg-share ul li a span.lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg .lg-toolbar #lg-share:after {
  content: "\e80d";
}
.lg-outer .lg .lg-toolbar #lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-outer .lg .lg-actions button {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-outer .lg .lg-actions button.lg-next {
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-image: url("../imgs/icon/arrow-right-h.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}
.lg-outer .lg .lg-actions button.lg-next::before {
  content: "";
}
.lg-outer .lg .lg-actions button.lg-next:hover {
  background-color: rgba(150, 150, 150, 0.473);
}
.lg-outer .lg .lg-actions button.lg-prev {
  left: 20px;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-image: url("../imgs/icon/arrow-left-h.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}
.lg-outer .lg .lg-actions button.lg-prev::after {
  content: "";
}
.lg-outer .lg .lg-actions button.lg-prev:hover {
  background-color: rgba(150, 150, 150, 0.473);
}
.lg-outer .lg .lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 15px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-outer .lg .lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-outer .lg .lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-outer .lg .lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-outer .lg .lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-outer .lg .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg .lg-thumb-outer .lg-thumb {
  display: flex;
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg .lg-thumb-outer .lg-thumb .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 0px;
  margin-bottom: 5px;
}
.lg-outer .lg .lg-thumb-outer .lg-thumb .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer .lg .lg-thumb-outer .lg-thumb .lg-thumb-item:hover, .lg-outer .lg .lg-thumb-outer .lg-thumb .lg-thumb-item.active {
  border-color: #a90707;
}
.lg-outer .lg .lg-thumb-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0 5px 13px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg .lg-thumb-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg .lg-thumb-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 120px;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown a {
  width: 100%;
  color: #333;
  display: flex;
  align-items: center;
  white-space: pre;
  padding: 4px 2px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a .lg-dropdown-text {
  width: 70%;
  display: flex;
  text-align: left;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown a .lg-icon {
  width: 30%;
  color: #333;
  display: flex;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

@media screen and (max-width: 576px) {
  #lg-zoom-in {
    display: none;
  }

  #lg-zoom-out {
    display: none;
  }

  .lg-fullscreen {
    display: none;
  }
}
.thum-sec {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thum-sec .con-thum {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thum-sec .con-thum .list_topBox {
  width: 100%;
}
.thum-sec .con-thum .list_topBox .topBox {
  display: flex;
  padding: 20px 10px;
}
.thum-sec .con-thum .list_topBox .topBox__full {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.thum-sec .con-thum .list_topBox .topBox__full--tagA {
  padding: 7px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #323333;
  border: 1px solid #afb2b3;
}
.thum-sec .con-thum .list_topBox .topBox__full--tagA.par_link {
  background-color: #323333;
  color: #ffffff;
}
.thum-sec .con-thum .list_topBox .topBox__full .tex_h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #6986ad;
}
.thum-sec .con-thum .list_topBox .topBox__full .tex_p {
  margin-left: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #323333;
}
.thum-sec .con-thum .mid-tcon-box {
  width: 100%;
}
.thum-sec .con-thum .mid-tcon-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.thum-sec .con-thum .mid-tcon-box ul .thumbBox {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 14px);
  height: auto;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #d8dce3;
}
.thum-sec .con-thum .mid-tcon-box ul .thumbBox__img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}
.thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 210px;
}
.thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: #0a0a0a;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img {
  transform: scale(1.1);
}
.thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after {
  opacity: 0;
}
.thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4b4c4d;
  margin-top: 5px;
}
.thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #7d7f80;
  margin-top: 10px;
}

@media screen and (max-width: 1500px) {
  .thum-sec {
    margin-top: 70px;
  }
  .thum-sec .con-thum {
    padding: 0 15px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox {
    width: calc(33.3333333333% - 14px);
    height: auto;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8dce3;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 190px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #0a0a0a;
    opacity: 0.5;
    transition: all 0.5s ease;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img {
    transform: scale(1.1);
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after {
    opacity: 0;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .thum-sec {
    margin-top: 50px;
  }
  .thum-sec .con-thum {
    padding: 0 15px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox {
    width: calc(33.3333333333% - 14px);
    height: auto;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8dce3;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #0a0a0a;
    opacity: 0.5;
    transition: all 0.5s ease;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img {
    transform: scale(1.1);
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after {
    opacity: 0;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .thum-sec {
    margin-top: 40px;
  }
  .thum-sec .con-thum {
    padding: 0 15px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox {
    width: calc(50% - 10px);
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8dce3;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #0a0a0a;
    opacity: 0.5;
    transition: all 0.5s ease;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img {
    transform: scale(1.1);
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after {
    opacity: 0;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .thum-sec {
    margin-top: 20px;
  }
  .thum-sec .con-thum {
    padding: 0 15px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8dce3;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #0a0a0a;
    opacity: 0.5;
    transition: all 0.5s ease;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img {
    transform: scale(1.1);
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after {
    opacity: 0;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .thum-sec {
    margin-top: 10px;
  }
  .thum-sec .con-thum {
    padding: 0 15px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8dce3;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #0a0a0a;
    opacity: 0.5;
    transition: all 0.5s ease;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img {
    transform: scale(1.1);
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after {
    opacity: 0;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cont-sec {
  overflow: hidden;
}
.cont-sec .con-cont .content-box, .cont-sec .cont_wrap .content-box {
  position: relative;
  width: 100%;
  display: flex;
}
.cont-sec .con-cont .content-box #mid-nav, .cont-sec .cont_wrap .content-box #mid-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.cont-sec .con-cont .content-box #mid-nav .tex_h1, .cont-sec .cont_wrap .content-box #mid-nav .tex_h1 {
  font-size: 62px;
  font-weight: 600;
  line-height: 62px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #323333;
  text-align: center;
}
.cont-sec .con-cont .content-box #mid-nav .tex_p, .cont-sec .cont_wrap .content-box #mid-nav .tex_p {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #323333;
  text-align: center;
}
.cont-sec .con-cont .content-box #mid-nav .tex_p span, .cont-sec .cont_wrap .content-box #mid-nav .tex_p span {
  font-weight: 700;
  margin-left: 5px;
}
.cont-sec .con-cont .content-box #mid-nav .nav_box, .cont-sec .cont_wrap .content-box #mid-nav .nav_box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.cont-sec .con-cont .content-box #mid-nav .nav_box .prev_bt, .cont-sec .con-cont .content-box #mid-nav .nav_box .nex_bt, .cont-sec .cont_wrap .content-box #mid-nav .nav_box .prev_bt, .cont-sec .cont_wrap .content-box #mid-nav .nav_box .nex_bt {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 10px 20px;
  margin: 0 2px;
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  background-color: #7a8297;
}
.cont-sec .con-cont .content-box #top_int, .cont-sec .cont_wrap .content-box #top_int {
  margin-top: 130px;
}
.cont-sec .con-cont .content-box .view-box, .cont-sec .cont_wrap .content-box .view-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 130px;
}
.cont-sec .con-cont .content-box .view-box .bt-box, .cont-sec .cont_wrap .content-box .view-box .bt-box {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.cont-sec .con-cont .content-box .view-box .bt-box a, .cont-sec .cont_wrap .content-box .view-box .bt-box a {
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  color: #ffffff;
  width: 130px;
  height: 35px;
  background-color: #17a2b8;
}
.cont-sec .con-cont .content-box .view-box .list-box, .cont-sec .cont_wrap .content-box .view-box .list-box {
  width: 100%;
  padding: 20px 10px 30px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  /*////썸네일*/
  /*/////////////////////////////*/
}
.cont-sec .con-cont .content-box .view-box .list-box #listTop_img, .cont-sec .cont_wrap .content-box .view-box .list-box #listTop_img {
  position: relative;
  width: 100%;
  display: flex;
}
.cont-sec .con-cont .content-box .view-box .list-box #listTop_img .listTop-bg, .cont-sec .cont_wrap .content-box .view-box .list-box #listTop_img .listTop-bg {
  width: 100%;
}
.cont-sec .con-cont .content-box .view-box .list-box #listTop_img .listTop-bg img, .cont-sec .cont_wrap .content-box .view-box .list-box #listTop_img .listTop-bg img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box {
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box h1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box p, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
  margin-top: 10px;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor {
  overflow: hidden;
  width: calc(16.6666666667% - 0px);
  height: 120px;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor:hover .gal-overlay, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor:hover .gal-overlay {
  background: rgba(27, 27, 27, 0);
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor:hover .nak-gallery-poster, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor:hover .nak-gallery-poster {
  transform: scale(1.2);
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a img.img-responsive, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a img.img-responsive {
  display: none;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster {
  position: relative;
  display: flex;
  height: 120px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s ease;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster .zoombox, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster .zoombox {
  z-index: 10;
  position: absolute;
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  background-image: url(../imgs/icon/zoomin.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -200px;
  transition: all 0.8s ease;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster::before, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 32, 0.5);
  margin-top: -210px;
  transition: all 0.3s ease 0.4s;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster.open::before, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster.open::before {
  margin-top: 0;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster.open .zoombox, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster.open .zoombox {
  margin-top: 0;
  transition: all 0.5s ease 0.5s;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster.open p, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster.open p {
  margin-top: 0;
  transition: all 0.5s ease 0.3s;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a .gal-overlay, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a .gal-overlay {
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width1 {
  width: 40%;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width2, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width2 {
  width: 30%;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width3, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width3 {
  width: 20%;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height1 {
  padding-bottom: 400px;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height2, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height2 {
  padding-bottom: 300px;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height3, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height3 {
  padding-bottom: 200px;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .preloader, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .preloader {
  display: none;
}
.cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .preloaderStyle, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .preloaderStyle {
  background: red;
  width: 100%;
  height: 100px;
}
.cont-sec .con-cont .content-box .view-box .list-box .title_tex_box, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box {
  padding: 50px 0 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont-sec .con-cont .content-box .view-box .list-box .title_tex_box .title_h2, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box .title_h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #323333;
  margin-bottom: 20px;
}
.cont-sec .con-cont .content-box .view-box .list-box .title_tex_box .short_p, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box .short_p {
  width: 50%;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4b4c4d;
  text-align: center;
}
.cont-sec .con-cont .content-box .view-box .list-box .long_p, .cont-sec .cont_wrap .content-box .view-box .list-box .long_p {
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4b4c4d;
  text-align: center;
}
.cont-sec .con-cont .content-box .view-box .list-box .top-box, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box {
  display: flex;
  align-items: center;
  width: 25%;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif !important;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #e1e3e5;
}
.cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box span, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box span {
  margin-right: 10px;
}
.cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .left-bx, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .left-bx {
  width: 50px;
  height: 100%;
}
.cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .right-bx, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .right-bx {
  height: 100%;
}
.cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .right-bx img, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .right-bx img {
  width: 15px;
  height: 15px;
  margin-top: 18px;
}
.cont-sec .con-cont .content-box .view-box .list-box .tgall-sec, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec {
  width: 100%;
}
.cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  margin: 0;
}
.cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_h1, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_h1 {
  font-size: 62px;
  font-weight: 600;
  line-height: 62px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #323333;
  text-align: center;
}
.cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #323333;
  text-align: center;
}
.cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p span, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p span {
  font-weight: 700;
  margin-left: 5px;
}
.cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box {
  position: relative;
  width: 100%;
  margin-top: 20px;
  display: flex !important;
  justify-content: center;
}
.cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .prev_bt, .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .nex_bt, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .prev_bt, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .nex_bt {
  padding: 10px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #ffffff;
  background-color: #797b7d;
}
.cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box {
  width: 50%;
}
.cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box {
  width: 100%;
  padding: 10px;
}
.cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box img, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cont-sec .con-cont .content-box .view-box .list-box .short-box, .cont-sec .cont_wrap .content-box .view-box .list-box .short-box {
  flex-direction: column;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #e1e3e5;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4b4c4d;
}
.cont-sec .con-cont .content-box .view-box .list-box .mid-box, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box {
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4b4c4d;
  text-align: center;
}
.cont-sec .con-cont .content-box .view-box .list-box .mid-box h3, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4b4c4d;
  padding-bottom: 20px;
}
.cont-sec .con-cont .content-box .view-box .list-box .mid-box div, .cont-sec .con-cont .content-box .view-box .list-box .mid-box p, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box div, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box p {
  content: "A" !important;
  display: block !important;
  margin-bottom: 1em !important;
}
.cont-sec .con-cont .content-box .view-box .list-box .mid-box img, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box img {
  max-width: 100%;
}
.cont-sec .con-cont .content-box .view-box .list-box .pre_title_box, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box {
  display: flex;
  justify-content: space-between;
}
.cont-sec .con-cont .content-box .view-box .list-box .pre_title_box .pre_title a, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box .pre_title a {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4b4c4d;
}
.cont-sec .con-cont .content-box .view-box .list-box .pre_title_box .nex_title a, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box .nex_title a {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4b4c4d;
}
.cont-sec .con-cont .content-box .view-box .bt-box, .cont-sec .cont_wrap .content-box .view-box .bt-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cont-sec .con-cont .content-box .view-box .bt-box a, .cont-sec .cont_wrap .content-box .view-box .bt-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  background-color: #3f6078;
}
.cont-sec .con-cont .content-box .view-box .bt-box a.history_bt, .cont-sec .con-cont .content-box .view-box .bt-box a.list_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.history_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.list_bt {
  background-color: #56a3ac;
}
.cont-sec .con-cont .content-box .view-box .bt-box a.prev_btn, .cont-sec .con-cont .content-box .view-box .bt-box a.nex_btn, .cont-sec .cont_wrap .content-box .view-box .bt-box a.prev_btn, .cont-sec .cont_wrap .content-box .view-box .bt-box a.nex_btn {
  background-color: #ac9e56;
}
.cont-sec .con-cont .content-box .view-box .bt-box a.prev_btn.non_bt, .cont-sec .con-cont .content-box .view-box .bt-box a.nex_btn.non_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.prev_btn.non_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.nex_btn.non_bt {
  background-color: #8e9393;
}
@media screen and (max-width: 1500px) {
  .cont-sec .con-cont .content-box .view-box, .cont-sec .cont_wrap .content-box .view-box {
    margin-top: 130px;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box, .cont-sec .cont_wrap .content-box .view-box .bt-box {
    padding-top: 30px;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a, .cont-sec .cont_wrap .content-box .view-box .bt-box a {
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 130px;
    height: 35px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box, .cont-sec .cont_wrap .content-box .view-box .list-box {
    width: 100%;
    padding: 0 10px 30px;
    margin-top: 10px;
    /*////썸네일*/
    /*/////////////////////////////*/
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box h1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box p, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #2f3033;
    margin-top: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor {
    width: calc(16.6666666667% - 0px);
    height: 100px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster {
    height: 100px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster .zoombox, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster .zoombox {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    background-image: url(../imgs/icon/zoomin.png);
    margin-top: -200px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster::before, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster::before {
    margin-top: -210px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width1 {
    width: 40%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width2, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width2 {
    width: 30%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width3, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width3 {
    width: 20%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height1 {
    padding-bottom: 400px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height2, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height2 {
    padding-bottom: 300px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height3, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height3 {
    padding-bottom: 200px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .preloader, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .preloader {
    display: none;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .preloaderStyle, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .preloaderStyle {
    background: red;
    width: 100%;
    height: 100px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box {
    padding: 50px 0 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box .title_h2, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box .title_h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #323333;
    margin-bottom: 20px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box .short_p, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box .short_p {
    width: 50%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
    text-align: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .long_p, .cont-sec .cont_wrap .content-box .view-box .list-box .long_p {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
    text-align: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box {
    display: flex;
    align-items: center;
    width: 25%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #e1e3e5;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box span, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box span {
    margin-right: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .left-bx, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .left-bx {
    width: 50px;
    height: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .right-bx, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .right-bx {
    height: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .right-bx img, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .right-bx img {
    width: 15px;
    height: 15px;
    margin-top: 18px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec {
    width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    margin: 0;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_h1, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_h1 {
    font-size: 62px;
    font-weight: 600;
    line-height: 62px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #323333;
    text-align: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #323333;
    text-align: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p span, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p span {
    font-weight: 700;
    margin-left: 5px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box {
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: flex !important;
    justify-content: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .prev_bt, .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .nex_bt, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .prev_bt, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .nex_bt {
    padding: 10px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    background-color: #797b7d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box {
    width: 50%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box {
    width: 100%;
    padding: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box img, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .short-box, .cont-sec .cont_wrap .content-box .view-box .list-box .short-box {
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #e1e3e5;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box {
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    display: flex;
    padding: 20px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box h3, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
    padding-bottom: 20px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box div, .cont-sec .con-cont .content-box .view-box .list-box .mid-box p, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box div, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box p {
    content: "A" !important;
    display: block !important;
    margin-bottom: 1em !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box img, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box img {
    max-width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box {
    display: flex;
    justify-content: space-between;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box .pre_title a, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box .pre_title a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box .nex_title a, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box .nex_title a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box, .cont-sec .cont_wrap .content-box .view-box .bt-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a, .cont-sec .cont_wrap .content-box .view-box .bt-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    background-color: #3f6078;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.history_bt, .cont-sec .con-cont .content-box .view-box .bt-box a.list_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.history_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.list_bt {
    background-color: #56a3ac;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.prev_btn, .cont-sec .con-cont .content-box .view-box .bt-box a.nex_btn, .cont-sec .cont_wrap .content-box .view-box .bt-box a.prev_btn, .cont-sec .cont_wrap .content-box .view-box .bt-box a.nex_btn {
    background-color: #ac9e56;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.prev_btn.non_bt, .cont-sec .con-cont .content-box .view-box .bt-box a.nex_btn.non_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.prev_btn.non_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.nex_btn.non_bt {
    background-color: #8e9393;
  }
}
@media screen and (max-width: 1200px) {
  .cont-sec .con-cont .content-box .view-box, .cont-sec .cont_wrap .content-box .view-box {
    margin-top: 130px;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box, .cont-sec .cont_wrap .content-box .view-box .bt-box {
    padding-top: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a, .cont-sec .cont_wrap .content-box .view-box .bt-box a {
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 130px;
    height: 35px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box, .cont-sec .cont_wrap .content-box .view-box .list-box {
    width: 100%;
    padding: 0 10px 30px;
    margin-top: 10px;
    /*////썸네일*/
    /*/////////////////////////////*/
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box h1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box p, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor {
    width: calc(16.6666666667% - 0px);
    height: 80px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster {
    height: 80px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster .zoombox, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster .zoombox {
    width: 15px;
    height: 15px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    background-image: url(../imgs/icon/zoomin.png);
    margin-top: -200px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster::before, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster::before {
    margin-top: -210px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width1 {
    width: 40%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width2, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width2 {
    width: 30%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width3, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width3 {
    width: 20%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height1 {
    padding-bottom: 400px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height2, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height2 {
    padding-bottom: 300px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height3, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height3 {
    padding-bottom: 200px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .preloader, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .preloader {
    display: none;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .preloaderStyle, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .preloaderStyle {
    background: red;
    width: 100%;
    height: 100px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box {
    padding: 50px 0 50px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box .title_h2, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box .title_h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 20px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box .short_p, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box .short_p {
    width: 70%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .long_p, .cont-sec .cont_wrap .content-box .view-box .list-box .long_p {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box {
    width: 25%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box span, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box span {
    margin-right: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .left-bx, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .left-bx {
    width: 50px;
    height: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .right-bx, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .right-bx {
    height: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .right-bx img, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .right-bx img {
    width: 15px;
    height: 15px;
    margin-top: 18px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec {
    width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box {
    width: 50%;
    padding: 50px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_h1, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_h1 {
    font-size: 62px;
    font-weight: 600;
    line-height: 62px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #323333;
    text-align: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p span, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p span {
    font-weight: 700;
    margin-left: 5px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box {
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: flex !important;
    justify-content: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .prev_bt, .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .nex_bt, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .prev_bt, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .nex_bt {
    padding: 10px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    background-color: #797b7d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box {
    width: 50%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box {
    width: 100%;
    padding: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box img, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .short-box, .cont-sec .cont_wrap .content-box .view-box .list-box .short-box {
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #e1e3e5;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box {
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    display: flex;
    padding: 20px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box h3, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
    padding-bottom: 20px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box div, .cont-sec .con-cont .content-box .view-box .list-box .mid-box p, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box div, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box p {
    content: "A" !important;
    display: block !important;
    margin-bottom: 1em !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box img, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box img {
    max-width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box {
    display: flex;
    justify-content: space-between;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box .pre_title a, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box .pre_title a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box .nex_title a, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box .nex_title a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box, .cont-sec .cont_wrap .content-box .view-box .bt-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a, .cont-sec .cont_wrap .content-box .view-box .bt-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    background-color: #3f6078;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.history_bt, .cont-sec .con-cont .content-box .view-box .bt-box a.list_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.history_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.list_bt {
    background-color: #56a3ac;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.prev_btn, .cont-sec .con-cont .content-box .view-box .bt-box a.nex_btn, .cont-sec .cont_wrap .content-box .view-box .bt-box a.prev_btn, .cont-sec .cont_wrap .content-box .view-box .bt-box a.nex_btn {
    background-color: #ac9e56;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.prev_btn.non_bt, .cont-sec .con-cont .content-box .view-box .bt-box a.nex_btn.non_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.prev_btn.non_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.nex_btn.non_bt {
    background-color: #8e9393;
  }
}
@media screen and (max-width: 992px) {
  .cont-sec .con-cont .content-box .view-box, .cont-sec .cont_wrap .content-box .view-box {
    margin-top: 130px;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box, .cont-sec .cont_wrap .content-box .view-box .bt-box {
    padding-top: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.list_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.list_bt {
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 110px;
    height: 35px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box, .cont-sec .cont_wrap .content-box .view-box .list-box {
    width: 100%;
    padding: 0 10px 30px;
    margin-top: 10px;
    /*////썸네일*/
    /*/////////////////////////////*/
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box h1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box p, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor {
    width: calc(20% - 0px);
    height: 80px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster {
    height: 80px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster .zoombox, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster .zoombox {
    width: 15px;
    height: 15px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    background-image: url(../imgs/icon/zoomin.png);
    margin-top: -200px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster::before, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster::before {
    margin-top: -210px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width1 {
    width: 40%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width2, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width2 {
    width: 30%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width3, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width3 {
    width: 20%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height1 {
    padding-bottom: 400px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height2, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height2 {
    padding-bottom: 300px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height3, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height3 {
    padding-bottom: 200px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .preloader, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .preloader {
    display: none;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .preloaderStyle, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .preloaderStyle {
    background: red;
    width: 100%;
    height: 100px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box {
    padding: 50px 0 50px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box .title_h2, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box .title_h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 20px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box .short_p, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box .short_p {
    width: 80%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .long_p, .cont-sec .cont_wrap .content-box .view-box .list-box .long_p {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box {
    width: 25%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box span, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box span {
    margin-right: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .left-bx, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .left-bx {
    width: 50px;
    height: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .right-bx, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .right-bx {
    height: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .right-bx img, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .right-bx img {
    width: 15px;
    height: 15px;
    margin-top: 18px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box {
    width: 50%;
    padding: 50px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_h1, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_h1 {
    font-size: 62px;
    font-weight: 600;
    line-height: 62px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #323333;
    text-align: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p span, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p span {
    font-weight: 700;
    margin-left: 5px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box {
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: flex !important;
    justify-content: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .prev_bt, .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .nex_bt, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .prev_bt, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .nex_bt {
    padding: 10px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    background-color: #797b7d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box {
    width: 50%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box {
    width: 100%;
    padding: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box img, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .short-box, .cont-sec .cont_wrap .content-box .view-box .list-box .short-box {
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #e1e3e5;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box {
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    display: flex;
    padding: 20px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box h3, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
    padding-bottom: 20px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box div, .cont-sec .con-cont .content-box .view-box .list-box .mid-box p, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box div, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box p {
    content: "A" !important;
    display: block !important;
    margin-bottom: 1em !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box img, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box img {
    max-width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box {
    display: flex;
    justify-content: space-between;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box .pre_title a, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box .pre_title a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box .nex_title a, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box .nex_title a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box, .cont-sec .cont_wrap .content-box .view-box .bt-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a, .cont-sec .cont_wrap .content-box .view-box .bt-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    background-color: #3f6078;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.history_bt, .cont-sec .con-cont .content-box .view-box .bt-box a.list_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.history_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.list_bt {
    background-color: #56a3ac;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.prev_btn, .cont-sec .con-cont .content-box .view-box .bt-box a.nex_btn, .cont-sec .cont_wrap .content-box .view-box .bt-box a.prev_btn, .cont-sec .cont_wrap .content-box .view-box .bt-box a.nex_btn {
    background-color: #ac9e56;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.prev_btn.non_bt, .cont-sec .con-cont .content-box .view-box .bt-box a.nex_btn.non_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.prev_btn.non_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.nex_btn.non_bt {
    background-color: #8e9393;
  }
}
@media screen and (max-width: 768px) {
  .cont-sec .con-cont .content-box .view-box, .cont-sec .cont_wrap .content-box .view-box {
    margin-top: 50px;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box, .cont-sec .cont_wrap .content-box .view-box .bt-box {
    padding-top: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.list_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.list_bt {
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 110px;
    height: 35px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box, .cont-sec .cont_wrap .content-box .view-box .list-box {
    width: 100%;
    padding: 0 10px 20px;
    margin-top: 10px;
    /*////썸네일*/
    /*/////////////////////////////*/
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box h1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box p, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor {
    width: calc(25% - 0px);
    height: 80px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster {
    height: 80px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster .zoombox, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster .zoombox {
    width: 15px;
    height: 15px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    background-image: url(../imgs/icon/zoomin.png);
    margin-top: -200px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster::before, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster::before {
    margin-top: -210px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width1 {
    width: 40%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width2, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width2 {
    width: 30%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width3, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width3 {
    width: 20%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height1 {
    padding-bottom: 400px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height2, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height2 {
    padding-bottom: 300px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height3, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height3 {
    padding-bottom: 200px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .preloader, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .preloader {
    display: none;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .preloaderStyle, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .preloaderStyle {
    background: red;
    width: 100%;
    height: 100px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box {
    padding: 50px 0 50px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box .title_h2, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box .title_h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 20px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box .short_p, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box .short_p {
    padding: 0 20px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .long_p, .cont-sec .cont_wrap .content-box .view-box .list-box .long_p {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box {
    width: 25%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box span, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box span {
    margin-right: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .left-bx, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .left-bx {
    width: 50px;
    height: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .right-bx, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .right-bx {
    height: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .right-bx img, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .right-bx img {
    width: 15px;
    height: 15px;
    margin-top: 18px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box {
    width: 50%;
    padding: 50px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_h1, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_h1 {
    font-size: 62px;
    font-weight: 600;
    line-height: 62px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #323333;
    text-align: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p span, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p span {
    font-weight: 700;
    margin-left: 5px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box {
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: flex !important;
    justify-content: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .prev_bt, .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .nex_bt, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .prev_bt, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .nex_bt {
    padding: 10px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    background-color: #797b7d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box {
    width: 50%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box {
    width: 100%;
    padding: 5px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .short-box, .cont-sec .cont_wrap .content-box .view-box .list-box .short-box {
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #e1e3e5;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box {
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    display: flex;
    padding: 20px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box h3, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
    padding-bottom: 20px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box div, .cont-sec .con-cont .content-box .view-box .list-box .mid-box p, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box div, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box p {
    content: "A" !important;
    display: block !important;
    margin-bottom: 1em !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box img, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box img {
    max-width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box {
    display: flex;
    justify-content: space-between;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box .pre_title a, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box .pre_title a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box .nex_title a, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box .nex_title a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box, .cont-sec .cont_wrap .content-box .view-box .bt-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a, .cont-sec .cont_wrap .content-box .view-box .bt-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    background-color: #3f6078;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.history_bt, .cont-sec .con-cont .content-box .view-box .bt-box a.list_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.history_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.list_bt {
    background-color: #56a3ac;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.prev_btn, .cont-sec .con-cont .content-box .view-box .bt-box a.nex_btn, .cont-sec .cont_wrap .content-box .view-box .bt-box a.prev_btn, .cont-sec .cont_wrap .content-box .view-box .bt-box a.nex_btn {
    background-color: #ac9e56;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.prev_btn.non_bt, .cont-sec .con-cont .content-box .view-box .bt-box a.nex_btn.non_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.prev_btn.non_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.nex_btn.non_bt {
    background-color: #8e9393;
  }
}
@media screen and (max-width: 576px) {
  .cont-sec .con-cont .content-box .view-box, .cont-sec .cont_wrap .content-box .view-box {
    margin-top: 50px;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box, .cont-sec .cont_wrap .content-box .view-box .bt-box {
    padding-top: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.list_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.list_bt {
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 110px;
    height: 35px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box, .cont-sec .cont_wrap .content-box .view-box .list-box {
    width: 100%;
    padding: 0 10px 20px;
    margin-top: 10px;
    /*////썸네일*/
    /*/////////////////////////////*/
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box h1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .tit-box p, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .tit-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a.postGall_anchor {
    width: calc(33.3333333333% - 0px);
    height: 75px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster {
    height: 80px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster .zoombox, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster .zoombox {
    width: 15px;
    height: 15px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    background-image: url(../imgs/icon/zoomin.png);
    margin-top: -200px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster::before, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .postGalleryList_g a div .nak-gallery-poster::before {
    margin-top: -210px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width1 {
    width: 40%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width2, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width2 {
    width: 30%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width3, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .revGallery-anchor-width3 {
    width: 20%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height1, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height1 {
    padding-bottom: 400px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height2, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height2 {
    padding-bottom: 300px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height3, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .nak-gallery-height3 {
    padding-bottom: 200px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .preloader, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .preloader {
    display: none;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .postGalleryList .contex-box .preloaderStyle, .cont-sec .cont_wrap .content-box .view-box .list-box .postGalleryList .contex-box .preloaderStyle {
    background: red;
    width: 100%;
    height: 100px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box {
    padding: 40px 0 30px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box .title_h2, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box .title_h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .title_tex_box .short_p, .cont-sec .cont_wrap .content-box .view-box .list-box .title_tex_box .short_p {
    padding: 0 20px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .midTex, .cont-sec .cont_wrap .content-box .view-box .list-box .midTex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .midTex .long_p, .cont-sec .cont_wrap .content-box .view-box .list-box .midTex .long_p {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .midTex .long_p div, .cont-sec .con-cont .content-box .view-box .list-box .midTex .long_p p, .cont-sec .cont_wrap .content-box .view-box .list-box .midTex .long_p div, .cont-sec .cont_wrap .content-box .view-box .list-box .midTex .long_p p {
    content: "A" !important;
    display: block !important;
    margin-bottom: 1em !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box {
    width: 25%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box span, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box span {
    margin-right: 10px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .left-bx, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .left-bx {
    width: 50px;
    height: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .right-bx, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .right-bx {
    height: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .top-box .texz-box .right-bx img, .cont-sec .cont_wrap .content-box .view-box .list-box .top-box .texz-box .right-bx img {
    width: 15px;
    height: 15px;
    margin-top: 18px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box {
    width: 50%;
    padding: 50px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_h1, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_h1 {
    font-size: 62px;
    font-weight: 600;
    line-height: 62px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #323333;
    text-align: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p span, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .tex_p span {
    font-weight: 700;
    margin-left: 5px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box {
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: flex !important;
    justify-content: center;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .prev_bt, .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .nex_bt, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .prev_bt, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .mid-box .preNex_box .nex_bt {
    padding: 10px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #ffffff;
    background-color: #797b7d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box {
    width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box, .cont-sec .cont_wrap .content-box .view-box .list-box .tgall-sec .Igall .imgList_box .imgList_box {
    width: 100%;
    padding: 5px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .short-box, .cont-sec .cont_wrap .content-box .view-box .list-box .short-box {
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #e1e3e5;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box {
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    display: flex;
    padding: 20px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box h3, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
    padding-bottom: 20px;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box div, .cont-sec .con-cont .content-box .view-box .list-box .mid-box p, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box div, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box p {
    content: "A" !important;
    display: block !important;
    margin-bottom: 1em !important;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .mid-box img, .cont-sec .cont_wrap .content-box .view-box .list-box .mid-box img {
    max-width: 100%;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box {
    display: flex;
    justify-content: space-between;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box .pre_title a, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box .pre_title a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .list-box .pre_title_box .nex_title a, .cont-sec .cont_wrap .content-box .view-box .list-box .pre_title_box .nex_title a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #4b4c4d;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box, .cont-sec .cont_wrap .content-box .view-box .bt-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a, .cont-sec .cont_wrap .content-box .view-box .bt-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    background-color: #3f6078;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.history_bt, .cont-sec .con-cont .content-box .view-box .bt-box a.list_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.history_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.list_bt {
    background-color: #56a3ac;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.prev_btn, .cont-sec .con-cont .content-box .view-box .bt-box a.nex_btn, .cont-sec .cont_wrap .content-box .view-box .bt-box a.prev_btn, .cont-sec .cont_wrap .content-box .view-box .bt-box a.nex_btn {
    background-color: #ac9e56;
  }
  .cont-sec .con-cont .content-box .view-box .bt-box a.prev_btn.non_bt, .cont-sec .con-cont .content-box .view-box .bt-box a.nex_btn.non_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.prev_btn.non_bt, .cont-sec .cont_wrap .content-box .view-box .bt-box a.nex_btn.non_bt {
    background-color: #8e9393;
  }
}
.cont-sec .con-cont .content-box .thum-sec, .cont-sec .cont_wrap .content-box .thum-sec {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum, .cont-sec .cont_wrap .content-box .thum-sec .con-thum {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .list_topBox, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .list_topBox {
  width: 100%;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .list_topBox .topBox, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .list_topBox .topBox {
  display: flex;
  padding: 20px 10px;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .list_topBox .topBox__full, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .list_topBox .topBox__full {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .list_topBox .topBox__full--tagA, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .list_topBox .topBox__full--tagA {
  padding: 7px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #323333;
  border: 1px solid #afb2b3;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .list_topBox .topBox__full--tagA.par_link, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .list_topBox .topBox__full--tagA.par_link {
  background-color: #323333;
  color: #ffffff;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .list_topBox .topBox__full .tex_h3, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .list_topBox .topBox__full .tex_h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #6986ad;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .list_topBox .topBox__full .tex_p, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .list_topBox .topBox__full .tex_p {
  margin-left: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #323333;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box {
  width: 100%;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 14px);
  height: auto;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #d8dce3;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 210px;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: #0a0a0a;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img {
  transform: scale(1.1);
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after {
  opacity: 0;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #4b4c4d;
  margin-top: 5px;
}
.cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #7d7f80;
  margin-top: 10px;
}
@media screen and (max-width: 1500px) {
  .cont-sec .con-cont .content-box .thum-sec, .cont-sec .cont_wrap .content-box .thum-sec {
    margin-top: 70px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum, .cont-sec .cont_wrap .content-box .thum-sec .con-thum {
    padding: 0 15px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox {
    width: calc(33.3333333333% - 14px);
    height: auto;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8dce3;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 190px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #0a0a0a;
    opacity: 0.5;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img {
    transform: scale(1.1);
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after {
    opacity: 0;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .cont-sec .con-cont .content-box .thum-sec, .cont-sec .cont_wrap .content-box .thum-sec {
    margin-top: 50px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum, .cont-sec .cont_wrap .content-box .thum-sec .con-thum {
    padding: 0 15px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox {
    width: calc(33.3333333333% - 14px);
    height: auto;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8dce3;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #0a0a0a;
    opacity: 0.5;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img {
    transform: scale(1.1);
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after {
    opacity: 0;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .cont-sec .con-cont .content-box .thum-sec, .cont-sec .cont_wrap .content-box .thum-sec {
    margin-top: 40px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum, .cont-sec .cont_wrap .content-box .thum-sec .con-thum {
    padding: 0 15px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox {
    width: calc(50% - 10px);
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8dce3;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #0a0a0a;
    opacity: 0.5;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img {
    transform: scale(1.1);
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after {
    opacity: 0;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cont-sec .con-cont .content-box .thum-sec, .cont-sec .cont_wrap .content-box .thum-sec {
    margin-top: 20px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum, .cont-sec .cont_wrap .content-box .thum-sec .con-thum {
    padding: 0 15px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8dce3;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #0a0a0a;
    opacity: 0.5;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img {
    transform: scale(1.1);
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after {
    opacity: 0;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .cont-sec .con-cont .content-box .thum-sec, .cont-sec .cont_wrap .content-box .thum-sec {
    margin-top: 10px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum, .cont-sec .cont_wrap .content-box .thum-sec .con-thum {
    padding: 0 15px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8dce3;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a .img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a::after {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #0a0a0a;
    opacity: 0.5;
    transition: all 0.5s ease;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover .img {
    transform: scale(1.1);
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__img .timag a:hover::after {
    opacity: 0;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .cont-sec .con-cont .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4, .cont-sec .cont_wrap .content-box .thum-sec .con-thum .mid-tcon-box ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
}

.bot-gab {
  width: 100%;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .bot-gab {
    height: 80px;
  }
}
@media screen and (max-width: 576px) {
  .bot-gab {
    height: 40px;
  }
}
@media screen and (max-width: 420px) {
  .bot-gab {
    height: 30px;
  }
}

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