<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main-page .section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-education .fp-tableCell,
.main-story .fp-tableCell,
.main-news .fp-tableCell,
.main-customer .fp-tableCell{
  padding-top: var(--headerGnbHeight);
}

.bgGray {
  background-color: #f6f8f9;
}

.main-engtit {
  font-size: 16px;
  color: #dc143c;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 600;
}

.main-title {
  font-size: 40px;
  color: #333;
  font-family: 'nexon-bold';
  margin-bottom: 35px;
  text-align: center;
}

.main-title &gt; span {
  font-family: 'nexon';
}

.main-mv{
  margin-top: var(--headerHeight);
}

@media all and (min-width: 1930px) {
  .main-mv{
    margin-top: 0;
  }
}

.main-mv .item {
  height: 499px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main-mv .item.slick-active .mv_txt{
  animation: mv_fadeInUp 1.5s ease;
}

@keyframes mv_fadeInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.main-mv .item .mv_txt {
  position: absolute;
  top: 20%;
  left: 16%;
}

.main-mv .item .mv_txt h2 {
  color: #fff;
  font-size: 47px;
  line-height: 1.2em;
}

.main-mv .item .mv_txt h2 strong {
  font-family: 'nexon-bold';
}

.main-mv .item .mv_txt p {
  font-size: 24px;
  font-family: 'nexon-light';
  color: #fff;
  opacity: 0.6;
}

.main-mv .item .mv_txt a {
  font-family: 'nexon-light';
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 25px;
  margin-top: 25px;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-mv .item .mv_txt a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.main-mv .slick-prev {
  background-image: url(/image/main/mv_prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
  z-index: 1;
}

.main-mv .slick-next {
  background-image: url(/image/main/mv_next.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
}

.main-mv .slick-nav {
  position: absolute;
  top: 75%;
  left: 17.5%;
}

.main-mv .slick-nav .slick-nav__progress {
  color: #cfcfcf;
}

.main-mv .slick-nav .slick-nav__progress .progress__current {
  color: #fff;
}

.main-mv .slick-nav .slick-nav__prev {
  background-image: url(/image/main/nav_prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 3px;
  left: -37%;
}

.main-mv .slick-nav .slick-nav__next {
  background-image: url(/image/main/nav_next.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 3px;
  right: -37%;
}

.main-mv .slick-nav .slick-nav__pause {
  background-image: url(/image/main/mv_pause.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  width: 8px;
  height: 10px;
  position: absolute;
  top: 3px;
  right: -90%;
}

.main-mv .slick-nav .slick-nav__pause.paused {
  background-image: url(/image/main/mv_play.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  width: 8px;
  height: 10px;
}

.main-schedule .schedule_date {
  border-bottom: 1px solid #ededed;
  padding: 13px 0;
}

.main-schedule .schedule_date .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-schedule .schedule_date .inner .month {
  color: #333;
  font-family: 'nexon-bold';
  margin-right: 15px;
  font-size: 20px;
}

.main-schedule .schedule_date .inner .month img {
  display: inline-block;
  vertical-align: text-top;
}

.main-schedule .schedule_date .inner .day span {
  font-weight: 600;
  font-size: 16px;
  color: #555;
  margin-right: 4px;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  border: 1px solid #fff;
  cursor: pointer;
}

.main-schedule .schedule_date .inner .day span.has {
  cursor: pointer;
  background-color: #e0e0e0;
}

.main-schedule .schedule_date .inner .day span.sat {
  color: #1f4784;
}

.main-schedule .schedule_date .inner .day span.sun {
  color: #ed3023;
}

.main-schedule .schedule_date .inner .day span:hover {
  border: 1px solid #18396a;
}

.main-schedule .schedule_content {
  padding: 6px 0 30px;
  position: relative;
}

.main-schedule .schedule_content .item {
  border: 1px solid #efefef;
  border-radius: 10px;
  margin: 8px;
  padding: 25px 28px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-schedule .schedule_content .item:hover {
  border: 1px solid #218fcd;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.main-schedule .schedule_content .item .cate {
  font-size: 16px;
  color: #1f4784;
  font-weight: 600;
}

.main-schedule .schedule_content .item p {
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 13px 0 24px;
  font-size: 18px;
  color: #555;
  font-weight: 600;
}

.main-schedule .schedule_content .item .period {
  font-size: 14px;
  color: #777;
}

.main-schedule .schedule_content .slick-prev {
  background-image: url(/image/main/mv_prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -7%;
  z-index: 1;
}

.main-schedule .schedule_content .slick-next {
  background-image: url(/image/main/mv_next.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7%;
}

.main-schedule .schedule_content .slick-dots {
  background-color: #ededed;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: absolute;
  bottom: 19px;
  left: 0;
  right: 0;
}

.main-schedule .schedule_content .slick-dots li {
  font-size: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.main-schedule .schedule_content .slick-dots li.slick-active {
  background-color: #dc143c;
}

.main-education .education_slide {
  padding-bottom: 30px;
  margin-top: -8px;
}

.main-education .education_slide .item {
  border: 1px solid #ededed;
  border-radius: 10px;
  margin: 8px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-education .education_slide .item:hover {
  border: 1px solid #218fcd;
  border-radius: 10px 30px 10px 30px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.main-education .education_slide .item .edu_tags {
  position: absolute;
  top: 10px;
  left: 10px;
}

.main-education .education_slide .item .edu_tags span {
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 4px 12px;
  font-family: 'nexon-light';
  line-height: 1;
}

.main-education .education_slide .item .edu_tags span.red {
  background-color: #ed3023;
}

.main-education .education_slide .item .edu_tags span.orange {
  background-color: #fe9d01;
}

.main-education .education_slide .item .edu_tags span.blue {
  background-color: #218fcd;
}

.main-education .education_slide .item .edu_img {
  height: 200px;
  overflow: hidden;
}

.main-education .education_slide .item .edu_img img {
  width: 100%;
}

.main-education .education_slide .item .edu_txt {
  background-color: #fff;
  padding: 25px;
}

.main-education .education_slide .item .edu_txt .cate {
  font-size: 16px;
  color: #1f4784;
  font-weight: 600;
  margin-bottom: 10px;
}

.main-education .education_slide .item .edu_txt p {
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  color: #555;
  font-weight: 600;
}

.main-education .education_slide .slick-prev {
  background-image: url(/image/main/mv_prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -7%;
  z-index: 1;
}

.main-education .education_slide .slick-next {
  background-image: url(/image/main/mv_next.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7%;
}

.main-education .education_slide .slick-dots {
  background-color: #ededed;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 30px;
}

.main-education .education_slide .slick-dots li {
  font-size: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.main-education .education_slide .slick-dots li.slick-active {
  background-color: #dc143c;
}

.main-story {
  background: url(/image/main/main-story_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 563px;
}

.main-story .main-title {
  font-size: 32px;
}

.main-story .story_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.main-story .story_content li {
  width: 25%;
  text-align: center;
}

.main-story .story_content li img {
  margin: auto;
}

.main-story .story_content li .number_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 5px;
  height: 60px;
  overflow: hidden;
}

.main-story .story_content li .number_wrapper strong {
  color: #1f4784;
  font-size: 42px;
  font-family: 'nexon-bold';
}

.main-story .story_content li .number_wrapper em {
  font-size: 42px;
  font-family: 'nexon-bold';
  color: #999;
}

.main-story .story_content li span {
  display: block;
  font-size: 20px;
  color: #555;
}

.main-news .youtube_btn {
  color: #fff;
  font-size: 14px;
  background-color: #ed3023;
  border-radius: 30px;
  padding: 16px 0px;
  text-align: center;
  width: 170px;
  display: block;
  line-height: 1;
  margin: -100px 0 40px auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-news .youtube_btn:hover {
  opacity: 0.5;
}

.main-news .news_slide {
  padding-bottom: 30px;
  margin-top: -8px;
}

.main-news .news_slide .item {
  border: 1px solid #ededed;
  border-radius: 10px;
  margin: 8px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-news .news_slide .item:hover {
  border: 1px solid #218fcd;
  border-radius: 10px 30px 10px 30px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.main-news .news_slide .item .news_img {
  height: 234px;
  overflow: hidden;
  position: relative;
}

.main-news .news_slide .item .news_img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-news .news_slide .item .news_txt {
  background-color: #fff;
  padding: 25px;
}

.main-news .news_slide .item .news_txt p {
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  color: #555;
  font-weight: 600;
}

.main-news .news_slide .slick-prev {
  background-image: url(/image/main/mv_prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -7%;
  z-index: 1;
}

.main-news .news_slide .slick-next {
  background-image: url(/image/main/mv_next.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7%;
}

.main-news .news_slide .slick-dots {
  background-color: #ededed;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 30px;
}

.main-news .news_slide .slick-dots li {
  font-size: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.main-news .news_slide .slick-dots li.slick-active {
  background-color: #dc143c;
}

.main-customer .customer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-customer .customer_top .box_tit {
  font-size: 24px;
  color: #333;
  font-family: 'nexon-bold';
}

.main-customer .customer_top .top_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 66%;
}

.main-customer .customer_top .top_boxs li {
  width: 47.5%;
  margin-right: 2.5%;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 15px 25px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.main-customer .customer_top .top_boxs li:nth-child(1), .main-customer .customer_top .top_boxs li:nth-child(2) {
  margin-bottom: 2.5%;
}

.main-customer .customer_top .top_boxs li h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.main-customer .customer_top .top_boxs li h2 a {
  color: #666;
  line-height: 1;
  font-size: 23px;
  transition: all 0.3s;
}

.main-customer .customer_top .top_boxs li h2 a:hover {
  color: #18396a;
  transform: rotate(180deg);
}

.main-customer .customer_top .top_boxs li nav p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-between;
}

.main-customer .customer_top .top_boxs li nav p:not(:last-child) {
  margin-bottom: 4px;
}

.main-customer .customer_top .top_boxs li nav p a {
  margin-right: 5%;
  white-space: normal;
  line-height: 1.4em;
  height: 1.4em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  color: #555;
  position: relative;
}
.main-customer .customer_top .top_boxs li nav p a:hover::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 50%;
  width: 100%;
  background-color: #cce6f5;
  z-index: -1;
  animation: backBorder 0.4s ease;
}
@keyframes backBorder {
  0% {
width: 0;
  }
  100% {
width: 100%;
  }
}

.main-customer .customer_top .top_boxs li nav p a:hover {
  color: #18396a;
}

.main-customer .customer_top .top_boxs li nav p span {
  font-size: 14px;
  color: #777;
}

.main-customer .customer_top .top_contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  width: 33%;
  background-color: #f6f8f9;
  background-image: url(/image/main/contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: right;
  padding: 25px;
}

.main-customer .customer_top .top_contact .contact_con {
  border-top: 1px solid #ededed;
  padding-top: 20px;
  margin-top: 15px;
}

.main-customer .customer_top .top_contact .contact_con .tit {
  font-size: 18px;
  color: #555;
  font-weight: 600;
}

.main-customer .customer_top .top_contact .contact_con .tit img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.main-customer .customer_top .top_contact .contact_con .txt {
  font-size: 28px;
  color: #18396a;
  font-family: 'nexon-bold';
  margin: 5px 0 15px;
  display: block;
}

.main-customer .customer_top .top_contact .contact_con .desc {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.main-customer .customer_top .top_contact .contact_con .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  padding: 15px 30px;
  background-color: #555;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-customer .customer_top .top_contact .contact_con .btn:hover {
  background-color: #18396a;
}

.main-customer .customer_top .top_contact .contact_con .btn img:nth-of-type(1) {
  margin-right: 10px;
}

.main-customer .customer_top .top_contact .contact_con .btn img:nth-of-type(2) {
  margin-left: auto;
}

.bank_pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.bank_pop &gt; div {
  background-color: #fff;
  border-radius: 15px;
  padding: 35px 25px;
  width: 750px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
        }
.main-page .bank_pop &gt; div {
  position: absolute;
  left: 50%;
  top: initial;
  bottom: 10%;
  transform: translateX(-50%);
}

.bank_pop &gt; div .box_tit {
  font-size: 24px;
  color: #333;
  font-family: 'nexon-bold';
}

.bank_pop &gt; div .pop_close {
  float: right;
  cursor: pointer;
}

.bank_pop &gt; div table {
  width: 100%;
  margin-top: 15px;
  border-top: 2px solid #18396a;
  margin-bottom: 75px;
}

.bank_pop &gt; div table th {
  background-color: #f6f8f9;
  font-size: 16px;
  color: #333;
  font-family: 'nexon-bold';
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}

.bank_pop &gt; div table th:not(:last-child) {
  border-right: 1px solid #ededed;
}

.bank_pop &gt; div table td {
  font-size: 16px;
  color: #555;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}

.bank_pop &gt; div table td:not(:last-child) {
  border-right: 1px solid #ededed;
}

.bank_pop &gt; div table td.bank img {
  margin: auto;
}

.bank_pop &gt; div table td.num {
  color: #18396a;
}

.bank_pop &gt; div table td.btn a {
  background-color: #218fcd;
  color: #fff;
  border-radius: 5px;
  padding: 7px 13px;
  font-size: 13px;
}

.bank_pop &gt; div table td.btn a img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.bank_pop &gt; div .pop_ok {
  color: #fff;
  background-color: #18396a;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 0px;
  width: 80px;
  text-align: center;
  display: block;
  margin: auto;
  font-family: 'nexon';
}

.main-customer .customer_bottom {
  margin: 70px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-customer .customer_bottom a {
  text-align: center;
  position: relative;
  width: 100%;
}

.main-customer .customer_bottom a:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 55%;
  background-color: #ededed;
}

.main-customer .customer_bottom a img {
  transition: all 0.4s;
  margin: auto;
}

.main-customer .customer_bottom a:hover img {
  transform: translateY(-15px);
}

.main-customer .customer_bottom a span {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}</pre></body></html>