<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-scrollbar {
  display: none;
}

main {
  min-height: 100vh;
  background: linear-gradient(rgba(27, 29, 55, 0.6), rgba(27, 29, 55, 0.6)), url(../images/01_bg.jpg) right 50%/cover no-repeat;
}
main .inner {
  padding-top: 10.625rem;
  padding-bottom: 1.25rem;
}

.cont {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(20px);
  opacity: 0;
  animation: fadeIn 0.8s 0.9s forwards;
  justify-content: space-between;
}
.cont &gt; div:last-of-type {
  width: 100%;
}

.main-tit {
  margin-bottom: 2.5rem;
  text-align: center;
}
.main-tit p {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  color: #E2E2E2;
  transform: translateY(20px);
  opacity: 0;
  animation: fadeIn 0.8s 0.3s forwards;
}
.main-tit h2 {
  font-size: 2.813rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  animation: fadeIn 0.8s 0.6s forwards;
}

.btn-section__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(25% - 10px);
}
.btn-section__top .btn__item {
  position: relative;
  height: 50%;
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
.btn-section__top .btn__item:first-of-type {
  background: var(--color-primary);
}
.btn-section__top .btn__item:first-of-type::after {
  content: "";
  position: absolute;
  width: 12.5rem;
  height: 2.75rem;
  bottom: 0.625rem;
  right: -0.625rem;
  background: url(../images/01_btn_logo.svg) center/cover no-repeat;
  z-index: 1;
}
.btn-section__top .btn__item:nth-of-type(2)::after, .btn-section__top .btn__item:last-of-type::after {
  content: "";
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/main_kc.svg) center/cover no-repeat;
  opacity: 0.3;
}
.btn-section__top .btn__item:nth-of-type(2)::after {
  background: url(../images/009.png) center/cover no-repeat;
}
.btn-section__top .btn__item:last-of-type::after {
  background: url(../images/009.png) center/cover no-repeat;
  top: 70%;
}
.btn-section__top .btn__item:first-of-type h3 {
  color: #fff;
}
.btn-section__top .btn__item:first-of-type p {
  color: #7FA4EE;
}
.btn-section__top .btn__item a {
  position: relative;
  display: block;
  height: 100%;
  padding: 1.563rem;
  z-index: 9;
}
.btn-section__top .btn__item h3 {
  margin-bottom: 0.75rem;
  font-size: 1.188rem;
  font-weight: 600;
  color: var(--color-primary);
}
.btn-section__top .btn__item p {
  font-size: 0.875rem;
  color: #555;
}
.btn-section__top.en .btn__item {
  line-height: 1.3;
}

.news {
  position: relative;
  width: 550px;
  background: #fff;
  border-radius: 0.813rem 0.813rem 0.625rem 0.625rem;
}
.news .tab-btn {
  position: absolute;
  display: inline-block;
  width: 33.3333333333%;
  padding: 1rem 0;
  top: 0;
  text-align: center;
  border: 0 !important;
  background: var(--color-primary);
  color: #fff;
  box-shadow: none !important;
  transition: 0.2s;
}
.news .tab-btn.on {
  background: #fff;
  color: var(--color-primary);
}
.news .tab-btn:hover:not(.on) {
  color: #8dffff;
}
.news .tab-btn h3 {
  font-size: 0.938rem;
  font-weight: 500;
}
.news .tab:first-of-type .tab-btn {
  border-radius: 0.625rem 0 0 0;
}
.news .tab:nth-of-type(2) .tab-btn {
  left: 33.3333333333%;
}
.news .tab:last-of-type .tab-btn {
  right: 0;
  border-radius: 0 0.625rem 0 0;
}
.news .tab-cont {
  display: none;
  padding: 3.813rem 1.25rem 0.313rem 1.25rem;
}
.news .tab-cont.on {
  display: block;
}
.news .tab-cont li {
  padding: 0.938rem 0;
}
.news .tab-cont li:not(:last-of-type) {
  border-bottom: 1px solid var(--color-border);
}
.news .tab-cont li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news .tab-cont li:hover .cont-tit {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-position: under;
}
.news .cate {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-primary);
}
.news .date {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ACACAC;
}
.news .cont-tit {
  width: 100%;
  margin-top: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  transition: 0.2s;
}

.btn-section {
  display: flex;
  width: 100%;
  margin-top: 1.313rem;
  border-radius: 0.625rem;
  overflow-x: hidden;
}
.btn-section div {
  width: 33.3333333333%;
}
.btn-section div:not(:last-of-type) {
  border-right: 1px solid var(--color-border);
}
.btn-section div a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.813rem;
  padding: 0 1.25rem;
  background: #fff;
  transition: 0.2s;
}
.btn-section div a:hover {
  background: var(--color-primary);
}
.btn-section div a:hover h3 {
  color: #fff;
}
.btn-section div h3 {
  font-size: 1rem;
  font-weight: 500;
  transition: 0.2s;
}

.customer__wrap {
  width: calc(28.5714285714% - 5px);
}

.customer {
  min-height: 24.063rem;
  padding: 1.875rem;
  border-radius: 0.625rem;
  background: #fff;
}
.customer h3 {
  margin-bottom: 2.125rem;
  font-size: 1.375rem;
  font-weight: 600;
}
.customer &gt; p {
  margin-top: 1.875rem;
  font-size: 0.938rem;
  line-height: 1.6;
  color: #3E3E3E;
}
.customer &gt; p span {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-primary);
}
.customer &gt; div {
  display: flex;
  align-items: center;
  margin-bottom: 2.125rem;
}
.customer &gt; div img {
  margin-right: 1.25rem;
}
.customer &gt; div p:first-of-type {
  font-size: 0.875rem;
  color: #6E6E6E;
}
.customer &gt; div p:last-of-type {
  margin-top: 0.625rem;
  font-size: 1.563rem;
  font-weight: 600;
  color: #2E489F;
}

@keyframes fadeIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.wrap.en .main-tit h2 {
  font-size: 2.5rem;
}
.wrap.en .btn-section__top .btn__item h3 {
  line-height: 1.2;
}
.wrap.en .tit-wrap {
  padding: 0.938rem 1.563rem;
  border-radius: 0.625rem 0.625rem 0 0;
  background: #2E489F;
}
.wrap.en .news h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
}
.wrap.en .news .cate {
  width: 50%;
}
.wrap.en .news .date {
  width: 50%;
  text-align: right;
}
.wrap.en .news-list {
  padding: 1.563rem;
}
.wrap.en .news-list li:not(:last-of-type) {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}
.wrap.en .news-list li a {
  display: flex;
  flex-wrap: wrap;
}
.wrap.en .customer &gt; div p:last-of-type {
  font-size: 1.375rem;
}

@media only screen and (max-width: 1280px) {
  main {
    height: auto;
  }
  main .inner {
    padding-top: 7.5rem;
    padding-bottom: 80px;
  }
  .btn-section__top {
    width: calc(40% - 20px);
  }
  .news__wrap {
    width: 60%;
  }
  .customer__wrap {
    width: calc(50% - 5px);
    margin-top: 20px;
  }
  .btn-section {
    width: calc(50% - 5px) !important;
    flex-wrap: wrap;
  }
  .news {
    width: 100%;
  }
  .btn-section div {
    width: 50%;
  }
  .btn-section div:first-of-type, .btn-section div:nth-of-type(2) {
    border-bottom: 1px solid var(--color-border);
  }
  .btn-section div a {
    height: 100%;
  }
  .customer {
    min-height: auto;
  }
  .customer h3 {
    margin-bottom: 14px;
  }
  .customer &gt; div {
    display: inline-block;
    width: calc(50% - 2px);
    margin-bottom: 0;
  }
  .customer &gt; div img {
    margin-bottom: 8px;
  }
  .customer &gt; p {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .main-tit p {
    font-size: 1rem;
  }
  .main-tit h2 {
    font-size: 2rem;
  }
  .btn-section__top {
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
  }
  .btn-section__top .btn__item {
    width: 100%;
    height: 100%;
  }
  .btn-section__top .btn__item a {
    padding: 1.25rem;
  }
  .btn-section__top .btn__item h3 {
    font-size: 1rem;
    font-weight: 400;
  }
  .news__wrap {
    width: 100%;
  }
  .customer__wrap {
    width: 100%;
    margin-top: 10px;
  }
  .customer &gt; div p:last-of-type {
    font-size: 1.125rem;
  }
  .btn-section {
    width: 100% !important;
    margin-top: 10px;
  }
  .btn-section div a {
    padding: 1rem 1.25rem;
  }
  .btn-section div a img {
    width: 1.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .btn-section__top {
    flex-direction: column;
    gap: 0;
  }
  .btn-section__top .btn__item:first-of-type {
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .btn-section__top .btn__item:nth-of-type(2) {
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
  }
  .btn-section__top .btn__item:last-of-type {
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>