@charset "UTF-8";
.applet-header {
  background-color: #fff;
  padding: 10px 20px 10px;
}

.applet-header-wrapp {
  text-align: center;
  font-size: 0;
  max-width: 320px;
  margin: 0 auto;
}

.applet-header-wrapp a {
  display: block;
}

.applet-header-wrapp img {
  width: 100%;
}

.applet-nav {
  padding-top: 20px;
}

.applet-nav-table {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.applet-nav-table a {
  display: block;
}

.applet-nav-table .card {
  width: 164px;
  margin: 0 8px 16px;
  background: url(../images/applet/applet-nav-bg.png) no-repeat 100% 100%;
}

.applet-nav-table .card-img {
  text-align: center;
  font-size: 0;
  padding: 16px 0;
}

.applet-nav-table .card-img img {
  max-width: 40px;
}

.applet-nav-table .title {
  padding: 6px 0;
  font-size: 12px;
  font-weight: 600;
  font-family: ST, SimSun-Black, SimSun, STSongti-Black, STSong;
  text-align: center;
  color: #ffffff;
  line-height: 12px;
  background-color: #23498C;
}

.index-section {
  min-height: 74vh;
}

.index-section a:hover {
  text-decoration: underline;
}

.index-section .banner {
  width: 100%;
}

.index-section .banner img {
  width: 100%;
}

.index-section .banner .swiper-pagination {
  bottom: 20px;
}

.index-section .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c53a3a;
}

.index-section .banner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}

.index-section .banner .swiper-slide {
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 1200px) {
  .major-content .swiper-slide {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1200px) {
  ㅅ
.index-section {
    margin-top: 57px;
  }
}
