@charset "UTF-8";
/*
헤더 */
.header {
  color: #000;
}
.header .logo {
  content: url("../img/common/logo-b.png");
}
.header .lang-wrap {
  color: inherit;
}
.header .lang-btn img {
  content: url("../img/common/lang.png");
}
.header .lang-btn .fi::after {
  background-color: #000;
}
.header .mobile-menu-btn > span {
  background-color: #000;
}

.visual,
.page-top > *,
.sub-nav-wrap,
.section {
  opacity: 0;
}

/* page-top */
.page-top {
  margin: 0 auto;
  padding-top: 25rem;
  width: 100%;
}

/* 페이지로케이션 */
.page-location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 4rem;
  width: 100%;
}
.page-location li {
  position: relative;
  font-size: var(--fs-com);
  font-family: "SUIT", sans-serif;
}
.page-location li:not(:first-child) {
  padding: 0 2rem;
}
.page-location li:not(:last-child, :first-child)::after {
  position: absolute;
  right: -0.25rem;
  top: 50%;
  content: "\f105";
  font-family: "fontello";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.page-tit {
  margin-bottom: 8rem;
  font-size: 9rem;
}

.visual {
  width: 100%;
  height: 40rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.visual.about-1 {
  background-image: url("../img/sub/visual/about-1.jpg");
}
.visual.about-2 {
  background-image: url("../img/sub/visual/about-2.jpg");
}
.visual.tech-1 {
  background-image: url("../img/sub/visual/tech-1.jpg");
}
.visual.tech-2 {
  background-image: url("../img/sub/visual/tech-2.jpg");
}

.sec-tit-wrap .tit {
  margin: 4rem 0;
  line-height: 1;
  font-size: 4rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #df2f23;
}
.sec-tit-wrap .desc {
  line-height: 1.2;
  font-size: 3.3855vw;
}

@media all and (min-width: 120.0625rem) {
  .sec-tit-wrap .desc {
    font-size: 6.5rem;
  }
}
@media all and (max-width: 85.375rem) {
  .page-top {
    padding-top: 20rem;
  }
  .page-tit {
    margin-bottom: 6rem;
    font-size: 6rem;
  }
  .sec-tit-wrap .tit {
    font-size: 3.5rem;
  }
  .sec-tit-wrap .desc {
    font-size: 4.2vw;
  }
}
@media all and (max-width: 63.9375rem) {
  .page-top {
    padding-top: 17rem;
  }
  .page-location {
    margin: 0 0 3rem;
  }
  .page-location li {
    font-size: 1.4rem;
  }
  .page-tit {
    margin-bottom: 6rem;
    font-size: 6rem;
  }
  .visual {
    height: 35rem;
  }
  .sec-tit-wrap .tit {
    font-size: 3rem;
  }
  .sec-tit-wrap .desc {
    line-height: 1.4;
    font-size: 4.5vw;
  }
}
@media all and (max-width: 47.9375rem) {
  .page-top {
    padding-top: 15rem;
  }
  .page-location {
    margin-bottom: 2.5rem;
  }
  .page-location li {
    font-size: 1.2rem;
  }
  .page-location li:not(:first-child) {
    padding: 0 1rem;
  }
  .page-location li:first-child img {
    width: 1.8rem;
  }
  .page-tit {
    margin-bottom: 6rem;
    font-size: 4rem;
  }
  .sec-tit-wrap .tit {
    font-size: 2rem;
  }
  .sec-tit-wrap .desc {
    font-size: 6.9vw;
  }
}
/*
서브네비게이션 */
.sub-nav-wrap {
  overflow-x: auto;
  padding-top: 8rem;
  width: 100%;
}
.sub-nav-wrap::-webkit-scrollbar {
  height: 0;
}
.sub-nav-wrap .sub-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.sub-nav-wrap .sub-nav li {
  overflow: hidden;
  margin-right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.sub-nav-wrap .sub-nav li a {
  overflow: hidden;
  display: block;
  padding: 1.7rem 2rem;
  width: 100%;
  min-width: 12rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #ccc;
  background-color: #fff;
  border-radius: 3rem;
  white-space: nowrap;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.sub-nav-wrap .sub-nav li a:hover {
  color: #fff;
  background-color: #df2f24;
}
.sub-nav-wrap .sub-nav li:focus {
  color: #fff;
}
.sub-nav-wrap .sub-nav li.active a {
  color: #fff;
  background-color: #df2f24;
}

@media all and (max-width: 64rem) {
  .sub-nav-wrap .sub-nav li a {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .sub-nav-wrap {
    padding-left: 2rem;
  }
  .sub-nav-wrap .sub-nav li {
    width: auto;
  }
  .sub-nav-wrap .sub-nav li a {
    padding: 1rem 1rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .sub-nav-wrap .sub-nav li a {
    font-size: 1.2rem;
  }
}
/*
회사소개 */
.company .sec-1 .col-wrap {
  display: grid;
  grid-template-columns: 46.875% 1fr;
  position: relative;
  margin: 0 auto;
  max-width: 192rem;
}
.company .sec-1 .col-wrap .img-wrap {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.company .sec-1 .col-wrap .txt-wrap {
  position: relative;
  padding: 18.2% 0;
  padding-right: 22.17%;
  line-height: 1.9;
  font-size: var(--fs-xl);
  font-weight: 300;
  background-color: var(--main-bg-color);
}
.company .sec-1 .col-wrap .txt-wrap .txt-inner {
  margin-left: -4rem;
  text-align: justify;
}
.company .sec-1 .col-wrap .txt-wrap p:first-child {
  margin-bottom: 4.5rem;
}

@media all and (max-width: 85.375rem) {
  .company .sec-1 .col-wrap .txt-wrap {
    padding: 15% 0 18.2%;
    padding-right: 22.17%;
  }
}
@media all and (max-width: 64rem) {
  .company .sec-1 .col-wrap .txt-wrap {
    padding: 15% 0 18.2%;
    padding-right: 4rem;
  }
  .company .sec-1 .col-wrap .txt-wrap p {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .company .sec-1 .col-wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
  .company .sec-1 .col-wrap .txt-wrap {
    padding: 12% 2rem 5%;
    line-height: 1.7;
  }
  .company .sec-1 .col-wrap .txt-wrap .txt-inner {
    margin-left: 0;
  }
  .company .sec-1 .col-wrap .txt-wrap p {
    margin-bottom: 3rem;
  }
  .company .sec-1 .col-wrap .txt-wrap p:first-child {
    margin-bottom: 3.5rem;
  }
}
/* 연혁 */
.history .history-wrap {
  position: relative;
  margin-top: 23rem;
}
.history .history-wrap .line {
  overflow: hidden;
  position: absolute;
  left: calc(50% - 1.6rem);
  width: 0.3rem;
  background-color: #ccd2dc;
}
.history .history-wrap .line .active-line {
  position: absolute;
  right: 0;
  width: 0.3rem;
  height: 0;
  background-color: #ef9791;
}
.history .history-wrap .line::after {
  z-index: -1;
  position: absolute;
  right: -0.3rem;
  bottom: 2.5%;
  content: "";
  width: 0;
  height: 5rem;
  border-right: 0.3rem dashed #fff;
}
.history .his-item {
  position: relative;
  padding-left: 50%;
}
.history .his-item:nth-of-type(1)::before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: -2.5rem;
  padding-bottom: 37.9%;
  content: "";
  width: 37.3%;
  max-width: 54rem;
  height: 0;
  background: url("../img/sub/about/his-1.png") center/cover no-repeat;
}
.history .his-item:nth-of-type(3)::before {
  z-index: -1;
  position: absolute;
  left: 8%;
  top: 50%;
  padding-bottom: 35.863%;
  content: "";
  width: 36%;
  max-width: 51.5rem;
  background: url("../img/sub/about/his-2.png") center/cover no-repeat;
}
.history .his-item.active .year::after {
  border: 0.7rem solid #df2f24;
}
.history .year {
  position: relative;
  top: -1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 10rem;
  font-size: 3.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.history .year::after {
  position: absolute;
  top: 0.7rem;
  left: -2.75rem;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 0.7rem solid #bfbfbf;
  background-color: #fff;
  border-radius: 2.4rem;
  -webkit-border-radius: 2.4rem;
  -moz-border-radius: 2.4rem;
  -ms-border-radius: 2.4rem;
  -o-border-radius: 2.4rem;
}
.history .his-item.big .year {
  top: -2.5rem;
  margin-bottom: 0;
  padding-left: 5rem;
  font-size: 5.5rem;
}
.history .his-item.big .year::after {
  top: 2.5rem;
}
.history .his-item.big .his-txt {
  padding-bottom: 11rem;
  padding-left: 5rem;
}
.history .his-item:last-child .his-txt {
  padding-bottom: 3rem;
}
.history .his-txt {
  position: relative;
  padding-bottom: 10rem;
  padding-left: 10rem;
}
.history .his-txt li {
  display: flex;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
}
.history .his-txt li span {
  display: block;
}
.history .his-txt li span:first-child {
  width: 5rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.history .his-txt li span:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 85.375rem) {
  .history .history-wrap {
    margin-top: 12rem;
  }
  .history .his-item.big .year {
    font-size: 4rem;
  }
  .history .his-txt li {
    font-size: 2rem;
  }
}
@media all and (max-width: 64rem) {
  .history .year {
    padding-left: 6rem;
    font-size: 2.2rem;
  }
  .history .his-item.big .year {
    padding-left: 3rem;
    font-size: 3.5rem;
  }
  .history .his-item.big .his-txt {
    padding-left: 3rem;
  }
  .history .his-txt {
    padding-left: 6rem;
  }
  .history .his-txt li {
    font-size: 2rem;
  }
  .history .his-txt li span:first-child {
    width: 3rem;
    min-width: 3rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .history .history-wrap {
    margin-top: 2rem;
  }
  .history .history-wrap .line {
    left: calc(50% - 1.9rem);
  }
  .history .year {
    padding-left: 3rem;
  }
  .history .year::after {
    width: 1.8rem;
    height: 1.8rem;
    border-width: 0.5rem;
  }
  .history .his-item.big .year {
    padding-left: 1rem;
    font-size: 3rem;
  }
  .history .his-item.big .his-txt {
    padding-left: 1rem;
  }
  .history .his-item.active .year::after {
    border-width: 0.5rem;
  }
  .history .his-txt {
    padding-left: 3rem;
  }
  .history .his-txt li {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .history .history-wrap .line {
    left: 0.1rem;
  }
  .history .year {
    top: -0.5rem;
  }
  .history .year::after {
    top: 0.25rem;
  }
  .history .his-item {
    padding-left: 2rem;
  }
  .history .his-item.big .year {
    top: -1.5rem;
  }
  .history .his-item.big .year::after {
    top: 0.75rem;
  }
  .history .his-item:nth-of-type(1)::before {
    left: auto;
    right: 0;
    top: 30%;
  }
  .history .his-item:nth-of-type(3)::before {
    left: auto;
    right: 0;
    top: 60%;
  }
}
/*
특허 인증 */
.certificate-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(auto, 26.7rem));
  gap: 3rem;
}

.list-item .img-box {
  overflow: hidden;
  position: relative;
  padding-bottom: 124%;
  width: 100%;
  height: 0;
  border: 1px solid #e5e5e5;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.list-item .img-box img {
  position: absolute;
  padding: 2rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-item .tit {
  padding: 2rem;
  text-align: center;
  font-size: var(--fs-xl);
}

@media all and (max-width: 85.375rem) {
  .certificate-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .certificate-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .certificate-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .list-item .img-box {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
  .list-item .img-box img {
    padding: 1rem;
  }
}
/*
technology*/
.full-img-wrap {
  overflow: hidden;
  margin: 10rem 0 13rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  font-size: 0;
}
.full-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-img-wrap.mid {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
}

.page-content-wrap {
  padding-left: 20.3125%;
}

.page-desc-wrap {
  line-height: 1.875;
  font-size: var(--fs-xl);
}
.page-desc-wrap .desc {
  margin: 6rem 0;
}

.icon-wrap {
  font-size: 0;
}

.facility .full-img-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 82.75%;
}
.facility .page-content-wrap {
  padding-bottom: 5rem;
}

/*
 테이블 */
.table-wrap .table {
  width: 100%;
}
.table-wrap .table table {
  width: 100%;
}
.table-wrap .table th,
.table-wrap .table td {
  vertical-align: middle;
}
.table-wrap .table tr {
  border-bottom: 1px solid #ddd9d8;
}
.table-wrap .table-tit {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  font-family: "SUIT", sans-serif;
}
.table-wrap .col-26 {
  width: 26%;
}
.table-wrap .col-24_5 {
  width: 24.5%;
}
.table-wrap .col-38 {
  width: 38%;
}
.table-wrap .t-type-1 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 200;
}
.table-wrap .t-type-1 th,
.table-wrap .t-type-1 td {
  padding: 2.925rem 1.5rem;
}
.table-wrap .t-type-1 th {
  background-color: #f8f8f8;
}
.table-wrap .t-type-1 td:not(:last-child) {
  border-right: 1px solid #ddd9d8;
}
.table-wrap .t-type-1 td:nth-of-type(1) {
  color: #df2f24;
}
.table-wrap .t-type-1 td:nth-last-of-type(1) {
  color: rgba(0, 0, 0, 0.7);
}
.table-wrap .t-type-1 tr:nth-child(n+2):nth-child(-n+5) td {
  font-weight: 700;
}
.table-wrap .t-type-2 {
  font-size: var(--fs-com);
}
.table-wrap .t-type-2 th,
.table-wrap .t-type-2 td {
  padding: 2.47rem 1.5rem;
  text-align: center;
}
.table-wrap .t-type-2 th {
  background-color: #f1efef;
}
.table-wrap .t-type-2 td {
  background-color: #fff;
}

/*
제품*/
.content.bg-gray .section {
  margin: 5rem 0 0;
  padding: 5rem 0 21rem;
}

.col-img-wrap {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin: 13rem 0 0;
  font-size: 0;
}

.link-img {
  display: inline-block;
  margin-bottom: 4rem;
}
.link-img .figure {
  overflow: hidden;
  position: relative;
  font-size: 0;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.link-img .figure img {
  transform: scale(1);
  transition: transform 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.link-img .figure:hover img {
  transform: scale(1.2);
  transition: transform 0.5s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.link-img .figcaption {
  margin: 2.5rem 0 0;
  font-size: 3rem;
  font-weight: 700;
  font-family: "SUIT", sans-serif;
}

.col-view {
  display: grid;
  grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  padding-top: 6rem;
}
.col-view .figure {
  padding-right: 8.82%;
  font-size: 0;
}
.col-view .figure img {
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.col-view .table-wrap {
  margin-top: 1.5rem;
}

.holographic .desc {
  line-height: 2;
  text-align: left;
  font-size: var(--fs-xl);
}
.holographic .table-txt {
  margin: 4rem 0;
  padding: 0 2rem;
}
.holographic .table-txt dt {
  line-height: 2;
  font-size: var(--fs-xl);
  font-weight: 700;
}
.holographic .table-txt dt .fc-blue {
  color: #025e8c;
}
.holographic .table-txt dd {
  line-height: 1.5;
}
.holographic .table-txt dd p {
  position: relative;
  padding-left: 1.5rem;
}
.holographic .table-txt dd p::before {
  position: absolute;
  left: 0;
  content: "-";
}

@media all and (max-width: 85.375rem) {
  .full-img-wrap.mid {
    max-width: 80%;
  }
  .icon-wrap {
    width: 5rem;
  }
  .link-img {
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
  }
  .link-img .figcaption {
    font-size: 2.5rem;
  }
  .table-wrap .t-type-1 {
    font-size: 1.8rem;
  }
  .table-wrap .t-type-1 th,
  .table-wrap .t-type-1 td {
    padding: 1.8rem 1.5rem;
  }
  .table-wrap .t-type-2 th,
  .table-wrap .t-type-2 td {
    padding: 1.8rem 1.5rem;
    text-align: center;
  }
  .col-img-wrap {
    margin: 8rem 0 0;
    gap: 3rem;
  }
  .link-img .figure {
    width: 22rem;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
  }
  .link-img .figcaption {
    font-size: 2rem;
  }
  .col-view .figure img {
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
  }
}
@media all and (max-width: 64rem) {
  .full-img-wrap {
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
  }
  .full-img-wrap.mid {
    max-width: 85%;
  }
  .col-view .figure {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .col-view .figure img {
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
  }
  .content.bg-gray .section {
    padding-bottom: 12rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .full-img-wrap {
    margin: 7rem 0 8rem;
  }
  .table-wrap .table-tit {
    font-size: 2.5rem;
  }
  .table-wrap .t-type-1 {
    line-height: 1.2;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .full-img-wrap {
    margin-bottom: 7rem;
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    -ms-border-radius: 2.5rem;
    -o-border-radius: 2.5rem;
  }
  .page-content-wrap {
    padding-left: 7%;
  }
  .icon-wrap {
    width: 3rem;
  }
  .page-desc-wrap .desc {
    margin: 4rem 0;
  }
  .table-wrap .table-tit {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .table-wrap .t-type-1 {
    font-size: 1.2rem;
  }
  .table-wrap .t-type-1 th,
  .table-wrap .t-type-1 td {
    padding: 1.8rem 1rem;
  }
  .link-img .figure {
    width: 13rem;
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    -ms-border-radius: 2.5rem;
    -o-border-radius: 2.5rem;
  }
  .link-img .figcaption {
    font-size: 1.6rem;
  }
  .col-view {
    display: block;
    padding-top: 4rem;
  }
  .col-view .figure {
    margin-bottom: 4rem;
    padding-right: 0;
  }
  .facility .full-img-wrap {
    width: 100%;
  }
  .facility .page-content-wrap {
    padding-left: 15%;
    padding-bottom: 0.1rem;
  }
}
/*
application*/
.application .section {
  margin: 0 !important;
  padding: 10rem 0 20rem;
}
.application .full-img-wrap {
  margin: 0 auto 12rem;
}
.application .sec-tit-wrap .tit {
  margin-bottom: 3rem;
}
.application .sec-tit-wrap .desc {
  line-height: 2;
  font-size: var(--fs-xl);
}
.application .table-wrap {
  margin: 8rem 0 0;
  padding-left: 15.4%;
}
.application .table-wrap .table {
  max-width: 72.5rem;
}

.mid-inner {
  margin: 0 auto 6rem;
  max-width: 107rem;
}

@media all and (max-width: 85.375rem) {
  .mid-inner {
    max-width: 75%;
  }
}
@media all and (max-width: 47.9375rem) {
  .mid-inner {
    max-width: 80%;
  }
  .application .section {
    margin: 0 !important;
    padding: 10rem 0 12rem;
  }
  .application .full-img-wrap {
    margin: 0 auto 8rem;
  }
}
/*
게시판
*/
.board-wrap {
  width: 100%;
}
.board-wrap .list-top {
  margin-bottom: 2rem;
}
.board-wrap .list-top.align-bottom {
  align-items: flex-end;
}
.board-wrap .list-tit {
  font-size: 3.5rem;
}
.board-wrap .list-info {
  font-weight: 300;
}
.board-wrap .list-info .all {
  margin-left: 0.5rem;
}

/*
공지사항 */
.ul-list {
  margin-bottom: 5rem;
}
.ul-list .list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #efefef;
}
.ul-list .list-item:hover {
  background-color: #fafafa;
}
.ul-list .list-item .noti-flag {
  padding: 2.65rem 0;
  width: 15rem;
  min-width: 15rem;
  text-align: center;
}
.ul-list .list-item .noti-flag > span {
  padding: 0.7rem 1.7rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #005807;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.ul-list .list-item .num {
  position: relative;
  padding: 2.65rem 0;
  width: 15rem;
  min-width: 15rem;
  text-align: center;
  font-weight: 700;
}
.ul-list .list-item .num::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 1px;
  height: 1.5rem;
  content: "";
  background-color: #dcdcdc;
}
.ul-list .list-item .txt-wrap {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 0;
}
.ul-list .list-item .list-txt {
  overflow: hidden;
  padding: 2.65rem 4rem;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-list .list-item.reply-flag .list-txt, .ul-list .list-item.reply-icon .list-txt, .ul-list .list-item.attach .list-txt, .ul-list .list-item.attach-down .list-txt {
  max-width: calc(100% - 2rem);
}
.ul-list .list-item.attach .list-txt {
  position: relative;
  padding-right: 8rem;
}
.ul-list .list-item.attach .list-txt::after {
  position: absolute;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  content: "";
  font-size: 0;
  background: url("../img/icon/download.png") center/contain no-repeat;
}
.ul-list .list-item.reply-icon .list-txt {
  position: relative;
  padding-right: 8rem;
}
.ul-list .list-item.reply-icon .list-txt::after {
  position: absolute;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  content: "답변";
  font-size: 0;
  background: url("../img/icon/download.png") center/contain no-repeat;
}
.ul-list .list-item.reply-flag .list-txt {
  position: relative;
  padding-right: 8rem;
}
.ul-list .list-item.reply-flag .list-txt::after {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0.5rem 1.5rem;
  content: "답변";
  font-size: 1.2rem;
  color: #fff;
  background-color: #005807;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.ul-list .list-item .date {
  padding: 2.65rem 10rem;
  white-space: nowrap;
}
.ul-list .list-item.null-item {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

@media all and (max-width: 64rem) {
  .ul-list .list-item .list-txt {
    padding: 2.7rem 2rem;
  }
  .ul-list .list-item .num,
  .ul-list .list-item .date {
    padding: 2.7rem 1rem;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .board-wrap .list-top {
    padding-top: 0;
  }
  .ul-list .list-item {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 1rem 0;
  }
  .ul-list .list-item .noti-flag,
  .ul-list .list-item .num {
    padding: 0.5rem;
    margin-right: auto;
    width: 7rem;
    min-width: 7rem;
  }
  .ul-list .list-item .noti-flag > span {
    padding: 0.5rem 1.2rem;
    font-size: 1.2rem;
  }
  .ul-list .list-item .num::after {
    display: none;
  }
  .ul-list .list-item .txt-wrap {
    padding-right: 2rem;
    padding-top: 0.5rem;
    width: 100%;
    flex: auto;
    order: 4;
  }
  .ul-list .list-item .list-txt {
    padding: 0.5rem 0 0.5rem 2rem;
    max-width: 100%;
  }
  .ul-list .list-item.reply-flag .list-txt, .ul-list .list-item.reply-icon .list-txt, .ul-list .list-item.attach .list-txt {
    padding-right: 4rem;
  }
  .ul-list .list-item.attach .list-txt::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .ul-list .list-item.reply-icon .list-txt::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .ul-list .list-item.reply-flag .list-txt {
    padding-right: 6rem;
  }
  .ul-list .list-item.reply-flag .list-txt::after {
    font-size: 1rem;
  }
  .ul-list .list-item.attach-down {
    padding-right: 0;
  }
  .ul-list .list-item .date,
  .ul-list .list-item .see,
  .ul-list .list-item .writer {
    padding: 0.5rem;
  }
  .ul-list .list-item .see {
    padding-right: 2rem;
  }
  .ul-list .list-item .list-download-icon {
    padding: 0.5rem 0 0;
    width: 1.5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .board-wrap .list-info {
    font-size: 1.4rem;
  }
  .ul-list .list-item {
    font-size: 1.4rem;
  }
  .ul-list .list-item .num,
  .ul-list .list-item .writer {
    font-size: 1.2rem;
  }
  .ul-list .list-item .txt-wrap {
    padding-right: 0;
  }
  .ul-list .list-item.attach .list-txt {
    max-width: 100%;
  }
}
/*
전시회 소식*/
.ex-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(30%, 45rem));
  gap: 6.5rem;
}
.ex-list li {
  padding-bottom: 1.2rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.ex-list .figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  font-size: 0;
}
.ex-list .figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.ex-list a:hover .figure img {
  transform: scale(1.1);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.ex-list .tit {
  font-size: var(--fs-xl);
}
.ex-list .tit > span {
  overflow: hidden;
  width: 100%;
  line-height: 1.5;
  font-weight: 700;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ex-list .desc {
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 2.5rem;
  width: 100%;
  height: 11rem;
  font-size: var(--fs-lg);
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: wrap;
}
.ex-list .date {
  font-size: var(--fs-md);
}
.ex-list a {
  display: block;
  padding: 3rem;
  border: 1px solid #d9d9d9;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.ex-list .figure {
  padding-bottom: 76.72%;
}
.ex-list .tit {
  overflow: hidden;
  margin: 3rem 0 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ex-list .tit > span {
  max-height: 3.5rem;
  font-size: 2.4rem;
}
.ex-list .download-btn {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
.ex-list .download-btn::after {
  margin-left: 1rem;
  content: url("../img/icon/download.svg");
}

@media all and (max-width: 85.375rem) {
  .ex-list {
    gap: 4rem;
  }
  .ex-list .desc {
    height: 9rem;
  }
  .ex-list .download-box .tit > span {
    font-size: 2rem;
  }
}
@media all and (max-width: 64rem) {
  .ex-list {
    gap: 2rem;
  }
  .ex-list a {
    padding: 2rem;
  }
  .ex-list .download-box .download-btn {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .ex-list {
    grid-template-columns: repeat(2, minmax(30%, 45rem));
  }
  .ex-list .desc {
    height: 8rem;
  }
  .ex-list .download-box .tit {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .ex-list a {
    padding: 1rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
  .ex-list .desc {
    height: 7rem;
  }
  .ex-list .download-box .tit {
    margin: 2rem 0 1.5rem;
  }
  .ex-list .download-box .tit > span {
    max-height: 6.5rem;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 31.25rem) {
  .ex-list {
    display: block;
  }
}
/*
 페이지네이션*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  height: 3rem;
}
.pagination a {
  display: block;
  padding: 0 1rem;
}
.pagination a:not(.btn) {
  height: 3rem;
  text-align: center;
  line-height: 3rem;
}
.pagination a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.3rem;
  padding: 0;
  width: 3rem;
}
.pagination a.btn img {
  opacity: 0.2;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
}
.pagination a.btn:hover img {
  opacity: 1;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1.5rem;
}
.pagination ul li {
  margin: 0 0.5rem;
  height: inherit;
}
.pagination ul li a span {
  position: relative;
}
.pagination ul li:hover span::after {
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.pagination ul li.active a {
  font-weight: 800;
}
.pagination ul li.active a span::after {
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

@media all and (max-width: 63.9375rem) {
  .pagination a.btn {
    width: 2rem;
    height: 2rem;
  }
  .pagination a.btn img {
    height: 1.5rem;
  }
}
/*
문의하기 */
.map-wrap {
  font-size: 0;
}
.map-wrap .img-wrap {
  width: 100%;
}
.map-wrap .img-wrap img {
  width: 100%;
}
.map-wrap .tit-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.05rem 4rem;
}
.map-wrap .tit-wrap .icon {
  margin-right: 0.5rem;
}
.map-wrap .tit-wrap .tit {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #222;
}

.contact-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 12rem 0 0;
  font-family: "SUIT", sans-serif;
  color: #222;
}
.contact-wrap dl {
  margin: 0 auto 1rem;
}
.contact-wrap dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 800;
}
.contact-wrap dt .icon {
  display: inline-block;
  margin-right: 2rem;
  width: 4.5rem;
  text-align: center;
}
.contact-wrap dd {
  padding-left: 6.5rem;
  line-height: 1.7;
}

@media all and (max-width: 85.375rem) {
  .map-wrap .tit-wrap {
    padding: 2rem 2rem;
  }
  .map-wrap .tit-wrap .tit {
    font-size: 2rem;
  }
  .contact-wrap dt {
    font-size: 2.5rem;
  }
  .contact-wrap dt .icon {
    width: 3rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .map-wrap .tit-wrap {
    padding: 1.5rem 2rem;
  }
  .map-wrap .tit-wrap .tit {
    font-size: 1.6rem;
  }
  .map-wrap .tit-wrap .icon {
    width: 1.7rem;
  }
  .contact-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-wrap dt {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .contact-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem 0;
  }
}
/*
뷰페이지 */
.view-wrap {
  font-family: "SUIT", sans-serif;
}
.view-wrap .view-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 3.2rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.view-wrap .view-header .subject {
  font-size: 3.5rem;
}
.view-wrap .view-header .content-info {
  margin-left: auto;
  color: #666;
}
.view-wrap .view-header .content-info > span {
  position: relative;
}
.view-wrap .view-header .content-info > span:only-child {
  padding: 0 4rem;
}
.view-wrap .view-header .content-info > span::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 1px;
  height: 1.8rem;
  background-color: #e5e5e5;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.view-wrap .view-body {
  padding: 5rem 0 4rem;
  line-height: 1.7;
}
.view-wrap .view-body > * {
  margin-bottom: 5rem;
}
.view-wrap .view-body th,
.view-wrap .view-body td {
  vertical-align: middle;
}
.view-wrap .view-body .view-video {
  position: relative;
  margin: 6rem auto 9.5rem;
  padding-bottom: 39%;
  width: 80%;
  max-width: 120rem;
  height: 0;
  font-size: 0;
}
.view-wrap .view-body .view-video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.view-wrap .view-body .view-img {
  margin: 6rem auto 9.5rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  text-align: center;
  font-size: 0;
}
.view-wrap .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8rem auto;
  padding-bottom: 3rem;
}

.download-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 0;
}
.download-box .file-tit {
  overflow: hidden;
  margin-right: 1.5rem;
  font-weight: 700;
  max-width: 50%;
  text-overflow: ellipsis;
}
.download-box .download-file-btn {
  background-color: #e5e5e5;
  padding: 1rem 2rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.download-box .download-file-btn .fi {
  margin-left: 1rem;
}

.return-list-btn {
  padding: 2.8rem 8.06rem;
  font-size: 2.2rem;
  font-weight: 600;
  border: 1px solid #bfbfbf;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
}

@media all and (max-width: 85.375rem) {
  .view-wrap .view-header .subject {
    font-size: 2.5rem;
  }
  .view-wrap .view-header .content-info {
    font-size: 1.7rem;
  }
  .download-box .download-file-btn .fi {
    display: inline-block;
    width: 1.5rem;
  }
  .return-list-btn {
    padding: 2rem 7rem;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .view-wrap .view-body > * {
    margin-bottom: 3rem;
  }
  .view-wrap .view-body .view-video,
  .view-wrap .view-body .view-img {
    margin: 3rem auto 6.5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .view-wrap .view-header {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .view-wrap .view-header .subject {
    margin-bottom: 1rem;
    width: 100%;
    line-height: 1.5;
    font-size: 2rem;
  }
  .view-wrap .view-header .content-info {
    margin-left: 0;
    font-size: 1.2rem;
  }
  .view-wrap .view-header .content-info > span:first-child {
    margin-left: 0;
  }
  .view-wrap .view-header .content-info > span:first-child::before {
    display: none;
  }
  .view-wrap .view-header .content-info > span:only-child {
    padding: 0;
  }
  .view-wrap .view-body {
    padding: 3rem 0 2rem;
  }
  .view-wrap .view-body .view-video {
    margin: 3rem auto 3.5rem;
    padding-bottom: 57%;
    width: 100%;
  }
  .view-wrap .view-body .view-img {
    margin: 3rem auto 3.5rem;
    max-width: none;
  }
  .return-list-btn {
    padding: 1.7rem 5rem;
    font-size: 1.4rem;
  }
}