<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.guide {
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.guide.hide {
  display: none;
}

.sub-top {
  position: relative;
  height: 680px;
}

.sub-top__frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.sub-top__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-animation: subTopAnim 5s ease;
          animation: subTopAnim 5s ease;
}

@-webkit-keyframes subTopAnim {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes subTopAnim {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* company */
.K0101 .sub-top__bg {
  background-image: url("/image/sub/sv_company01.jpg");
}

.K0102 .sub-top__bg {
  background-image: url("/image/sub/sv_company02.jpg");
}

.K0103 .sub-top__bg {
  background-image: url("/image/sub/sv_company01.jpg");
}

.K0104 .sub-top__bg {
  background-image: url("/image/sub/sv_company01.jpg");
}
/* product */
.K0201 .sub-top__bg {
  background-image: url("/image/sub/sv_product01.jpg");
}

.K0202 .sub-top__bg {
  background-image: url("/image/sub/sv_product02.jpg");
}

.K0301 .sub-top__bg {
  background-image: url("/image/sub/sv_prcenter01.jpg");
}

.K0302 .sub-top__bg {
  background-image: url("/image/sub/sv_prcenter02.jpg");
}

.K0303 .sub-top__bg {
  background-image: url("/image/sub/sv_prcenter03.jpg");
}

.K0401 .sub-top__bg {
  background-image: url("/image/sub/sv_contact01.jpg");
}
.K05 .sub-top__bg {
  background-image: url("/image/sub/sv_contact01.jpg");
}
.sub-tab__tit {
  font-size: 42px;
  font-weight: 700;
  margin-top: 120px;
  text-align: center;
  margin-bottom: 40px;
}
.sub-tab {
  display: flex;
  font-family: 'Pretendard', sans-serif;
}
.sub-tab a:last-child {
  border-right: 1px solid #ddd;
}
.sub-tab a{
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border: 1px solid #ddd;
  border-right: none;
  font-size: 16px;
  color: #575757;
  font-weight: 500;
}
.sub-tab .active {
  background-color: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.sub-lnb {
  background-color: #f9f9f9;
  font-family: 'Pretendard';
}
.K05 + .sub-lnb {
  display: none;
}
.sub-lnb__current {
  display: none;
}
.sub-lnb .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-lnb .inner a {
  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;
  width: 160px;
  height: 68px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
.sub-lnb .inner a.on {
  background-color: #fff;
  font-weight: 700;
  color: #111;
  border-color: var(--blue);
}

.sub-top__desc {
  color: #fff;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 87px;
}
.sub-top__desc .inner {
  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;
}
.sub-top__desc h2 {
  font-size: 96px;
  font-weight: 700;
}
.K05 .sub-top__desc h2 {
  font-size: 70px;
}
.sub-top__lnb {
  font-family: 'Pretendard';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.K05 .sub-top__lnb {
  display: none;
}
.sub-top__lnb .home {
  background-color: var(--blue);
  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;
  width: 40px;
  height: 40px;
}
.sub-top__lnb .area {
  position: relative;
  width: 200px;
}
.sub-top__lnb .area div {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.sub-top__lnb nav {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sub-top__lnb nav a {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.sub-top__lnb nav a.on {
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
}

.sub-top__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.sub-page .content {
  padding: 120px 0 10px;
}
.sub-tit {
  font-size: 50px;
  font-weight: 700;
  line-height: 1; 
  margin-bottom: 54px;
}

/* company - overview */
.overview-visual__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35px;
  margin-bottom: 100px;
}
.overview-visual__txt h3 {
  width: 50%;
  padding-left: 60px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4;
}
.overview-visual__txt h3 .small{
  font-size: 35px;
  font-weight: 600;
}
.overview-visual__txt p {
  width: 50%;
  padding-top: 88px;
  line-height: 1.5;
}

.overview-p01 {
  color: #666;
  font-size: 20px;
  font-weight: 500;
}

.overview-typo {
  margin-bottom: 100px;
}

.overview-service {
  display: grid;
  grid-template-columns: auto 50%;
  grid-gap: 140px;
}
.overview-service div {
  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;
}
.overview-service div strong {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.55;
}
.overview-service div p {
  margin-top: 40px;
  line-height: 1.8;
  font-size: 18px;
}

.sub-img__anim {
  overflow: hidden;
}
.sub-img__anim img {
  width: 100%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.sub-img__anim.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.history-tit {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.57;
  margin-bottom: 60px;
  font-family: "Pretendard";
}
.greeting img{
  margin-bottom: 0px;
}
.greeting .txt_box{
  margin-left: auto;
  width: 100%;
  max-width: 1013px;
}
.greeting .overview_p01{
  color: #666;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.txt_box .flex{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.txt_box .flex .comp{
  color: #1D71B8;
  text-align: right;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;}
.txt_box .flex .ceo{
  color: #111;
  text-align: right;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;}
.history-wrap {
  margin-left: 500px;
  position: relative;
}
.history-wrap &gt; ul &gt; li {
  padding-left: 48px;
  padding-bottom: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 280px;
  position: relative;
}
.history-wrap &gt; ul &gt; li .history-progress {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 60px));
          transform: translateY(calc(-50% + 60px));
  background-color: #ddd;
}
.history-wrap &gt; ul &gt; li .history-progress .history-progress__fill {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--blue);
}
.history-wrap &gt; ul &gt; li li:not(:first-child) {
  margin-top: 80px;
}
.history-wrap &gt; ul &gt; li.on .history-year {
  color: var(--blue);
}
.history-wrap &gt; ul &gt; li.on .history-year::after {
  background-image: url("/image/sub/history_point_on.png");
}
.history-wrap .history-list {
  padding-top: 40px;
}
.history-wrap .history-year {
  width: 180px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 80px;
  font-weight: 700;
  color: #dcdcdc;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.history-wrap .history-year::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/image/sub/history_point.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -48px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.history-wrap .history-month {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.history-wrap .history-desc {
  color: #666;
  font-size: 20px;
  font-weight: 500;
}
.history-wrap .history-logo {
  margin-top: 50px;
  /* width: 245px;
  height: 90px; */
  width: 200px;
  height: 70px;
  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;
  /* background-color: #f9f9f9; */
}
.history-wrap .history-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* contact */
.support-agree {
  margin-bottom: 60px;
}
.support-agree__top {
  height: 90px;
  display: flex;
  align-items: center;
  padding: 0 36px;
  border: 1px solid #ddd;
  border-radius: 6px 6px 0 0;
}
.support-agree__top input[type="checkbox"] {
  width: 0;
  height: 0;
  overflow: hidden;
}
.support-agree__top label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.support-agree__top label span {
  color: var(--blue);
}
.support-agree__top label svg{
  width: 20px;
  height: 20px;
}
.support-agree__top label svg path {
  fill: #aaa;
}
.support-agree__top input[type="checkbox"]:checked + label svg path {
  fill: var(--blue);
}
.support-agree__bottom {
  height: 260px;
  background-color: #f7f7f7;
}
.support-agree__scroll {
  overflow-y: scroll;
  padding: 40px;
  height: 100%;
  width: 100%;
}
.support-form ul{
  border-top: 1px solid #000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.support-form p {
  color: #888;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.support-form ul li {
  padding: 26px 30px;
  border-bottom: 1px solid #ddd;
}
.support-form ul .full {
	grid-column-start: 1;
	grid-column-end: 3;
}
.support-form ul .full input[type="text"] {
  width: 50%;
}
.support-form .radio .input-radio input[type="radio"] {
  accent-color: var(--blue);
}
.support-form .radio .input-radio label {
  font-size: 16px;
}
.support-form .radio &gt; div:last-child{
  gap: 24px;
}
.support-form .radio .input-radio {
  display: flex;
  align-items: center;
  gap: 6px;
}
.support-form ul li &gt; div {
  color: #222;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
.support-form ul li &gt; div:not(:first-child) {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}
.support-form ul li input[type="text"],
.support-form ul li select,
.support-form ul li textarea {
  width: 100%;
  height: 56px;
  background-color: #f9f9f9;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 400;
} 
.support-form ul li textarea {
  padding: 20px 18px;
  resize: none;
  height: 250px;
}
.blue-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--blue);
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.prod-tit {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 80px;
  text-align: center;
}
.product-tab01,
.product-tab02{
  background-color: #f9f9f9;
  padding: 80px 0;
  margin-bottom: 100px;
}
.product-tab01 ul {
  display: flex;
  gap: 30px;
}
.product-tab01 li {
  height: 260px;
  background-color: #fff;
  flex: 1;
  padding: 49px 44px;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom -3px right -3px;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all .3s ease;
}
.product-tab01 li::after {
  content: "";
  width: 56px;
  height: 56px;
  background-image: url('/image/sub/product_tab_arrow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -3px;
  left: -3px;
}
.product-tab01 li:hover,
.product-tab01 li.active {
  border-color: var(--blue);
}
.product-tab01 h4 span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.product-tab01 h4 p {
  margin-top: 9px;
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 36px;
}

.product-tab02 
.product-tab02 .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  /* gap: 30px;
  height: 100%;
  max-height: 576px; */
}
.product-tab02 .video-wrap{
  width: 100%;
  margin-bottom: 25px;
}
.product-tab02 .video-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-tab02 .txt-wrap{
  max-height: 576px;
  height: 100%;
  flex: 1;
  margin-bottom: 60px;
}
.product-tab02 .txt-wrap .desc{
  color: #666;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.product-tab02 .toggle{
  display: flex;
  justify-content: center;
  gap: 30px;
}
.product-tab02 {
  padding: 60px 0;
}
 
.toggle {
  display: flex;
  display: none;
  /* opacity: 0;
  visibility: hidden; */
  transition: opacity 0.3s ease, visibility 0.3s;
}

.toggle.active {
  display: flex;
  /* opacity: 1;
  visibility: visible; */
}
.toggle .thumb {
  flex: 1;
}

.media-item iframe {
  width: 100%;
  height: 100%;
}
.product-tab02 .box{
  display: flex;
  justify-content: center;
}
.product-tab02 button{
 margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 56px;
  -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: 20px 0;
}
.product-tab02 .txt-wrap .desc p{
  color: #222;
  padding: 40px 30px 50px 30px;
  font-family: Pretendard;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; 
  letter-spacing: -0.55px;
  text-transform: uppercase;
  height: 10.5rem;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product-tab02 .intro-tit{
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
  letter-spacing: -1.25px;
  text-transform: uppercase;
  margin-bottom: 78px;
}
.product-tab02 .btn_dl{
  margin-left: 30px;
  margin-top: 3.125rem;
  background-color: var(--blue);
  color: #fff;
  width: 220px;
  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;
          gap: 15px;
}
/* .product-tab02 {
  padding-bottom: 100px;
  border-bottom: 1px solid #ddd;
}
.product-tab02 ul {
  display: flex;
  gap: 79px;
  align-items: center;
  justify-content: center;
}
.product-tab02 li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.product-tab02 li div {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  transition: all .3s ease;
}
.product-tab02 li:hover div,
.product-tab02 li.active div {
  border-color: var(--blue);
  background-color: var(--blue);
}
.product-tab02 li div img {
  transition: all .3s ease;
}
.product-tab02 li:hover div img,
.product-tab02 li.active div img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.product-tab02 li p {
  margin-top: 20px;
  color: #aaa;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s ease;
}
.product-tab02 li:hover p,
.product-tab02 li.active p {
  color: #444;
  font-weight: 700;
} */

/* .product-tab03 .flex{
display: flex;
gap: 30px;
height: 576px;

}
.video_wrap{

flex: 1;
}
.video_wrap img{
 background-image: url(/www/image/main/prd-tab02_video.png);
}
.img_wrap{
  background: #ccc;
flex: 1;
} */
.prod-stit {
  font-size: 50px;
  color: #222;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  text-align: center;
  margin-bottom: 78px;
}
.product-list {
  padding-top: 120px;
}
.product-list__desc{
  padding: 32px 44px;
  border: 2px solid var(--blue);
  display: flex;
  align-items: center;
  gap: 43px;
  margin-bottom: 60px;
}
.product-list__desc div:first-child {
  width: 133px;
  flex: none;
}
.product-list__desc div:last-child {
  color: #222;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.54;
}
.product-list__desc div:last-child span {
  color: var(--blue);
  font-weight: 700;
}
.sub-page.product-view .content {
  padding-top: calc(var(--headerHeight) + 80px);
}
/* company - location */
.location-tab {
  display: flex;
}
.location-tab li {
  flex: 1;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  color: #666;
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  border-top: 2px solid transparent;
}
.location-tab li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.location-tab li.active{
  color: var(--blue);
  border-top-color: #ddd;
  border-right-color: transparent;
  background-color: #fff;
  font-weight: 700;
}
.location-list &gt; li {
  display: none;
}
.location-list &gt; li.active {
  display: block;
}
.location-map iframe {
  width: 100%;
  height: 570px;
}
.location-tit {
  padding: 50px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.location-tit p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: flex-start;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  width: 70%;
}
.location-tit span {
  flex: 1;
}
.location-tit .sub-add {
  flex: none;
  width: 100%;
  font-size: 0.8em;
  color: #666;
}
.location-tit a {
  background-color: var(--blue);
  border: 2px solid var(--blue);
  color: #fff;
}
.location .product-view__catalogue {
  margin-top: 0;
  flex: none;
}
.location-info {
  display: flex;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
}
.location-info li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 50px 0;
  flex: 1;
}
.location-info li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.location-info li a,
.location-info li p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #888;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.location-info li .p01 {
  color: #333;
  font-weight: 700;
}
.location-info li .p02 {
  font-family: 'Pretendard', sans-serif;
}
.location-info li a {
  text-decoration-line: underline;
}
@media all and (max-width: 1440px) {
  .overview-visual__txt h3 {
    font-size: 45px;
  }
  .overview-visual__txt p{
    padding-top: 60px;
  }
  .overview-p01{
    font-size: 18px;
  }
  .overview-service {
    gap: 80px;
  }
  .history-wrap {
    margin-left: 200px;
  }
  .history-wrap &gt; ul &gt; li{
    gap: 180px;
  }
  .product-tab01 li {
    background-size: 60%;
    padding: 30px;
    height: 220px;
  }
}</pre></body></html>