<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-page section:not(:first-child) {
  padding: 130px 0;
}

.main-tit {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}

.main-mv {
  position: relative;
}

.main-mv__slide {
  position: relative;
}
.main-mv__slide .item {
  height: 100vh;
  position: relative;
}
.main-mv__slide .main-mv__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110%;
  top: 0;
  left: 0;
  right: 0;
}
.main-mv__slide .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 18px;
}
.main-mv__slide .slick-prev {
  background-position: center left;
  padding-left: 18px;
  left: calc(50% - 896px);
  background-image: url("/image/common/prev_w.png");
}
.main-mv__slide .slick-next {
  background-position: center right;
  padding-right: 18px;
  right: calc(50% - 896px);
  background-image: url("/image/common/next_w.png");
}
.main-mv__slide .view-more {
  width: 56px;
  opacity: 0;
}
.main-mv__slide .view-more span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.main-mv__slide .slick-current .view-more {
  -webkit-animation: viewOpct 1s 0.9s ease forwards, viewWide 1.5s 1.2s ease forwards;
          animation: viewOpct 1s 0.9s ease forwards, viewWide 1.5s 1.2s ease forwards;
}

@-webkit-keyframes viewWide {
  to {
    width: 200px;
  }
}

@keyframes viewWide {
  to {
    width: 200px;
  }
}
@-webkit-keyframes viewOpct {
  to {
    opacity: 1;
  }
}
@keyframes viewOpct {
  to {
    opacity: 1;
  }
}
.main-mv__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.main-mv__txt &gt; span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.main-mv__txt &gt; h2 {
  font-weight: 700;
  line-height: 1.02;
  font-size: 80px;
  margin-bottom: 13px;
}
.main-mv__txt &gt; p {
  opacity: 0.6;
  font-size: 20px;
  font-weight: 500;
}

.view-more {
  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;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 200px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0 28px;
  margin: 50px auto 0;
}

.split-style {
  display: block;
}

.sub-top .split-style .char,
.slick-current .split-style .char {
  opacity: 1;
  -webkit-animation: slide-left 1.3s ease;
  animation: slide-left 1.3s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: calc(0.05s * var(--char-index));
  animation-delay: calc(0.05s * var(--char-index));
}
.sub-top h3.split-style .char,
.slick-current h3.split-style .char {
  -webkit-animation-delay: calc(0.1s * var(--char-index) + 0.5s);
  animation-delay: calc(0.1s * var(--char-index) + 0.5s);
}
.sub-top p.split-style .char,
.slick-current p.split-style .char {
  -webkit-animation-delay: calc(0.05s * var(--char-index) + 0.8s);
  animation-delay: calc(0.05s * var(--char-index) + 0.8s);
}

.split-style .word {
  line-height: 1.02;
}

.split-style .char {
  display: inline-block;
  opacity: 0;
  line-height: 1.02;
}

@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
    opacity: 0;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
    opacity: 0;
  }
}
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  z-index: 9;
}

@-webkit-keyframes scrolldown {
  0% {
    opacity: 0;
    top: -1px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 10px;
  }
}

@keyframes scrolldown {
  0% {
    opacity: 0;
    top: -1px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 10px;
  }
}
.scroll-down .circle {
  width: 13px;
  height: 20px;
  border-radius: 7px;
  border: 2px solid #fff;
  position: relative;
}

.scroll-down .circle span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1D71B8;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scrolldown 1.5s ease infinite;
          animation: scrolldown 1.5s ease infinite;
}

.scroll-down p {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  margin-top: 8px;
}

.main-product__tab.m{
  display: none;
}
.main-product .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 506px;
}

.main-product__slide {
  /* background-color: var(--blue); */
  background-color:#1c2643;
  padding: 30px 25px;
  width: 506px;
  height: 100%;
}
.main-product__slide ul li {
  display: none;
  height: 100%;
  width: 100%;
  position: relative;
}
.main-product__slide ul li.active {
  display: block;
}
.main-product__slide ul li .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-product__slide ul li .item span {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: block;
  margin-bottom: 39px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.main-product__slide ul li .item p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-top: 10px;
}
.main-product__slide .slick-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: rgba(255, 255, 255, 0.2);
  background-position: center;
  background-repeat: no-repeat;
}
.main-product__slide .slick-arrow.slick-disabled {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.main-product__slide .slick-arrow.slick-prev {
  left: 25px;
  background-image: url("/image/common/slide_prev.png");
}
.main-product__slide .slick-arrow.slick-next {
  right: 25px;
  background-image: url("/image/common/slide_next.png");
}

.main-product__tab {
  margin: 30px 0;
  background-color: #D6D6D6;
  padding-left: 40px;
  position: relative;
}
/* .main-product__tab {
  margin: 30px 0;
  background-color: #f9f9f9;
  padding-left: 40px;
  position: relative;
} */
.main-product__tab .main-product__tab-list {
  height: 100%;
  border-left: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-product__tab .main-product__tab-list li {
  /* height: 60px; */
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  color: #999;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
/* .main-product__tab .main-product__tab-list li {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  color: #999;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
} */
.main-product__tab .main-product__tab-list em{
padding: 0 5px;
}
/* .main-product__tab .main-product__tab-list .m{
 display: flex;
 align-content: flex-start;
 } */
.main-product__tab .main-product__tab-list li.active {
  background-color: #fff;
  color: var(--blue);
  border-left: 2px solid var(--blue);
}
.main-product__tab .main-product__tab-bg li {
  position: absolute;
  bottom: -40px;
  right: 25px;
  display: none;
  font-size: 210px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.main-product__tab .main-product__tab-bg li.active {
  display: block;
}

@-webkit-keyframes mainProdFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes mainProdFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* .main-product__desc {
  padding: 32px 0px 80px 0px;
} */
.main-product__desc {
  padding: 32px 0px 0px 0px;
}
.main-product__desc &gt; ul {
  /* width: 100%; */
  height: 446px;
 padding: 0 47px;
  border-top: 1px solid #e1e1e1;
 border-bottom: 1px solid #e1e1e1;
}
.main-product__desc &gt; ul &gt; li {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.main-product__desc &gt; ul &gt; li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-product__desc &gt; ul &gt; li.anim {
  -webkit-animation: mainProdFade 1.5s ease;
          animation: mainProdFade 1.5s ease;
}
.main-product__desc &gt; ul &gt; li em {
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}
.main-product__desc &gt; ul &gt; li strong {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
.main-product__desc &gt; ul &gt; li p {
  color: #555;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  /* margin-bottom: 1.979%; */
  margin-bottom: 1.667vw;
}
.main-product__desc &gt; ul &gt; li ul {

}
.main-product__desc &gt; ul &gt; li ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 47px;
  /* position: relative; */
  color: #888;
  font-weight: 500;
  font-size: 17px;
  line-height: 2;
  list-style: none;
  padding: 35px 0;
  border-top: 1px solid #E1E1E1;
}
.main-product__desc &gt; ul &gt; li ul li:first-child{
  border-top:none;
}
.main-product__desc &gt; ul &gt; li ul li:last-child{
  border-top:none;
}

/* .main-product__desc &gt; ul &gt; li ul li {
  padding-left: 15px;
  position: relative;
  color: #888;
  font-weight: 500;
  font-size: 17px;
  line-height: 2;
} */
/* .main-product__desc &gt; ul &gt; li ul li::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #888;
  left: 0;
  top: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
} */
/* .main-product {
  position: relative;
} */
.main-product__desc &gt; ul &gt; li ul li:last-child{
  padding: 10px 0;
}
.main-product__desc &gt; ul &gt; li ul li a {
  /* position: absolute;
  left: 553px;
  bottom: 69px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 56px;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: #222;
  /* margin-top: 20px; */
}

.main-company {
  background-color: #F9F9F9;
}
.main-company ul {
  display: flex;
  gap: 20px;
  color: #fff;
}
.main-company ul li {
  height: 640px;
  display: flex;
  background-repeat: no-repeat;
  background-size: auto 100%;
  justify-content: space-between;
  align-items: flex-end;
  flex: none;
  overflow: hidden;
  transition: all 1s ease;
  padding: 50px 30px;
  width: calc((100% - 60px) / 4);
  transition: all 0.7s cubic-bezier(0.75, 0.3, 0.29, 0.73);
}
.main-company ul li.thin{
  width: calc((100% - 820px) / 3);
}
.main-company ul li.wide {
  width: 760px;
}
.main-company .view-more {
  border: 1px solid transparent;
  opacity: 0;
  display: none;
  white-space: nowrap;
  overflow: hidden;
}
.main-company ul li:nth-child(1) {
  background-image: url('/image/main/main_company01.jpg');
  background-position: center left;
}
.main-company ul li:nth-child(2) {
  background-image: url('/image/main/main_company02.jpg');
  background-position: center left 40%;
}
.main-company ul li:nth-child(3) {
  background-image: url('/image/main/main_company03.jpg');
  background-position: center right 20%;
}
.main-company ul li:nth-child(4) {
  background-image: url('/image/main/main_company04.jpg');
  background-position: center right 5%;
}
.main-company ul li &gt; div {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.main-company ul li h3 {
  margin-top: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-company ul li p {
  margin-top: 14px;
  line-height: 1.44;
  font-size: 18px;
  opacity: 0;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  height: 0;
  transition: all .5s .3s ease;
}
.main-company ul li:first-child:hover p {
  height: 1.44em;
}
.main-company ul li:hover p {
  height: 2.88em;
  opacity: 0.6;
}

.main-kuksung {
  background-image: url("/image/main/main_kuksung_bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  background-color: #f2f6fa;
}
.main-kuksung h2 {
  /* height: 11px; */
  width: 161px;
height: 39px;
  margin-bottom: 28px;
}
.main-kuksung h2 img {
  max-height: 100%;
}
.main-kuksung .p01 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.28;
}
.main-kuksung .p02 {
  color: #666;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.main-kuksung a {
  margin-top: 46px;
  background-color: var(--blue);
  color: #fff;
  width: 217px;
  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;
}

.main-news ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.main-news ul li {
  -webkit-filter: drop-shadow(5px 11px 16px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(5px 11px 16px rgba(0, 0, 0, 0.04));
  width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.main-news__txt {
  padding: 40px 30px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* .main-news__txt a {
  color: #fff;
  background-color: var(--blue);
  margin-top: 50px;
  width: 126px;
  height: 46px;
  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;
  font-size: 15px;
  font-weight: 400;
} */
.main-news__txt span {
  color: var(--blue);
  font-size: 16px;
  display: block;
  margin-bottom: 24px;
  font-weight: 700;
}

.main-news__tit {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}

.main-news__desc {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.main-location {
  color: #fff;
  background-color: #052E51;
}

.main-location__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.main-location__top .main-tit {
  margin-bottom: 0;
}

.main-location__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.main-location__tab li {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  padding: 6px 4px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.main-location__tab li.active {
  font-weight: 700;
  border-color: #fff;
}

.main-location__list li {
  display: none;
}
.main-location__list li.active {
  display: block;
}

.main-location__map {
  height: 520px;
}
.main-location__map iframe {
  height: 100%;
  width: 100%;
}

.main-location__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-top: 40px;
}
.main-location__address li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.main-location__address .p01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.main-location__address .p02 {
  font-size: 18px;
  font-weight: 600;
  opacity: 0.4;
  font-family: "Pretendard";
}</pre></body></html>