
.main-page > section:not(:first-child) {
  padding: 50px 0 40px;
}

.bgGray {
  background-color: #f6f8f9;
}

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

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

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

.main-mv .item {
  height: 599px;
  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: 9%;
  left: 3.90625%;
}

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

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

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

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


.main-mv .slick-nav {
  position: absolute;
  top: 42%;
  left: 3.90625%;
  transform: translateX(50%);
}

.main-mv .slick-nav .slick-nav__progress {
  color: #cfcfcf;
  font-size: 13px;
}

.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: -80%;
}

.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 {
  padding: 0 !important;
}

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

.main-schedule .schedule_date .inner .month {
  color: #333;
  font-family: 'nexon-bold';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.main-schedule .schedule_date .inner .month img {
  width: 16px;
  margin-right: 5px;
}

.main-schedule .schedule_date .inner .day .nav_slick {
  display: flex;
  justify-content: space-between;
}
.main-schedule .schedule_date .inner .day span {
  font-weight: 600;
  font-size: 13px;
  width: 24px;
  height: 24px;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
}

.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_content {
  padding: 20px 0;
}

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

.main-schedule .schedule_content .item .cate {
  font-size: 14px;
  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: 8px 0 10px;
  font-size: 14px;
  color: #555;
  font-weight: 600;
}

.main-schedule .schedule_content .item .period {
  font-size: 11px;
  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_date .day .slick-dots,
.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;
  margin-top: 15px;
}
.main-schedule .schedule_date .day .slick-dots li,
.main-schedule .schedule_content .slick-dots li {
  font-size: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

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

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

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

.main-education .education_slide .item .edu_tags span {
  font-size: 10px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 6px;
  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 {
  overflow: hidden;
}

.main-education .education_slide .item .edu_img img {
  height: 135px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

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

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

.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: 14px;
  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/m_main-story_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.main-story .story_content li {
  flex: 1;
  text-align: center;
}

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

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

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

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

.main-story .story_content li span {
  display: block;
  font-size: 15px;
  color: #555;
}
.main-news__titArea {
  position: relative;
}
.main-news .youtube_btn {
  color: #fff;
  font-size: 10px;
  background-color: #ed3023;
  border-radius: 30px;
  padding: 10px 0px;
  width: 28%;
  text-align: center;
  display: block;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.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: 0 4px;
  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 {
  overflow: hidden;
}

.main-news .news_slide .item .news_img img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

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

.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: 14px;
  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 .box_tit {
  font-size: 17px;
  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;
}

.main-customer .customer_top .top_boxs li {
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 12px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.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;
}

.main-customer .customer_top .top_boxs li h2 a {
  color: #666;
  font-size: 26px;
}

.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-around;
}

.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 {
  width: 80%;
  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: 14px;
  color: #555;
}


.main-customer .customer_top .top_boxs li nav p span {
  font-size: 13px;
  color: #777;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-customer .customer_top .top_contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  background-image: url(/image/main/m_contact_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 14px;
}

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

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

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

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

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

.main-customer .customer_top .top_contact .contact_con .contact_conBtns {
  display: flex;
  justify-content: space-between;
}
.main-customer .customer_top .top_contact .contact_con .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2em;
  color: #fff;
  font-size: 12px;
  padding: 12px 14px;
  background-color: #555;
  width: 49%;
  text-align: center;
}

.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 > div {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bank_pop > div .box_tit {
  font-size: 19px;
  color: #333;
  font-family: 'nexon-bold';
}

.bank_pop > div .pop_close {
  scale: .7;
}
.bank_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.bank_top span {
  display: block;
  width: 100%;
  text-align: right;
  color: #999;
  font-size: 13px;
  margin-top: 10px;
}
.bank_pop > div span i {
  width: 15px;
  height: 15px;
  color: #fff;
  background-color: #999;
  border-radius: 100%;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
}
.bank__tableWrap {
  overflow-x: scroll;
  width: 100%;
}
.bank_pop > div table {
  width: 150%;
  margin-top: 15px;
  border-top: 2px solid #1e4784;
  margin-bottom: 30px;
}

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

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

.bank_pop > div table td {
  font-size: 13px;
  color: #555;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}

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

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

.bank_pop > div table td.num {
  color: #1e4784;
}

.bank_pop > div table td.btn a {
  display: block;
  width: 85%;
  margin: 0 auto;
  background-color: #218fcd;
  color: #fff;
  border-radius: 5px;
  padding: 7px 13px;
  font-size: 12px;
}

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

.bank_pop > div .pop_ok {
  color: #fff;
  background-color: #1e4784;
  border-radius: 5px;
  font-size: 13px;
  padding: 8px 0px;
  width: 60px;
  text-align: center;
  display: block;
  margin: auto;
  font-family: 'nexon';
}

.main-customer .customer_bottom {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% / 3);
  height: 30vmin;
}

.main-customer .customer_bottom a::before {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #ededed;
}
.main-customer .customer_bottom a:nth-child(3n):before {
  display: none;
}
.main-customer .customer_bottom a.after::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #ededed;
  transform: translateX(-50%);
}
.main-customer .customer_bottom a img {
  scale: .7;
}

.main-customer .customer_bottom a span {
  font-size: 13px;
  color: #333;
  font-weight: 600;
  margin-top: 14px;
  display: block;
}
.main-customer .customer_bottom a:last-child span {
  margin-top: 8px;
  text-align: center;
}
