<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* board - Search */
.board-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}
.board-top__total {
  font-size: 18px;
  font-weight: 400;
  color: #555;
  line-height: 1;
}
.board-top__total span {
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  font-family: 'Pretendard';
  line-height: 1;
}
.board-search {
  display: flex;
  gap: 7px;
}
.board-search select,
.board-search .board-input  {
  flex: none;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  /* border: 1px solid rgba(158, 160, 171, 0.50); */
  background-color: #f9f9f9;
}
.board-search select {
  width: 160px;
  line-height: 50px;
  height: 50px;
  background-position: right 16px center;
}
.board-search .board-input {
  width: 313px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.board-search .board-input input[type="text"] {
  height: 50px;
  line-height: 50px;
  flex: 1;
  margin-right: 20px;
}
.board-search .board-input button {
  width: 18px;
  height: 18px;
  flex: none;
}

/* board - List */
.board-list__download {
  display: flex;
  align-items: center;
  transition: all .3s ease;
}
.board-list__download svg {
  margin-left: 12px;
  width: 15px;
  height: 14px;
}
.board-list__download svg path {
  stroke: #bbb;
  transition: stroke .3s ease;
}
.board-list__header{
  overflow: hidden;
  transition: all .5s ease;
  display: flex;
  align-items: center;
  height: 70px;
}
.board-list__record {
  position: relative;
  overflow: hidden;
  transition: all .5s ease;
  display: flex;
  align-items: center;
  height: 70px;
}
.board-list__header &gt; div {
  color: #222;
}
.board-list__header &gt; div,
.board-list__record &gt; div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #444;
  font-size: 16px;
  font-weight: 400;
}
.board-list__record .board-list__tit {
  text-align: left;
  justify-content: flex-start;
}
.board-list__num {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.board-list .view-more{
  position: absolute;
  bottom: 0;
  background-color: var(--blue);
  color: #fff;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* pr - catalogue */
.catalogue .board-list {
  border-top: 1px solid #0a0a0a;
  font-family: 'Pretendard';
}
.catalogue .board-list__header {
  height: 82px;
}
.catalogue .board-list__header,
.catalogue .board-list__record {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalogue .board-list__download a {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #333;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #ddd;
  font-weight: 500;
  transition: all .3s ease;
}
.catalogue .board-list__download a img {
  transition: all .3s ease;
  -webkit-filter: grayscale(100%) brightness(0);
          filter: grayscale(100%) brightness(0);
}
.catalogue .board-list__record:not(.header):hover {
  background-color: #FDFDFD;
}
.catalogue .board-list__record .board-list__download a:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.catalogue .board-list__record .board-list__download a:hover img {
  filter: none;
}
.catalogue .board-list__date {
  width: 12%;
}
.catalogue .board-list__name {
  width: 8%;
}
.catalogue .board-list__download {
  width: 14%;
}
.catalogue .board-list__tit {
  color: #222;
  font-weight: 600;
  flex: 1;
  overflow: hidden;
}
.catalogue .board-list__tit p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.catalogue .board-list__num {
  width: 9%;
}
/* pr center - news */

.news .board-list__record {
  flex-direction: column;
  height: 100%;
}
.news .board-list__record &gt; div{
  flex-direction: column;
  align-items: start;
  width: 100%;
}
.news .board-list__record &gt; div span {
  font-size: 16px;
  display: block;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 24px;
}
.news .board-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px 40px;
}
.news .board-list__tit {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 50px;
  transition: color .3s ease;
}
.news .board-list__date {
  color: #888;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  transition: color .3s ease;
}
.news .board-list__thumb {
  width: 100%;
  padding-top: 65.8%;
  position: relative;
  overflow: hidden;
  margin-bottom: 27px;
}

.board-list__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 1s ease;
}
.board-list__record:hover .board-list__thumb img {
  transform: scale(1.1);
}
.news .board-list__record:hover .board-list__tit {
  color: var(--blue);
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.board-news__top {
  display: flex;
  gap: 60px;
  align-items: flex-end;
  margin-bottom: 180px;
  position: relative;
  z-index: 2;
}
.board-news__top::after {
  content: "";
  width: 9999px;
  height: 440px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8f8f8;
  z-index: -1;
}
.board-news__slide {
  flex: none;
  width: 640px;
}
.board-news__slide .item {
  width: 640px;
  /* padding-top: 69.5%;
  position: relative; */
  overflow: hidden;
}
.board-news__slide .item img {
  width: 100%;
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0; */
}
.board-news__nav {
  width: 700px;
  padding-bottom: 40px;
  position: relative;
}
.board-news__nav .item {
  width: 100%;
  overflow: hidden;
}
.board-news__nav .progress__track {
  display: none;
}
.board-news__nav .slick-nav__pause {
  display: none;
}

.board-news__nav .slick-nav {
  position: absolute;
  top: -80px;
  transform: translateY(-100%);
  left: 0;
  width: 100%;
}
.board-news__nav .slick-nav__btns {
  margin-left: auto;
  gap: 20px;
}
.board-news__nav .slick-nav__btns button{
  overflow: hidden;
  width: 28px;
  height: 28px;
  color: transparent;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: center;
  transition: filter .3s ease;
}
.board-news__nav .slick-nav__btns button:hover {
  filter: invert(54%) sepia(47%) saturate(1705%) hue-rotate(8deg) brightness(103%) contrast(104%);
}
.board-news__nav .slick-nav__prev {
  background-image: url('/image/sub/news_arrow_prev.png');
}
.board-news__nav .slick-nav__next {
  background-image: url('/image/sub/news_arrow_next.png');
}
.board-news__nav .board-list__date {
  margin-top: 127px;
}
.board-news__nav .board-list__tit {
  line-height: 1;
  height: 1em;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inherit;
}
.board-news__nav .board-list__desc {
  color: var(--midium);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.7;
  height: 3.5em;
  font-size: 16px;
  font-weight: 400;
}
.board-news__nav .slick-nav__progress {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #888;
}
.board-news__nav .progress__total::before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.board-news__nav .progress__current {
  color: var(--orange);
}
/* product - list */
.product .board-top {
  justify-content: flex-end;
}
.product .board-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 30px;
}
.product .board-list__thumb {
  /* background-color: #f9f9f9; */
  width: 100%;
  height: 37vmin;
  margin-bottom: 30px;
  position: relative;
} 
.product .board-list__thumb .catag{
  position: absolute;
  top: 21px;
  left: 21px;
  padding: 3% 4%;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid rgba(255, 255, 255, 0.10);
background-color: #1D71B8;
color:#fff;
max-width: 149px;
max-height: 53px;
width: 100%;
height: 100%;
}
.product .board-list__record {
  background-color: #f9f9f9;
  flex-direction: column;
  height: auto;
  font-family: 'Pretendard';
  border: 1px solid #ddd;
}
.product .txt_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f9f9f9;
  margin-bottom: 7rem;
}
.product .board-list__thumb img {
  background-color: #f9f9f9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  border-bottom: 1px solid #ddd;
}
.product .board-list span{
  margin-top: 20px;
  color: #666;
  font-weight: 500;
  font-size: 1.25rem;
}
.product .board-list p{
  text-align: center;
  margin-top: 8px;
  font-size: 1.25rem;
}
.product .board-list .desc{
  text-align: center;
  margin-top: 25px;
  color: #666;
  font-weight: 500;
  font-size: 14px;
}
.product .board-list__record:hover .board-list__thumb img {
  transform: translate(-50%, -50%)  scale(1.1);
}
.product .board-list__record p {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  transition: all .3s ease;
}
.product .board-list__record:hover p {
  color: var(--blue);
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
/* board - Pager */
.list-pager {
  margin-top: 80px;
  margin-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
}
.list-pager a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  color: 555;
  font-size: 18px;
  width: 40px;
  height: 40px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #ddd;;
}
.list-pager a.active {
  color: #fff;
  border-color: var(--blue);
  background-color: var(--blue);
  font-weight: 700;
}
.list-pager a img {
  width: auto;
  height: 15px;
  margin-top: 3px;
}
.list-pager .arrow {
  transition: background-color .3s ease;
}
.list-pager .arrow:hover {
  background-color: #555;
}
.list-pager .arrow:hover img {
  transition: filter .3s ease;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
/* board - View */
.board-view-page {
  padding-top: calc(var(--headerHeight) + 100px);
  padding-bottom: 180px;
}
.board-view-top {
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--dark);
  margin-bottom: 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.board-view-cate {
  color: var(--blue);
  margin-bottom: 20px;
}
.board-view-tit {
  /* font-size: 34px; */
  font-size: clamp(24px, 2.65vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 26px;
  word-break: break-all;
  text-align: center;
}
.board-view-ct p {
  word-break: break-all;
}
.board-view-ct img {
  display: inline-block;
}
.board-view-date {
  color: var(--orange);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.board-view-info {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.board-view-info span:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #ddd;
  vertical-align: middle;
  margin: 0 12px;
}
.board-view-ct img {
  max-width: 100%;
  display: inline-block;
}
.board-view-file {
  margin-top: 60px;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
  padding: 24px 20px;
}
.board-view-file li {
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0.01em;
  padding-left: 20px;
  background: url(/image/common/icon_file.gif) no-repeat left center;
}
.board-view-file li:last-child {
  margin-bottom: 0;
}
.board-view-file a {
  color: #666;
}
.board-view-file a:hover {
  border-bottom: 1px dotted #666;
}
.editor-vod {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.editor-vod iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.board-view-nav {
  margin-top: 120px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 76px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.board-view-nav a {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
}
.board-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 56px;
  border: 1px solid #e1e1e1;
  transition: all .3s ease;
  margin: 120px auto 0;
  font-size: 16px;
  font-weight: 400;
}
.board-view-btn:hover {
  background-color:  #020D17;
  color: #fff;
}

/* product - view */

.product-view__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.product-view__thumb {
  height: 600px;
  /* background-color: #f9f9f9; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-view__thumb img {
  max-height: 80%;
  max-width: 60%;
  width: 100%;
  object-fit: cover;
  border: 1px solid #eaeaea;
}
.product-view__desc {
  padding-left: 120px;
}
.product-view__nav {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 90px;
  font-family: 'Pretendard';
}
.product-view__nav li {
  cursor: pointer;
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.product-view__nav li:last-child {
  color: #555;
}
.product-view__nav li:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 4px;
  height: 8px;
  background-image: url('/image/common/pager_next.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
.product-view__top hgroup h4 {
  font-family: 'Pretendard';
  color: #555;
  /* font-size: 15px; */
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
.product-view__top hgroup h5{
  /* font-size: 50px; */
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
}
.product-view__char {
  margin-top: 40px;
}
.product-view__char li {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 500;
  /* line-height: 2.1; */
  line-height: 1.5;
}
.product-view__catalogue {
  width: 220px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all .3s ease;
  margin-top: 80px;
  background-color: var(--blue);
  color: #fff;
}
.product-view__catalogue img {
  transition: filter .3s ease;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.product-view__catalogue:hover {
  background-color: transparent;
  color: var(--blue);
}
.product-view__catalogue:hover img {
  filter: none;
}
.product-view__editor {
  margin-top: 80px;
  min-height: 240px;
}
.product-view__editor p img {
  margin: 0 auto;
}
.product-view__editor table {
  width: 100% !important;
}

@media all and (max-width: 1200px) {
  .news .board-list {
    grid-gap: 60px 30px;
  }
  .news .board-list__tit {
    font-size: 20px;
  }
  .news .board-list__record &gt; div span {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .news .board-list__date{
    font-size: 15px;
  }
  .news .board-list__thumb {
    margin-bottom: 14px;
  }
  .product-view__desc {
    padding-left: 80px;
  }
  .product-view__nav {
    margin-bottom: 80px;
  }
  .product-view__thumb {
    height: 500px;
  }
}
@media all and (max-width: 1024px) {
  .news .board-list {
    grid-gap: 40px 20px;
  }
  .news .board-list__tit{
    margin-bottom: 30px;
    font-size: 18px;
  }
  .news .board-list__record &gt; div span{
    font-size: 13px;
  }
  .board-search select {
    width: 130px;
    line-height: 42px;
    height: 42px;
  }
  .board-search .board-input{
    height: 42px;
    width: 260px;
  }
  .board-search .board-input input[type="text"] {
    height: 42px;
    line-height: 42px;
  }
  .board-search select, .board-search .board-input {
    font-size: 15px;
    padding: 0 10px;
  }
  .board-top__total{
    font-size: 16px;
  }
  .board-top__total span{
    font-size: 22px;
  }
  .board-list__header, .board-list__record {
    height: 50px;
  }
  .board-list__header &gt; div, .board-list__record &gt; div {
    font-size: 15px;
  }
  .catalogue .board-list__header {
    height: 55px;
  }
  .catalogue .board-list__download a {
    width: 100px;
    height: 34px;
    font-size: 13px;
  }
  .catalogue .board-list__num img {
    width: 16px;
    height: 16px;
  }
  .catalogue .board-list__num{
    width: 6%;
  }
  .catalogue .board-list__date {
    display: none;
  }
  .product .board-list {
    grid-gap: 50px 20px;
  }
  .product .board-list__record p{
    font-size: 18px;
  }
  .product .board-list__thumb {
    height: 33vmin;
  }
  .product .board-list__thumb {
    margin-bottom: 14px;
  }
  .product .board-list__thumb .catag{
  max-width: 140px;
  max-height: 40px;
  font-size: 14px;
}
  .product-view__thumb {
    height: 400px;
  }
  .product-view__nav {
    margin-bottom: 50px;
  }
  .product-view__top hgroup h5 {
    font-size: 40px;
    margin-top: 8px;
  }
  .product-view__char li {
    font-size: 16px;
  }
  .product-view__catalogue {
    width: 180px;
    height: 50px;
    margin-top: 60px;
  }
  .product-view__desc{
    padding-left: 40px;
  }
  .product-view__nav li{
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .news .board-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .board-search select {
    width: 100px;
    line-height: 38px;
    height: 38px;
    background-position: right 10px center;
  }
  .board-search .board-input{
    height: 38px;
    width: 220px;
  }
  .board-search .board-input input[type="text"] {
    height: 38px;
    line-height: 38px;
    margin-right: 14px;
  }
  .board-search select, .board-search .board-input {
    font-size: 14px;
  }
  .board-top__total{
    font-size: 14px;
  }
  .board-top__total span{
    font-size: 20px;
  }
  .board-top {
    margin-bottom: 20px;
  }
  .board-search .board-input button{
    width: 14px;
    height: 14px;
  }
  .list-pager a{
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .list-pager .arrow img {
    height: 11px;
    width: auto;
  }
  .board-list__header &gt; div, .board-list__record &gt; div {
    font-size: 14px;
  }
  .catalogue .board-list__name {
    display: none;
  }
  .catalogue .board-list__download{
    width: 140px;
  }
  .catalogue .board-list__num{
    width: 42px;
  }
  .catalogue .board-list__num img{
    width: 14px;
    height: 14px;
  }
  .product .board-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px;
  }
  .product .board-list__record p {
    font-size: 16px;
  }
  .product-view__top {
    grid-template-columns: 1fr;
  }
  .product-view__desc{
    padding-left: 0;
  }
  .product-view__top {
    padding-top: 30px;
  }
  .product-view__nav{
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-view__thumb {
    height: 300px;
    margin-bottom: 30px;
  }
  .product-view__catalogue {
    width: 150px;
    height: 42px;
    margin-top: 30px;
    font-size: 14px;
  }
  .product-view__char {
    margin-top: 30px;
}
}
@media all and (max-width: 640px) {
  .news .board-list {
    grid-gap: 30px 10px;
  }
  .board-top{
    flex-direction: column;
    align-items: flex-start;
  }
  .board-search{
    order: 1;
    width: 100%;
  }
  .board-top__total{
    order: 2;
    margin-top: 20px;
  }
  .product .board-top__total {
    margin-top: 0;
  }
  .board-search .board-input {
    flex: 1;
    width: auto;
  }
  .catalogue .board-list__header {
    display: none;
  }
  .product .board-top {
    flex-direction: row;
  }
  .product .board-list {
    grid-gap: 20px 14px;
  }
 
}
@media all and (max-width: 520px) {
  .product .board-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .product .board-list .board-list__thumb{
    height: 70vmin;
  }
  .product .board-list .board-list__thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product .board-list .board-list__record{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 425px) {
  .news .board-list {
    grid-gap: 30px 8px;
  }
  .news .board-list__tit {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .news .board-list__record &gt; div span{
    font-size: 12px;
    margin-bottom: 6px;
  }
  .news .board-list__date{
    font-size: 13px;
  }
  .news .board-list__thumb {
    margin-bottom: 10px;
  }
  .board-top__total {
    font-size: 13px;
  }
  .board-top__total span{
    font-size: 18px;
  }
  .board-search select {
    width: 80px;
  }
  .board-search .board-input input[type="text"]{
    min-width: none;
  }
  .board-list__header, .board-list__record {
    height: 46px;
  }
  .catalogue .board-list__download{
    width: 100px;
  }
  .catalogue .board-list__download a{
    gap: 5px;
    font-size: 12px;
    width: 84px;
  }
  .product .board-list__record p {
    font-size: 14px;
  }
  .product .board-list__thumb {
    margin-bottom: 10px;
  }
  .product .board-list {
    grid-gap: 20px 10px;
  }
  .product-view__nav li {
    font-size: 13px;
  }
  .product-view__thumb {
    height: 230px;
    margin-bottom: 20px;
  }
  .product-view__top hgroup h5 {
    font-size: 30px;
  }
  .product-view__char li{
    font-size: 14px;
  }
  .product-view__nav li:not(:last-child)::after {
    margin: 0 7px;
  }
}</pre></body></html>