body,
html {
  padding: 0;
  margin: 0;
}
* {
  font-family: "NanumSquare";
}

.wrap {
  margin: 0 auto;
  width: 90%;
}

.wrapper {
  overflow: initial !important;
}

.gnb {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 12;
}
.gnb .wrap {
  display: flex;
  justify-content: space-between;
}

.gnb::after {
  content: "";
  display: block;
  clear: both;
}
.gnb .logo {
  width: 250px;
  height: 74px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  float: left;
}
.gnb .logo img {
  width: 250px;
}
.gnb .mainManu {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  margin-left: 85px;
}
.gnb .mainManu li {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.gnb .mainManu li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.5px;
  width: 1px;
  height: 19px;
  background-color: #000;
}
.gnb .mainManu li:first-child:before {
  display: none;
}
.gnb .mainManu li a {
  display: block;
  line-height: 74px;
  padding: 0 23.5px;
  font-size: 20px;
  font-weight: 800;
  color: #000;
  text-decoration: none;
}
.gnb .snsIcon {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}
.gnb .snsIcon li {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.gnb .snsIcon li a {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: -1000px;
  margin-top: 15px;
}
.gnb .snsIcon li a.facebook {
  background-image: url(/resources/img/ic_sns.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
.gnb .snsIcon li a.instagram {
  background-image: url(/resources/img/ic_sns.png);
  background-repeat: no-repeat;
  background-position: -34px 10px;
}
.gnb .snsIcon li a.youtube {
  background-image: url(/resources/img/ic_sns.png);
  background-repeat: no-repeat;
  background-position: -78px 10px;
}
.gnb .mobileMenuView {
  display: none;
}

.bodySlide {
  margin-top: 75px;
  width: 100%;
  height: 339px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 90px 0 #f3f3f3;
}
.bodySlide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bodySlide .mainSlide {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bodySlide .mainSlide .slideItem {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bodySlide .mainSlide .slideItem.slide01 {
  background-image: url(/resources/img/bg01.jpg);
}
.bodySlide .mainSlide .slideItem.slide02 {
  background-image: url(/resources/img/bg02.jpg);
}
.bodySlide .mainSlide .slideItem.slide03 {
  background-image: url(/resources/img/bg03.jpg);
}
.bodySlide .mainSlide .slideItem.slide04 {
  background-image: url(/resources/img/bg04.JPG);
}
.bodySlide .mainSlide .slideItem.slide05 {
  background-image: url(/resources/img/bg05.jpg);
}
.bodySlide .mainSlide .slideItem.slide06 {
  background-image: url(/resources/img/bg06.jpg);
}
.bodySlide .mainSlide .slideItem.slide07 {
  background-image: url(/resources/img/bg07.jpg);
  background-position-y: 85%;
}
.bodySlide .mainSlide .slideItem.slide08 {
  background-image: url(/resources/img/bg08.jpg);
  background-position-y: 40%;
}
.bodySlide .mainSlide .slideItem.slide011 {
  background-image: url(/resources/img/bg11.jpg);
}
.bodySlide .mainSlide .slideItem.slide012 {
  background-image: url(/resources/img/bg12.png);
}
.bodySlide .mainSlide .slideItem.slide002 {
  background-image: url(/resources/img/bg002.png);
}
.bodySlide .mainSlide .slideItem.slide003 {
  background-image: url(/resources/img/240312/bg003.png);
}

/* 수정 */
.slideItem-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bgicon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
.bgicon-container > div > img {
  max-width: 100%;
}

@media (max-width: 550px) {
  .slideItem-icon {
    align-items: baseline;
  }
  .bgicon-container {
    flex-direction: column;
    padding: 0 20px;
  }
  .bgicon-container > div {
    text-align: center;
    margin: 0;
    width: auto;
    height: 120px;
  }
  .bgicon-container > div > img {
    padding: 15px 0;
    width: auto;
    max-width: unset;
    height: 100%;
  }
}
.betterdj {
  color: #467d86;
  font-size: 28px;
  font-weight: 800;
}
@media (max-width: 800px) {
  .bgicon-container > div {
    height: 110px;
  }
  .bodySlide {
    height: 300px;
  }
}
/* 수정 */

.bodySlide .bx-prev {
  position: absolute;
  top: 300px;
  left: 7%;
  width: 54px;
  height: 54px;
  margin: -27px 0 0 0;
  z-index: 3;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url(/resources/img/ic_slide_control.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.bodySlide .bx-next {
  position: absolute;
  top: 300px;
  right: 7%;
  width: 54px;
  height: 54px;
  margin: -27px 0 0 0;
  z-index: 3;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url(/resources/img/ic_slide_control.png);
  background-repeat: no-repeat;
  background-position: -54px 0;
}

.bodyContent {
  position: absolute;
  width: calc(100% - 30px);
  height: 339px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: wrap;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 800px) {
  .bodyContent {
    height: 300px;
  }
}
.bodyContent .bbsLink {
  position: absolute;
  bottom: -37.5px;
  height: 75px;
  font-size: 0;
  text-align: center;
  width: 100%;
}
.bodyContent .bbsLink:after {
  content: "";
  display: block;
  clear: both;
}
.bodyContent .bbsLink a {
  display: inline-block;
  height: 75px;
  font-size: 0;
  color: #ddd;
  font-weight: 700;
  margin: 0 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background-color: #f6f6f6;
  text-decoration: none;
}
.bodyContent .bbsLink a .text {
  display: block;
  width: 249px;
  height: 75px;
  text-align: center;
  font-size: 25px;
  float: left;
  line-height: 75px;
}
.bodyContent .bbsLink a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 100%;
  background-color: #fff;
  float: right;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.bodyContent .bbsLink a.bbs1 .icon {
  background-image: url(/resources/img/240312/reporton-b.png);
}
.bodyContent .bbsLink a.bbs2 .icon {
  background-image: url(/resources/img/240312/newson-b.png);
}
.bodyContent .bbsLink a.on {
  background-color: #e5bdc3;
  color: #b84253;
}
.bodyContent .bbsLink a:nth-child(2).on {
  background-color: #acd6dd;
  color: #467d86;
}
.iconon {
  position: relative;
  width: 100%;
}
@media (max-width: 800px) {
  .bodyContent .bbsLink a .icon {
    width: 50px;
  }
}
.bodyContent .bbsLink a:hover,
.bodyContent .bbsLink a:focus,
.bodyContent .bbsLink a:active {
  background-color: #e5bdc3;
  border-color: #e5bdc3;
  color: #b84253;
}
.bodyContent .bbsLink a:nth-child(2):hover,
.bodyContent .bbsLink a:nth-child(2):focus,
.bodyContent .bbsLink a:nth-child(2):active {
  background-color: #acd6dd;
  border-color: #acd6dd;
  color: #467d86;
}

.bbsHeader {
  font-size: 24px;
  text-align: center;
  padding-top: 100px;
}

.bbsHeader .wrap {
  position: relative;
  line-height: 160%;
  padding-bottom: 25px;
}

.bbsHeader b {
  color: #e4007f;
  font-weight: 800;
}

.bbsHeaderment {
  font-size: 28px;
  text-align: center;
  padding-top: 12px;
}
.bbsHeaderment .wrap {
  position: relative;
  line-height: 160%;
  padding-bottom: 25px;
}
.bbsHeader .wrapline:after {
  content: "";
  display: block;
  height: 18px;
  border-top: 1px solid #000;
  border-radius: 0 18px 0 0;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bbsHeader .wrapline:before {
  content: "";
  display: block;
  height: 18px;
  border-top: 1px solid #000;
  border-radius: 18px 0 0 0;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bbsLists {
  padding-top: 90px;
}
.bbsLists .bbsCount {
  color: #b4b2b7;
  height: 54px;
}
.bbsLists .bbsCount b {
  color: #7980b4;
  font-weight: 800;
  font-size: 18px;
}
.bbsLists .listTable {
  width: 100%;
  border-top: 2px solid #878788;
  padding: 0;
  border-collapse: collapse;
}
.bbsLists .listTable td {
  height: 72px;
  border-top: 1px solid #f2f2f4;
  border-bottom: 1px solid #f2f2f4;
  text-align: center;
}
.bbsLists .listTable td:nth-child(2) {
  text-align: left;
  text-indent: 10px;
}
.bbsLists .listTable .notice td {
  background-color: #fff9ed;
}
.bbsLists .listTable .notice td:nth-child(1) {
  font-weight: 800;
  color: #e55d58;
}
.bbsLists .listTable .notice td:nth-child(2) {
  font-weight: 800;
  color: #ae3209;
}

.gallery-bcontainer {
  width: 1140px;
  max-width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 20px 0;
}

.gallery-bcontainer > .gallery-scontainer {
  height: auto;
}
.gallery-scontainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  padding-bottom: 0;
  border: 1px solid rgb(238, 238, 238);
}

.gallery-img {
  width: 100%;
  height: 210px;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 10px;
  word-break: break-all;
}

.dateinput {
  display: flex;
  justify-content: space-between;
}

.gap {
  width: 16px;
}

.gapwave {
  max-width: 50px;
}

.eyoom-form .inline-group.subject {
  position: relative;
}
.eyoom-form .inline-group.subject > label {
  float: none !important;
  display: inline-block;
  box-sizing: border-box;
  width: 28%;
}
/* .eyoom-form .inline-group.subject > label:nth-child(1),
.eyoom-form .inline-group.subject > label:nth-child(4) {
  width: 21%;
}
.eyoom-form .inline-group.subject > label:nth-child(2),
.eyoom-form .inline-group.subject > label:nth-child(5) {
  width: 30%;
}
.eyoom-form .inline-group.subject > label:nth-child(3),
.eyoom-form .inline-group.subject > label:nth-child(6) {
  width: 35%;
} */
@media all and (max-width: 767px) {
  .eyoom-form .inline-group.subject > label {
    width: 100% !important;
  }
}

.label-txt {
  position: relative;
  display: flex;
}
.label-txt b {
  display: inline-block;
  font-weight: 800;
  word-break: keep-all;
  padding-right: 8px;
  line-height: 1.4;
}
.label-txt p {
  flex: 1;
  font-weight: normal;
  line-height: 1.4;
}

@media all and (max-width: 1199px) {
  .gallery-img {
    height: 170px;
  }
}

@media all and (max-width: 1025px) {
  .gallery-bcontainer {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery-img {
    height: auto;
  }
}

@media all and (max-width: 1000px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .bodySlide .bx-prev {
    left: 30px;
  }
  .bodySlide .bx-next {
    right: 30px;
  }
}

@media all and (max-width: 900px) {
  .gnb .mainManu li a {
    font-size: 17px;
  }
  .bbsHeader {
    font-size: 25px;
  }
  .bbsLists .listTable td:nth-child(5) {
    display: none;
  }
}

@media all and (max-width: 800px) {
  .gnb .mainManu {
    position: fixed;
    top: 75px;
    left: -250px;
    width: 250px;
    height: calc(100% - 75px);
    background-color: #fff;
    margin: 0;
    transition: 0.3s;
    z-index: 1;
  }
  .gnb-bg {
    display: none;
    position: fixed;
    top: 75px;
    left: 0;
    width: 100vw;
    height: calc(100% - 75px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 11;
  }
  .gnb .mainManu.on {
    left: 0;
  }
  .gnb .mainManu li {
    width: 100%;
  }
  .gnb .mainManu li:before {
    display: none;
  }
  .gnb .snsIcon {
    position: fixed;
    bottom: 0;
    left: -250px;
    width: 250px;
    height: 230px;
    animation-name: snsHide;
    animation-duration: 0.3s;
  }
  .gnb .snsIcon.on {
    left: 0;
    animation-name: snsView;
    animation-duration: 0.3s;
  }
  .gnb .snsIcon li {
    width: 100%;
  }
  .gnb .snsIcon li a {
    width: 100%;
    background: none;
    text-indent: 40px;
    line-height: 44px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative;
  }
  .gnb .snsIcon li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 24px;
    height: 24px;
  }
  .gnb .snsIcon li a.facebook,
  .gnb .snsIcon li a.instagram,
  .gnb .snsIcon li a.youtube {
    background-image: none;
  }
  .gnb .snsIcon li a.facebook:after {
    background-image: url(/resources/img/ic_sns.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .gnb .snsIcon li a.instagram:after {
    background-image: url(/resources/img/ic_sns.png);
    background-repeat: no-repeat;
    background-position: -44px 0;
  }
  .gnb .snsIcon li a.youtube:after {
    background-image: url(/resources/img/ic_sns.png);
    background-repeat: no-repeat;
    background-position: -88px 0;
  }

  .gnb .mobileMenuView {
    width: 30px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .gnb .mobileMenuView span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000;
    transition: 0.3s;
  }
  .gnb .mobileMenuView.on span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 3.5px 7px;
  }
  .gnb .mobileMenuView.on span:nth-child(2) {
    background-color: #fff;
  }
  .gnb .mobileMenuView.on span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 3.5px -5px;
  }

  @keyframes menuHide {
    from {
      left: 0;
    }
    to {
      left: -250px;
    }
  }
  @keyframes menuView {
    from {
      left: -250px;
    }
    to {
      left: 0;
    }
  }
  @keyframes snsHide {
    from {
      left: 0;
    }
    to {
      left: -250px;
    }
  }
  @keyframes snsView {
    from {
      left: -250px;
    }
    to {
      left: 0;
    }
  }
  @keyframes fnbMenuChange1 {
    from {
      transform: rotate(0);
      top: -7px;
    }
    to {
      transform: rotate(45deg);
      top: 0;
    }
  }
  @keyframes fnbMenuChange2 {
    from {
      transform: rotate(0);
      top: 7px;
    }
    to {
      transform: rotate(-45deg);
      top: 0;
    }
  }
  @keyframes fnbMenuChange0 {
    from {
      background-color: rgba(255, 255, 255, 1);
    }
    to {
      background-color: rgba(255, 255, 255, 0);
    }
  }
  @keyframes fnbMenuReturn1 {
    from {
      transform: rotate(45deg);
      top: 0;
    }
    to {
      transform: rotate(0);
      top: -7px;
    }
  }
  @keyframes fnbMenuReturn2 {
    from {
      transform: rotate(-45deg);
      top: 0;
    }
    to {
      transform: rotate(0);
      top: 7px;
    }
  }
  @keyframes fnbMenuReturn0 {
    from {
      background-color: rgba(255, 255, 255, 0);
    }
    to {
      background-color: rgba(255, 255, 255, 1);
    }
  }
}

@media all and (max-width: 700px) {
  .bbsLists .listTable td:nth-child(3),
  .bbsLists .listTable td:nth-child(4),
  .bbsLists .listTable td:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .bodyContent {
    background-size: 100%;
  }
}

@media (max-width: 800px) {
  .bodyContent {
    left: 50%;
    transform: translateX(-50%);
  }
  .bodyContent .bbsLink {
    margin: 0 auto;
    width: 100%;
    display: flex;
    height: 50px;
    bottom: -25px;
  }
  .bodyContent .bbsLink a {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .bodyContent .bbsLink a .text {
    height: 100%;
    line-height: 50px;
    font-size: 17px;
    width: calc(100% - 50px);
  }
}

@media (max-width: 760px) {
  .icon6 {
    background-size: 100% !important;
    background-position: center center;
    background-size: auto 95%;
  }
}
@media (max-width: 480px) {
  .icon6 {
    background-size: 100% !important;
    background-position: center center;
  }
}

@media screen and (min-width: 427px) and (max-width: 1025px) {
  .gallery-bcontainer {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }
  .gallery-img img {
    width: 100%;
  }
}

@media screen and (max-width: 426px) {
  .gallery-bcontainer {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
  .gallery-img img {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .dateinput {
    flex-direction: column;
    align-items: center;
  }
  .gapwave {
    transform: rotate(90deg);
    margin-bottom: 5px;
    width: 25px;
  }
}

/* 250919 추가 */
.recognition {
  margin-top: 75px;
  height: 1050px;
  background: url(/resources/img/240312/recognition.jpg) no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.footer-menu li a {
  color: #000 !important;
}
.footer-left h4 strong {
  color: #000 !important;
}
.footer-sns li a {
  background: #727171 !important;
}
.eb-pagination a.active {
  background: #727171 !important;
}
@media screen and (max-width: 1000px) {
  .recognition {
    padding-top: calc(844 / 767 * 100%);
    height: auto;
  }
}
